aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
Commit message (Expand)AuthorAge
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Handle impending sinval queue overflow by means of a separate signalTom Lane2004-05-23
* Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane2004-05-22
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-16
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-15
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-15
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Async_NotifyHandler must save and restore ImmediateInterruptOK. FixesTom Lane2003-02-18
* Fix for rare race-condition-like failure: if a backend receives SIGUSR2Tom Lane2002-09-16
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-08
* Keep the list of to-be-NOTIFYed names in a plain List palloc'd inTom Lane2001-06-17
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-18
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-02
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-08
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian2000-06-07