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