| Age | Commit message (Expand) | Author |
| 1999-10-30 | Ooops ... 6.5 coding wasn't quite right anymore. Should learn | Tom Lane |
| 1999-10-30 | Put back code in nodeAgg to generate a dummy all-nulls input tuple | Tom Lane |
| 1999-10-17 | Final stage of psort reconstruction work: replace psort.c with | Tom Lane |
| 1999-10-17 | Actually, nodeMergejoin shouldn't include psort.h at all... | Tom Lane |
| 1999-10-16 | nodeMergejoin was depending on an inclusion from psort.h... | Tom Lane |
| 1999-10-13 | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane |
| 1999-10-08 | Remove a no-longer-needed kluge for degenerate aggregate cases, | Tom Lane |
| 1999-10-07 | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane |
| 1999-09-29 | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck |
| 1999-09-28 | Fix nodeAgg coredump in case where lower-level plan has | Tom Lane |
| 1999-09-26 | Modify nodeAgg.c so that no rows are returned for a GROUP BY | Tom Lane |
| 1999-09-26 | Implement constant-expression simplification per Bernard | Tom Lane |
| 1999-09-24 | Several changes here, not very related but touching some of the same files. | Tom Lane |
| 1999-09-18 | Fix CASE bug identified by Keith Parks: CASE didn't reliably | Tom Lane |
| 1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
| 1999-08-25 | Revise implementation of SubLinks so that there is a consistent, | Tom Lane |
| 1999-08-22 | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane |
| 1999-08-21 | Major revision of sort-node handling: push knowledge of query | Tom Lane |
| 1999-08-12 | Add commentary to show that even though ExecInitIndexScan() | Tom Lane |
| 1999-08-09 | > > Prevent sorting if result is already sorted | Bruce Momjian |
| 1999-07-19 | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-17 | Fix incorrect declaration of rtentry as 'ResTarget' where it | Tom Lane |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-07-16 | Update #include cleanups | Bruce Momjian |
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-13 | Remove S*I comments from Stephan. | Bruce Momjian |
| 1999-07-11 | ExecReScanGroup() forgot to clear grpstate->grp_firstTuple, | Tom Lane |
| 1999-06-17 | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian |
| 1999-06-12 | When targetlist is NULL, ExecTargetList was passing back a | Tom Lane |
| 1999-06-12 | Reversed out Massimo patch. | Bruce Momjian |
| 1999-06-12 | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian |
| 1999-06-09 | Reset evaluation plan tuple table next free slot counter to 0 | Vadim B. Mikheev |
| 1999-06-06 | I used bad style of comments and ... commented out some code in | Vadim B. Mikheev |
| 1999-06-03 | Ensure consistent results when FormSortKeys fails to find | Tom Lane |
| 1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-18 | Rewrite hash join to use simple linked lists instead of a | Tom Lane |
| 1999-05-17 | Change resjunk to a boolean. | Bruce Momjian |
| 1999-05-13 | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane |
| 1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
| 1999-05-09 | Update hash and join routines to use fd.c's new temp-file | Tom Lane |
| 1999-05-06 | Fix some nasty coredump bugs in hashjoin. This code was just | Tom Lane |
| 1999-04-29 | Aggregate functions didn't work on subscripted array references. | Tom Lane |
| 1999-04-19 | Fix problems seen when result of a subselect was used in an | Tom Lane |
| 1999-04-13 | There are some bugs about backward scanning using | Bruce Momjian |
| 1999-04-07 | Fix some more hashjoin-related bugs in pg_operator. Fix | Tom Lane |
| 1999-03-30 | Small cleanups. | Bruce Momjian |
| 1999-03-23 | Remove Tee code, move to _deadcode. | Bruce Momjian |