| Commit message (Expand) | Author | Age |
* | Undo 8.4-era lobotomization of subquery pullup rules. | Tom Lane | 2012-01-27 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add a security_barrier option for views. | Robert Haas | 2011-12-22 |
* | Wrap appendrel member outputs in PlaceHolderVars in additional cases. | Tom Lane | 2011-11-08 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Avoid creating PlaceHolderVars immediately within PlaceHolderVars. | Tom Lane | 2011-08-09 |
* | Fix thinko in previous patch for optimizing EXISTS-within-EXISTS. | Tom Lane | 2011-06-20 |
* | Fix pull_up_sublinks' failure to handle nested pull-up opportunities. | Tom Lane | 2011-05-02 |
* | Clean up collation processing in prepunion.c. | Tom Lane | 2011-04-16 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Make reduce_outer_joins() smarter about semijoins. | Tom Lane | 2011-01-30 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Use appendrel planning logic for top-level UNION ALL structures. | Tom Lane | 2010-11-08 |
* | Reimplement planner's handling of MIN/MAX aggregate optimization. | Tom Lane | 2010-11-04 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Small refactoring of makeVar() from a TargetEntry | Peter Eisentraut | 2010-08-27 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Fix mishandling of whole-row Vars referencing a view or sub-select. | Tom Lane | 2010-06-21 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane | 2009-09-02 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve pull_up_subqueries logic so that it doesn't insert unnecessary | Tom Lane | 2009-04-28 |
* | Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are within | Tom Lane | 2009-02-27 |
* | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Ensure that the phrels sets of PlaceHolderVars appearing in an AppendRelInfo's | Tom Lane | 2008-11-11 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 |
* | Dept of better ideas: refrain from creating the planner's placeholder_list | Tom Lane | 2008-10-22 |
* | 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 |
* | 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 |
* | Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top | Tom Lane | 2008-08-17 |
* | Fix pull_up_simple_union_all to copy all rtable entries from child subquery to | Heikki Linnakangas | 2008-08-14 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 |
* | Arrange to "inline" SQL functions that appear in a query's FROM clause, | Tom Lane | 2008-03-18 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 |
* | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 |
* | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 |
* | 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 |
* | Suppress subquery pullup/pushdown when a subquery contains volatile | Tom Lane | 2006-08-19 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |