summaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs after spaces in C commentsBruce Momjian2014-05-061-7/+7
* Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane2013-12-131-4/+10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-18/+17
* Fix UNLISTEN to fall out quickly if the current backend has never executedTom Lane2009-02-131-1/+9
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-091-6/+5
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-091-5/+6
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-16/+16
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-301-13/+5
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane2008-03-121-282/+339
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-2/+3
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-3/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-271-3/+3
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-2/+3
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-3/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-11/+11
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-113/+100
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-061-21/+12
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-201-4/+4
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-3/+54
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-2/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-7/+6
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-201-2/+2
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Renumber SnapshotNow and the other special snapshot codes so thatTom Lane2004-09-111-2/+2
* Fix a number of places where brittle data structures or overly strongTom Lane2004-09-061-3/+19
* Pgindent run for 8.0.Bruce Momjian2004-08-291-19/+24
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-6/+66
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* Handle impending sinval queue overflow by means of a separate signalTom Lane2004-05-231-11/+23
* Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane2004-05-221-12/+13
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-081-3/+2
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-271-2/+3
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-4/+4
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-10/+9
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-5/+6
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-161-6/+2
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-011-2/+2
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-151-4/+55