summaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
AgeCommit message (Expand)Author
2007-04-12RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-06-27Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian
2006-04-25Back out RESET CONNECTION until there is more discussion.Bruce Momjian
2006-04-25Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-06Minor API cleanup for async notifications: we can only register theNeil Conway
2005-08-20Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-20Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway
2005-01-27Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-11Renumber SnapshotNow and the other special snapshot codes so thatTom Lane
2004-09-06Fix a number of places where brittle data structures or overly strongTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-23Handle impending sinval queue overflow by means of a separate signalTom Lane
2004-05-22Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-10-16Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-15Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane
2003-09-15Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-02-18Async_NotifyHandler must save and restore ImmediateInterruptOK. FixesTom Lane
2002-09-16Fix for rare race-condition-like failure: if a backend receives SIGUSR2Tom Lane
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian