| Age | Commit message (Expand) | Author |
| 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 |
| 1999-03-07 | Modify mcxt.h so that it doesn't pull in half of creation. | Tom Lane |
| 1999-03-07 | Really remove Recipe. | Bruce Momjian |
| 1999-03-01 | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane |
| 1999-02-28 | Fix executor to work correctly with mergejoins where left and | Tom Lane |
| 1999-02-27 | Put back T_RecipeStmt, since the system doesn't actually build | Tom Lane |
| 1999-02-24 | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian |
| 1999-02-23 | Define JoinExpr structure for outer join syntax. | Thomas G. Lockhart |
| 1999-02-22 | comments cleanup. | Bruce Momjian |
| 1999-02-22 | Final optimizer cleanups. | Bruce Momjian |