| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 6 | -15/+15 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 | 1 | -4/+4 |
| * | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 | 5 | -6/+593 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 2 | -4/+4 |
| * | Clean up possible memory leakage in nodeSubplan | Tom Lane | 1999-11-15 | 1 | -11/+28 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -25/+45 |
| * | Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine | Tom Lane | 1999-11-12 | 2 | -105/+145 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 5 | -17/+16 |
| * | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue | 1999-11-04 | 1 | -2/+2 |
| * | Don't call ExecOpenIndices if pg_class relhasindex shows there are no | Tom Lane | 1999-11-01 | 2 | -38/+28 |
| * | Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing | Tom Lane | 1999-10-30 | 3 | -47/+38 |
| * | Ooops ... 6.5 coding wasn't quite right anymore. Should learn | Tom Lane | 1999-10-30 | 1 | -6/+10 |
| * | Put back code in nodeAgg to generate a dummy all-nulls input tuple | Tom Lane | 1999-10-30 | 1 | -16/+35 |
| * | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 | 1 | -63/+90 |
| * | Actually, nodeMergejoin shouldn't include psort.h at all... | Tom Lane | 1999-10-17 | 1 | -2/+1 |
| * | nodeMergejoin was depending on an inclusion from psort.h... | Tom Lane | 1999-10-16 | 1 | -1/+2 |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 2 | -17/+6 |
| * | Remove a no-longer-needed kluge for degenerate aggregate cases, | Tom Lane | 1999-10-08 | 2 | -23/+12 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -3/+2 |
| * | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck | 1999-09-29 | 1 | -7/+4 |
| * | Fix nodeAgg coredump in case where lower-level plan has | Tom Lane | 1999-09-28 | 1 | -27/+14 |
| * | Modify nodeAgg.c so that no rows are returned for a GROUP BY | Tom Lane | 1999-09-26 | 2 | -393/+418 |
| * | Implement constant-expression simplification per Bernard | Tom Lane | 1999-09-26 | 1 | -106/+67 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 10 | -204/+257 |
| * | Fix CASE bug identified by Keith Parks: CASE didn't reliably | Tom Lane | 1999-09-18 | 1 | -31/+16 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 4 | -53/+42 |
| * | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 | 1 | -1/+18 |
| * | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 1 | -2/+1 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -20/+31 |
| * | Add commentary to show that even though ExecInitIndexScan() | Tom Lane | 1999-08-12 | 1 | -40/+52 |
| * | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 | 1 | -1/+12 |
| * | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane | 1999-07-19 | 1 | -27/+54 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 12 | -24/+11 |
| * | Fix incorrect declaration of rtentry as 'ResTarget' where it | Tom Lane | 1999-07-17 | 1 | -2/+2 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 20 | -91/+88 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 7 | -15/+15 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 21 | -90/+19 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 12 | -27/+13 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 1 | -2/+1 |
| * | ExecReScanGroup() forgot to clear grpstate->grp_firstTuple, | Tom Lane | 1999-07-11 | 1 | -1/+7 |
| * | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian | 1999-06-17 | 1 | -21/+1 |
| * | When targetlist is NULL, ExecTargetList was passing back a | Tom Lane | 1999-06-12 | 1 | -32/+10 |
| * | Reversed out Massimo patch. | Bruce Momjian | 1999-06-12 | 1 | -47/+1 |
| * | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian | 1999-06-12 | 1 | -1/+47 |
| * | Reset evaluation plan tuple table next free slot counter to 0 | Vadim B. Mikheev | 1999-06-09 | 1 | -2/+12 |
| * | I used bad style of comments and ... commented out some code in | Vadim B. Mikheev | 1999-06-06 | 1 | -11/+9 |
| * | Ensure consistent results when FormSortKeys fails to find | Tom Lane | 1999-06-03 | 1 | -2/+4 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 6 | -25/+25 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 19 | -801/+823 |