| Age | Commit message (Expand) | Author |
| 2005-10-25 | Fix longstanding bug that would sometimes let the planner generate a bad plan | Tom Lane |
| 2005-06-14 | The random selection in function linear() could deliver a value equal to max | Tom Lane |
| 2005-04-20 | Don't try to run clauseless index scans on index types that don't support | Tom Lane |
| 2005-04-14 | Don't try to constant-fold functions returning RECORD, since the optimizer | Tom Lane |
| 2005-01-23 | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane |
| 2003-11-30 | Back-patch fix to check vartypmod when matching PlannerParamVar entries. | Tom Lane |
| 2003-05-12 | Apply fixes for problems with dropped columns whose types have also been | Tom Lane |
| 2003-03-23 | Tweak selectivity and related routines to cope with domains. Per report | Tom Lane |
| 2003-03-13 | GROUP BY got confused if there were multiple equal() GROUP BY items. | Tom Lane |
| 2003-03-05 | Repair bug reported by Laurent Perez: bad plan generated when UPDATE or | Tom Lane |
| 2003-02-07 | Avoid generating relid lists with duplicate entries. Fixes bugs | Tom Lane |
| 2003-01-22 | Make estimation of mergejoin scan selectivities more robust, per recent | Tom Lane |
| 2003-01-05 | Fix inherited UPDATE for cases where child column numbering doesn't | Tom Lane |
| 2002-12-05 | Avoid pulling up sublinks from a subselect's targetlist. Works around | Tom Lane |
| 2002-11-15 | Push qual clauses containing subplans to the back of the qual list | Tom Lane |
| 2002-11-01 | Reduce a couple of debugging messages from LOG to DEBUG1 category. | Tom Lane |
| 2002-10-19 | Fix range-query estimation to not double-exclude NULLs, per gripe from | Tom Lane |
| 2002-10-12 | Fix for bug #795: two clauses that seem redundant are not really, if | Tom Lane |
| 2002-09-24 | Add missing correction of sublevelsup when pulling up a subquery. | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
| 2002-09-11 | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane |
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
| 2002-08-29 | Push down outer qualification clauses into UNION and INTERSECT subqueries. | Tom Lane |
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
| 2002-08-25 | Add Bob Devine's name to the optimizer README. | Bruce Momjian |
| 2002-08-10 | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-30 | If we're cleaning out _deadcode, might as well zap this one too. | Tom Lane |
| 2002-07-24 | Remove _deadcode. | Peter Eisentraut |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-20 | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
| 2002-07-13 | Fix testing of partial-index predicates to work correctly in cases where | Tom Lane |
| 2002-07-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |
| 2002-07-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
| 2002-06-26 | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian |
| 2002-06-25 | Back out cleanup patch. Got old version and needs work. | Bruce Momjian |
| 2002-06-25 | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-06-13 | Make WHERE conditions pulled up from subqueries be executed before outer | Tom Lane |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-18 | Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to | Tom Lane |
| 2002-05-18 | Change set_plan_references and join_references to take an rtable List | Tom Lane |
| 2002-05-18 | Add missing fix_expr_references() step for the funcexpr of a | Tom Lane |