| Age | Commit message (Expand) | Author |
| 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 |
| 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-09-26 | Implement constant-expression simplification per Bernard | Tom Lane |
| 1999-08-31 | Minor improvements to stringinfo package to make it more | 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-14 | LispUnion routine didn't generate a proper union: anytime | Tom Lane |
| 1999-08-09 | > > Prevent sorting if result is already sorted | Bruce Momjian |
| 1999-07-29 | Add equal() funcs for Case nodes ... amazing we had not | Tom Lane |
| 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 | Fix typo in _outArrayRef(). | 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 |