| Age | Commit message (Expand) | Author |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-11 | copyObject() and equal() now know about all parse-time node types, | Tom Lane |
| 2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
| 2000-07-22 | Remove 'Array' node type, which has evidently been dead code for | Tom Lane |
| 2000-07-17 | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane |
| 2000-07-15 | Remove useless and dangerous 'opt_type' option from CREATE INDEX. | Tom Lane |
| 2000-07-12 | First stage of reclaiming memory in executor by resetting short-term | Tom Lane |
| 2000-06-29 | Add test code to copy all parse/plan trees. Repair essential omissions | Tom Lane |
| 2000-06-29 | Remove freefuncs.c, which hasn't been used in a long time and is not | Tom Lane |
| 2000-06-18 | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane |
| 2000-06-16 | Repair unforgivably brain-dead representation of CaseExpr nodes in | Tom Lane |
| 2000-06-14 | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut |
| 2000-06-09 | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-25 | Clean up sloppy coding of _outAExpr(). | Tom Lane |
| 2000-04-26 | Tweak outUnique to include uniqColIdx[] field in the printout. This does | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-08 | Add copyObject logic for TruncateStmt and a few other utility-statement | Tom Lane |
| 2000-04-04 | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane |
| 2000-03-24 | outfuncs.c was missing a print routine for Material plan nodes, leading | Tom Lane |
| 2000-03-22 | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-03-01 | equalAttr() had its strcmp test backwards :-( | 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-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-31 | Hmm, equalfuncs didn't know about SortClause or GroupClause | 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-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-24 | Clean up handling of explicit NULL constants. Cases like | Tom Lane |
| 1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | 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-09 | Make LD -r as macros that can be changed for QNX. | 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-11-01 | Eliminate some unbelievably cheesy code in _copyConst(). | Tom Lane |