summaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-151-3/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+7
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-5/+6
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-16/+16
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-5/+5
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-3/+7
* Async_NotifyHandler must save and restore ImmediateInterruptOK. FixesTom Lane2003-02-181-1/+18
* Fix for rare race-condition-like failure: if a backend receives SIGUSR2Tom Lane2002-09-161-1/+5
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-301-5/+5
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-25/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-11/+11
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+2
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-17/+17
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-34/+31
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-081-3/+2
* Keep the list of to-be-NOTIFYed names in a plain List palloc'd inTom Lane2001-06-171-66/+42
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-107/+120
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-6/+8
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-181-1/+4
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-6/+5
* Put external declarations into header files.Peter Eisentraut2000-11-211-1/+2