| Commit message (Expand) | Author | Age |
* | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane | 2009-11-28 |
* | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane | 2009-11-15 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 |
* | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 |
* | Implement "join removal" for cases where the inner side of a left join | Tom Lane | 2009-09-17 |
* | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane | 2009-09-12 |
* | Make GEQO's planning deterministic by having it start from a predictable | Tom Lane | 2009-07-16 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | Fix set_append_rel_pathlist() to deal intelligently with cases where | Tom Lane | 2009-07-06 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 |
* | Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti | Tom Lane | 2009-05-09 |
* | Improve pull_up_subqueries logic so that it doesn't insert unnecessary | Tom Lane | 2009-04-28 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 |
* | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 |
* | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 |
* | Arrange for function default arguments to be processed properly in expressions | Tom Lane | 2009-01-09 |
* | Create a third option named "partition" for constraint_exclusion, and make it | Tom Lane | 2009-01-07 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | 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 |
* | Improve the recently-added code for inlining set-returning functions so that | Tom Lane | 2008-10-09 |
* | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane | 2008-10-07 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane | 2008-09-09 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 |
* | Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top | Tom Lane | 2008-08-17 |
* | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 |
* | Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any | Tom Lane | 2008-08-07 |
* | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane | 2008-08-07 |
* | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 |
* | Tighten up SS_finalize_plan's computation of valid_params to exclude Params of | Tom Lane | 2008-07-10 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane | 2008-05-02 |
* | Fix a couple of oversights associated with the "physical tlist" optimization: | Tom Lane | 2008-04-17 |
* | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane | 2008-04-01 |
* | Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). | Tom Lane | 2008-03-31 |
* | Arrange to "inline" SQL functions that appear in a query's FROM clause, | Tom Lane | 2008-03-18 |
* | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane | 2007-11-08 |