summaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* pgindent run over code.Bruce Momjian1999-05-251-82/+114
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-251-2/+2
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-4/+8
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-13/+13
* Initial MVCC code.Vadim B. Mikheev1998-12-151-15/+15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-6/+6
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-061-473/+575
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-37/+39
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-6/+6
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-301-99/+226
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-30/+23
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-5/+5
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-6/+6
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* What I've done:Bruce Momjian1998-05-061-10/+3
* This patch...Bruce Momjian1998-04-271-24/+23
* remove the call to port-protos.h ...Marc G. Fournier1998-04-011-5/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-4/+4
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-7/+7
* getpid/pid cleanupBruce Momjian1998-01-251-11/+7