| Age | Commit message (Expand) | Author |
| 2000-05-25 | Modify raw parsetree representation returned by gram.y for SubLinks: | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-03-24 | Improve comment. | Tom Lane |
| 2000-03-22 | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-03-01 | Simplify parsing of column constraints by treating constraint attributes | Tom Lane |
| 2000-02-21 | Change parse-time representation of float literals (which include oversize | Tom Lane |
| 2000-02-20 | Create a new expression node type RelabelType, which exists solely to | Tom Lane |
| 2000-02-18 | Plug some more memory leaks in the planner. It still leaks like a sieve, | Tom Lane |
| 2000-02-18 | Implement reindex command | Hiroshi Inoue |
| 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-07 | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane |
| 2000-02-06 | Rename same() to sameseti() to have a slightly less generic name. Move | 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 |
| 2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
| 2000-01-17 | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane |
| 2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut |
| 2000-01-14 | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut |
| 2000-01-14 | Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't | Tom Lane |
| 2000-01-09 | Another round of planner/optimizer work. This is just restructuring and | Tom Lane |
| 1999-12-16 | Here's the Create/Alter/Drop Group stuff that's been really overdue. I | Bruce Momjian |
| 1999-12-14 | Depending on my interpreting (and programming) skills, this might solve | Bruce Momjian |
| 1999-12-13 | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane |
| 1999-12-10 | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane |
| 1999-12-10 | Rename several destroy* functions/tags to drop*. | Bruce Momjian |
| 1999-12-06 | Completed FOREIGN KEY syntax. | Jan Wieck |
| 1999-11-30 | create/alter user extension | Bruce Momjian |
| 1999-11-23 | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian |
| 1999-11-15 | Clean up possible memory leakage in nodeSubplan | Tom Lane |
| 1999-11-15 | Implement subselects in target lists. Also, relax requirement that | Tom Lane |
| 1999-10-26 | Hello. | Bruce Momjian |
| 1999-10-17 | Final stage of psort reconstruction work: replace psort.c with | Tom Lane |
| 1999-10-15 | This patch implements ORACLE's COMMENT SQL command. | Bruce Momjian |
| 1999-10-07 | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane |
| 1999-10-03 | Reimplement parsing and storage of default expressions and constraint | Tom Lane |
| 1999-10-02 | Allow CREATE FUNCTION's WITH clause to be used for all language types, | Tom Lane |
| 1999-09-29 | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck |
| 1999-09-28 | I have been working with user defined types and user defined c | Bruce Momjian |
| 1999-09-26 | Modify nodeAgg.c so that no rows are returned for a GROUP BY | Tom Lane |
| 1999-09-24 | Several changes here, not very related but touching some of the same files. | Tom Lane |
| 1999-09-23 | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian |
| 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-16 | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane |
| 1999-08-09 | > > Prevent sorting if result is already sorted | Bruce Momjian |
| 1999-07-27 | First cut at doing LIKE/regex indexing optimization in | Tom Lane |
| 1999-07-25 | Remove 'restrictinfojoinid' field from RestrictInfo nodes. | Tom Lane |