| Commit message (Expand) | Author | Age |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 |
* | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 |
* | Improve planner's estimation of the size of an append relation: rather than | Tom Lane | 2008-06-27 |
* | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane | 2008-04-01 |
* | When a relation has been proven empty by constraint exclusion, propagate that | Tom Lane | 2008-03-24 |
* | Fix a conceptual error in my patch of 2007-10-26 that avoided considering | Tom Lane | 2008-01-11 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Create a function variable "join_search_hook" to let plugins override the | Tom Lane | 2007-09-26 |
* | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane | 2007-05-26 |
* | Some further performance tweaks for planning large inheritance trees that | Tom Lane | 2007-04-21 |
* | Avoid useless work during set_plain_rel_pathlist() when the relation | Tom Lane | 2007-04-21 |
* | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 |
* | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 |
* | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 |
* | Repair oversight in creation of "append relations": we should set up | Tom Lane | 2007-01-28 |
* | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 |
* | Suppress subquery pullup/pushdown when a subquery contains volatile | Tom Lane | 2006-08-19 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 |
* | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane | 2006-05-02 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row | Tom Lane | 2006-02-13 |
* | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane | 2006-02-04 |
* | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane | 2006-02-03 |
* | Restructure planner's handling of inheritance. Rather than processing | Tom Lane | 2006-01-31 |
* | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane | 2005-12-20 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 |
* | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 |
* | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane | 2005-06-06 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 |
* | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane | 2005-06-04 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |