aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
Commit message (Expand)AuthorAge
* 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
* Makefile cleaned upMarc G. Fournier1997-12-17
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-06
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Remove NOT_USED for Massimo.Bruce Momjian1997-11-05
* Fix for compile warning, from Ernst Molitor.Bruce Momjian1997-10-30
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
* Massimo's Deadlock patches w/o the #ifdefsMarc G. Fournier1997-03-10
* Switch over NEED_RUSAGE to HAVE_RUSAGE for configureMarc G. Fournier1997-01-24
* Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.Bryan Henderson1997-01-08
* More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1996-12-19
* #ifdef ASYNC_DEBUG various sections of async.cMarc G. Fournier1996-12-19
* Fix from Jan agreed with by Massimo.Bruce Momjian1996-12-07
* Add #include <sys/types.h> so it works with Ultrix's in.hBryan Henderson1996-11-16
* Clean it up so that it compilesMarc G. Fournier1996-11-06
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-03
* -Wall'dMarc G. Fournier1996-10-21