Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-27 | ExecReScan for MergeJoin. | Vadim B. Mikheev | |
Marked inner tuple now is copied into mergestate->mj_MarkedTupleSlot - no more tricks arround ttc_shouldfree. | |||
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | |
1998-02-23 | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev | |
1998-02-13 | Support for subselects. | Vadim B. Mikheev | |
ExecReScan for nodeAgg, nodeHash, nodeHashjoin, nodeNestloop and nodeResult. Fixed ExecReScan for nodeMaterial. Get rid of #ifdef INDEXSCAN_PATCH. Get rid of ExecMarkPos and ExecRestrPos in nodeNestloop. | |||
1998-01-16 | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | |
varchar length. Cleans up code so attlen is always length. Removed varchar() hack added earlier. Will fix bug in selecting varchar() fields, and varchar() can be variable length. | |||
1998-01-16 | Temporary varchar patch. | Bruce Momjian | |
1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | |
1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | |
1997-11-28 | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to ↵ | Bruce Momjian | |
heap_create(). | |||
1997-11-27 | Cleaups of comments. | Bruce Momjian | |
1997-11-21 | Remove unused files. | Bruce Momjian | |
1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | |
1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | |
indenting. Also static variable indenting. | |||
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | |
NOT_USED. | |||
1996-11-08 | D'Arcy's recent cleanups | Marc G. Fournier | |
1996-11-06 | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | |
1996-10-31 | add #include "postgres.h", as required by all .c files | Marc G. Fournier | |
1996-07-09 | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | |