aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
Commit message (Expand)AuthorAge
* 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
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Finally fix LISTEN problem.Bruce Momjian2000-05-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* configure cleanupBruce Momjian1999-07-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-25
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-06
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-30
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* What I've done:Bruce Momjian1998-05-06
* This patch...Bruce Momjian1998-04-27
* remove the call to port-protos.h ...Marc G. Fournier1998-04-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* getpid/pid cleanupBruce Momjian1998-01-25