| Age | Commit message (Expand) | Author |
| 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 |
| 1999-07-24 | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane |
| 1999-07-18 | Improve commentary about ArrayRef and ResTarget nodes. | Tom Lane |
| 1999-07-16 | More cleanup | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-13 | Remove S*I comments from Stephan. | Bruce Momjian |
| 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-18 | Remove no-longer-used fields in Hash and HashJoin nodes. | Tom Lane |
| 1999-05-17 | Change resjunk to a boolean. | Bruce Momjian |
| 1999-05-12 | Replaced targetlist entry in GroupClause by reference number | Jan Wieck |
| 1999-03-23 | Remove Tee code, move to _deadcode. | Bruce Momjian |