| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Rewrite hash join to use simple linked lists instead of a | Tom Lane | 1999-05-18 | 2 | -782/+409 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 1 | -8/+8 |
| * | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 | 2 | -60/+41 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 4 | -13/+10 |
| * | Update hash and join routines to use fd.c's new temp-file | Tom Lane | 1999-05-09 | 2 | -57/+6 |
| * | Fix some nasty coredump bugs in hashjoin. This code was just | Tom Lane | 1999-05-06 | 2 | -122/+131 |
| * | Aggregate functions didn't work on subscripted array references. | Tom Lane | 1999-04-29 | 1 | -64/+23 |
| * | Fix problems seen when result of a subselect was used in an | Tom Lane | 1999-04-19 | 1 | -13/+42 |
| * | There are some bugs about backward scanning using | Bruce Momjian | 1999-04-13 | 1 | -8/+34 |
| * | Fix some more hashjoin-related bugs in pg_operator. Fix | Tom Lane | 1999-04-07 | 1 | -37/+39 |
| * | Small cleanups. | Bruce Momjian | 1999-03-30 | 1 | -2/+2 |
| * | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 | 6 | -41/+9 |
| * | Correct some comments, fix a small memory wastage when datatype | Tom Lane | 1999-03-21 | 1 | -12/+15 |
| * | Reverse out pfree agg part of patch from Erik Riedel. | Bruce Momjian | 1999-03-20 | 1 | -3/+0 |
| * | cleanup | Bruce Momjian | 1999-03-20 | 1 | -3/+3 |
| * | Fix for aggregate memory leaks from Erik Riedel. | Bruce Momjian | 1999-03-20 | 4 | -4/+76 |
| * | Fix for memory leak in executor with fjIsNull. | Bruce Momjian | 1999-03-19 | 1 | -2/+5 |
| * | I suggest the following portability patch, which does not | Bruce Momjian | 1999-03-19 | 1 | -2/+3 |
| * | Cleanup | Bruce Momjian | 1999-03-14 | 1 | -3/+2 |
| * | We have to return dummy tuple for empty targetlist! | Vadim B. Mikheev | 1999-03-10 | 1 | -9/+8 |