summaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
AgeCommit message (Expand)Author
2000-01-26Add:Bruce Momjian
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-07-18configure cleanupBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-04-25My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-10-06Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-30From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-07-27Use Snapshot in heap access methods.Vadim B. Mikheev
1998-07-09From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-05-06What I've done:Bruce Momjian
1998-04-27This patch...Bruce Momjian
1998-04-01remove the call to port-protos.h ...Marc G. Fournier
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-25getpid/pid cleanupBruce Momjian
1997-12-17Makefile cleaned upMarc G. Fournier
1997-12-06Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-05Remove NOT_USED for Massimo.Bruce Momjian
1997-10-30Fix for compile warning, from Ernst Molitor.Bruce Momjian
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-09-12heapattr functions now return a Datum, not char *.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian
1997-08-03Cleanup for NAMEDATALEN use.Bruce Momjian
1997-03-10Massimo's Deadlock patches w/o the #ifdefsMarc G. Fournier
1997-01-24Switch over NEED_RUSAGE to HAVE_RUSAGE for configureMarc G. Fournier
1997-01-08Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-12-19More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1996-12-19#ifdef ASYNC_DEBUG various sections of async.cMarc G. Fournier