| Age | Commit message (Expand) | Author |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-30 | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-09 | Fix oversight in planning of GROUP queries: when an expression is used | Tom Lane |
| 2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-06-04 | Repair bug reported by ldm@apartia.com: Append nodes, which don't | Tom Lane |
| 2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-04 | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-11-23 | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian |
| 1999-10-30 | Skip invoking set_uppernode_references() for a RESULT node | 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-18 | Remove extraneous SeqScan node that make_noname was inserting | Tom Lane |
| 1999-08-09 | Clean up routines in setrefs.c by replacing individual tree | Tom Lane |
| 1999-07-16 | Final cleanup. | 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-06-06 | Fix problems with grouping/aggregation in queries that use | Tom Lane |
| 1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
| 1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-12 | Replaced targetlist entry in GroupClause by reference number | Jan Wieck |
| 1999-05-06 | Fix oversights in flatten_tlistentry and replace_clause_joinvar_refs | Tom Lane |
| 1999-05-03 | Revise union_planner and associated routines to clean up breakage | Tom Lane |
| 1999-04-29 | Several routines in setrefs.c would crash on array refs | Tom Lane |
| 1999-04-26 | Insert a test for missing targetlist entry in replace_agg_clause. | Tom Lane |
| 1999-04-19 | Repair some problems in planner's handling of HAVING clauses. | Tom Lane |
| 1999-02-15 | Fix a number of places that made faulty assumptions about | Tom Lane |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-09 | Rename Temp to Noname for noname tables. | Bruce Momjian |
| 1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
| 1999-02-03 | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian |
| 1999-02-02 | Fix create_rule is->as. | Bruce Momjian |
| 1999-01-26 | pgindent file. | Bruce Momjian |
| 1999-01-25 | Agg/Aggreg cleanup and datetime.sql patch. | Bruce Momjian |
| 1999-01-24 | Rename Aggreg to Aggref. | Bruce Momjian |
| 1999-01-23 | Remove unused Choose node. | Bruce Momjian |
| 1999-01-18 | Hi! | Bruce Momjian |
| 1998-12-14 | Add support for the CASE statement in the rewrite handling. | Thomas G. Lockhart |
| 1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
| 1998-09-09 | Fix using GroupBy/non-GroupBy expressions in HAVING. | Vadim B. Mikheev |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
| 1998-07-20 | Cleanup makeTargetEntry and remove internal.c. | Bruce Momjian |