aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
Commit message (Collapse)AuthorAge
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-08
| | | | indenting. Also static variable indenting.
* 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 ↵Bruce Momjian1997-08-19
| | | | NOT_USED.
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
|
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵Bruce Momjian1997-08-12
| | | | some (void) casts that are unnecessary.
* 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
| | | | Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
* 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
|
* Document more #ifdef's into config.hMarc G. Fournier1996-10-18
| | | | | Get rid of ESCAPE_PATCH ifdef, as its on by default, and there is no apparent reason for turning it off...it fixes a bug
* Fix args to match prototype.Bruce Momjian1996-10-05
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09