summaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-17/+18
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-2/+1
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-5/+5
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-291-2/+2
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-271-2/+2
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-1/+2
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-4/+1
* Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian2000-06-071-24/+9
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-3/+3
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-20/+44
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Finally fix LISTEN problem.Bruce Momjian2000-05-141-1/+10
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-7/+10
* Add:Bruce Momjian2000-01-261-2/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+2
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-3/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+18
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-55/+38
* configure cleanupBruce Momjian1999-07-181-3/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3