summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeTee.c
Commit message (Collapse)AuthorAgeFilesLines
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-061-3/+5
| | | | files. Fix sequence creation hack for relkind type.
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-11/+13
|
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
|
* Inline some small functions called for every row.Bruce Momjian1998-04-241-2/+2
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-5/+5
|
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
|
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
|
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-281-4/+4
|
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to ↵Bruce Momjian1997-11-281-5/+5
| | | | heap_create().
* Remove archive stuff.Bruce Momjian1997-11-211-7/+1
|
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-3/+3
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-7/+7
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-36/+36
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-427/+472
|
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-1/+2
|
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
|
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-081-1/+5
|
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+3
|
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-311-1/+3
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+503