| Age | Commit message (Expand) | Author |
| 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-14 | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane |
| 2000-03-12 | Fix performance bug in constant-expression simplifier. After finding | Tom Lane |
| 2000-03-11 | Further tweaking of logic that decides when to materialize an uncorrelated | Tom Lane |
| 2000-03-09 | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue |
| 2000-03-02 | Apply a MATERIAL node to the result of an uncorrelated subplan, if it | Tom Lane |
| 2000-02-27 | Avoid a little bit of unnecessary computation in canonicalize_qual. | Tom Lane |
| 2000-02-21 | Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the | 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-17 | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane |
| 2000-02-15 | Remove long-dead code. | 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-02-05 | Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handle | Tom Lane |
| 2000-02-03 | Make EXPLAIN results for Append, Group, Agg, Unique nodes more plausible. | Tom Lane |
| 2000-01-28 | Apply the heuristic proposed by Taral (see pgsql-general archives for | 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-24 | First cut at making useful selectivity estimates for range queries | Tom Lane |
| 2000-01-23 | First cut at unifying regular selectivity estimation with indexscan | Tom Lane |
| 2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
| 2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
| 2000-01-12 | Put back erroneously removed zeroing of sentinel elements | Tom Lane |
| 2000-01-11 | More cleanups. Still doesn't work. | Bruce Momjian |
| 2000-01-09 | Another round of planner/optimizer work. This is just restructuring and | Tom Lane |
| 1999-12-31 | Generate double-sided LIKE indexquals that work even in weird locales, | Tom Lane |
| 1999-12-31 | Clean up loose end in LIKE optimization fix: parser's code would generate | Tom Lane |
| 1999-12-14 | fix_parsetree_attnums was not nearly smart enough about walking parse | Tom Lane |
| 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-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-12-09 | Replace generic 'Illegal use of aggregates' error message with one that | Tom Lane |
| 1999-11-23 | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian |
| 1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
| 1999-11-21 | Combine index_info and find_secondary_indexes into a single routine that | Tom Lane |
| 1999-11-15 | Implement subselects in target lists. Also, relax requirement that | Tom Lane |
| 1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
| 1999-10-30 | Skip invoking set_uppernode_references() for a RESULT node | Tom Lane |
| 1999-10-30 | Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs. | Tom Lane |
| 1999-10-07 | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane |
| 1999-10-02 | Fix make_clause and make_opclause to record valid type info | Tom Lane |
| 1999-09-26 | Implement constant-expression simplification per Bernard | Tom Lane |
| 1999-09-21 | values.h patch from Alex Howansky | Bruce Momjian |
| 1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
| 1999-09-13 | First cut at doing something reasonable with OR-of-ANDs WHERE | Tom Lane |