| Age | Commit message (Expand) | Author |
| 2001-11-12 | If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-08-14 | Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being | Tom Lane |
| 2001-06-05 | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane |
| 2001-05-20 | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-03-27 | Quick hack to fix Oliver Elphick's problem with subselects in an | 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-17 | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian |
| 2000-12-14 | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane |
| 2000-12-12 | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-11-09 | Repair some bugs in new union/intersect/except code. | 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-20 | Make inheritance planning logic a little simpler and clearer, | Tom Lane |
| 2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
| 2000-04-18 | Repair coredump seen when a view refers to an inheritance group | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-03-21 | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
| 2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
| 2000-02-03 | Make EXPLAIN results for Append, Group, Agg, Unique nodes more plausible. | Tom Lane |
| 2000-01-27 | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-12-14 | fix_parsetree_attnums was not nearly smart enough about walking parse | Tom Lane |
| 1999-08-21 | Major revision of sort-node handling: push knowledge of query | Tom Lane |
| 1999-08-16 | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 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-10 | Fix errors in SELECT ... GROUP BY ... UNION SELECT ... | Tom Lane |
| 1999-06-06 | Fix problems with grouping/aggregation in queries that use | Tom Lane |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-02-18 | Fix bushy plans. Cleanup. | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
| 1998-07-15 | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian |
| 1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
| 1998-03-31 | Small HAVING cleanup. | Bruce Momjian |
| 1998-03-31 | Merge rename name page into alter table. Fix UNION with DISTINCT | Bruce Momjian |
| 1998-03-30 | documentation for HAVING, clean up UNION comment. | Bruce Momjian |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |