| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid sharing subpath list structure when flattening nested AppendRels. | Tom Lane | 2010-09-23 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Rework join-removal logic as per recent discussion. In particular this | Tom Lane | 2010-03-28 | 1 | -5/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -6/+6 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane | 2009-11-28 | 1 | -13/+21 |
| * | Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG. | Heikki Linnakangas | 2009-11-22 | 1 | -2/+1 |
| * | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane | 2009-11-15 | 1 | -8/+7 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -2/+2 |
| * | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 | 1 | -3/+4 |
| * | Implement "join removal" for cases where the inner side of a left join | Tom Lane | 2009-09-17 | 1 | -1/+5 |
| * | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane | 2009-09-02 | 1 | -2/+3 |
| * | Fix set_append_rel_pathlist() to deal intelligently with cases where | Tom Lane | 2009-07-06 | 1 | -4/+31 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -21/+22 |
| * | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 | 1 | -2/+2 |
| * | Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled | Tom Lane | 2009-03-10 | 1 | -1/+8 |
| * | Teach the planner to treat a partial unique index as proving a variable is | Tom Lane | 2009-02-15 | 1 | -5/+11 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -3/+16 |
| * | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 | 1 | -12/+1 |
| * | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 | 1 | -8/+6 |
| * | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 | 1 | -2/+19 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -5/+115 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -2/+2 |
| * | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 | 1 | -8/+9 |
| * | Improve planner's estimation of the size of an append relation: rather than | Tom Lane | 2008-06-27 | 1 | -23/+57 |
| * | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane | 2008-04-01 | 1 | -3/+3 |
| * | When a relation has been proven empty by constraint exclusion, propagate that | Tom Lane | 2008-03-24 | 1 | -2/+2 |
| * | Fix a conceptual error in my patch of 2007-10-26 that avoided considering | Tom Lane | 2008-01-11 | 1 | -1/+6 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -8/+8 |
| * | Create a function variable "join_search_hook" to let plugins override the | Tom Lane | 2007-09-26 | 1 | -11/+29 |
| * | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane | 2007-05-26 | 1 | -15/+32 |
| * | Some further performance tweaks for planning large inheritance trees that | Tom Lane | 2007-04-21 | 1 | -17/+30 |
| * | Avoid useless work during set_plain_rel_pathlist() when the relation | Tom Lane | 2007-04-21 | 1 | -17/+19 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 1 | -1/+2 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -4/+4 |
| * | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 | 1 | -2/+4 |
| * | Repair oversight in creation of "append relations": we should set up | Tom Lane | 2007-01-28 | 1 | -1/+7 |
| * | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 | 1 | -1/+11 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -15/+15 |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 1 | -12/+5 |
| * | Suppress subquery pullup/pushdown when a subquery contains volatile | Tom Lane | 2006-08-19 | 1 | -1/+12 |
| * | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 | 1 | -1/+5 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -1/+25 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 | 1 | -4/+6 |