| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -13/+3 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -16/+12 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -67/+84 |
| * | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 | 1 | -8/+6 |
| * | Update comments about memory management. | Tom Lane | 2001-02-15 | 1 | -1/+13 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -21/+20 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 1 | -4/+4 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -248/+184 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -118/+241 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -5/+5 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -8/+6 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -24/+71 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -124/+137 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane | 2000-01-19 | 1 | -2/+2 |
| * | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 | 1 | -198/+364 |
| * | 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 |
| * | Remove a no-longer-needed kluge for degenerate aggregate cases, | Tom Lane | 1999-10-08 | 1 | -22/+8 |
| * | 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 | 1 | -385/+412 |
| * | 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 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -1/+0 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+0 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -1/+0 |
| * | 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 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -41/+48 |
| * | Aggregate functions didn't work on subscripted array references. | Tom Lane | 1999-04-29 | 1 | -64/+23 |
| * | 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 |
| * | Fix for aggregate memory leaks from Erik Riedel. | Bruce Momjian | 1999-03-20 | 1 | -0/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -1/+1 |
| * | fix for aggregates | Bruce Momjian | 1999-01-27 | 1 | -21/+15 |
| * | More agg cleanup. | Bruce Momjian | 1999-01-26 | 1 | -20/+18 |
| * | Agg/Aggreg cleanup and datetime.sql patch. | Bruce Momjian | 1999-01-25 | 1 | -74/+67 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -5/+5 |
| * | Hi! | Bruce Momjian | 1999-01-18 | 1 | -1/+4 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -6/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -319/+328 |
| * | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 | 1 | -12/+13 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -10/+0 |
| * | Cleanup up code. | Bruce Momjian | 1998-04-13 | 1 | -2/+0 |
| * | I started adding the Having Clause and it works quite fine for | Bruce Momjian | 1998-03-30 | 1 | -0/+16 |