| Commit message (Expand) | Author | Age |
* | Add support for doing FULL JOIN ON FALSE. While this is really a rather | Tom Lane | 2010-01-05 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane | 2010-01-01 |
* | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 |
* | Fix brain fade in join-removal patch: a pushed-down clause in the outer join's | Tom Lane | 2009-12-25 |
* | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane | 2009-11-28 |
* | Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG. | Heikki Linnakangas | 2009-11-22 |
* | 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 |
* | Fix equivclass.c's not-quite-right strategy for handling X=X clauses. | Tom Lane | 2009-09-29 |
* | Rename new subroutine, per discussion with Robert Haas. | Tom Lane | 2009-09-19 |
* | Marginal code cleanup in joinpath.c: factor out clause variable-membership | Tom Lane | 2009-09-18 |
* | 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 |
* | Fix assertion failure when a SELECT DISTINCT ON expression is volatile. | Tom Lane | 2009-09-12 |
* | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane | 2009-09-02 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 |
* | Fix another thinko in join_is_legal's handling of semijoins: we have to test | Tom Lane | 2009-07-23 |
* | Fix a thinko in join_is_legal: when we decide we can implement a semijoin | Tom Lane | 2009-07-19 |
* | Repair bug #4926 "too few pathkeys for mergeclauses". This example shows | Tom Lane | 2009-07-17 |
* | Fix set_rel_width() to do something reasonable with non-Var items in a | Tom Lane | 2009-07-11 |
* | 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 |
* | Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti | Tom Lane | 2009-05-09 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 |
* | Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. | Tom Lane | 2009-04-17 |
* | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 |
* | If we expect a hash join to be performed in multiple batches, suppress | Tom Lane | 2009-03-26 |
* | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane | 2009-03-21 |
* | Improve match_special_index_operator() to recognize that LIKE with an | Tom Lane | 2009-03-11 |
* | Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled | Tom Lane | 2009-03-10 |
* | Teach the planner to support index access methods that only implement | Tom Lane | 2009-03-05 |
* | Shave a few cycles in compare_pathkeys() by checking for pointer-identical | Tom Lane | 2009-02-28 |
* | Tighten up join ordering rules to account for recent more-careful analysis | Tom Lane | 2009-02-27 |
* | Improve comments about semijoin implementation strategy, per a question | Tom Lane | 2009-02-19 |
* | Teach the planner to treat a partial unique index as proving a variable is | Tom Lane | 2009-02-15 |
* | Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join | Tom Lane | 2009-02-06 |
* | Fix an old corner-case error in match_unsorted_outer(): don't consider | Tom Lane | 2009-02-05 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Fix an oversight in the code that makes transitive-equality deductions from | Tom Lane | 2008-12-01 |
* | My recent fix for semijoin planning didn't actually work for a semijoin with a | Tom Lane | 2008-11-28 |
* | Switch the planner over to treating qualifications of a JOIN_SEMI join as | Tom Lane | 2008-11-22 |
* | 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 |
* | Salvage a little bit of work from a failed patch: simplify and speed up | Tom Lane | 2008-10-17 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |