Age | Commit message (Expand) | Author |
2009-09-12 | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane |
2009-07-16 | Make backend header files C++ safe | Peter Eisentraut |
2009-07-06 | Fix handling of changed-Param signaling for CteScan plan nodes. We were using | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-04-25 | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane |
2009-04-05 | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane |
2009-03-10 | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane |
2009-02-25 | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
2008-12-08 | Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to | Tom Lane |
2008-10-21 | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane |
2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
2008-08-28 | Extend the parser location infrastructure to include a location field in | Tom Lane |
2008-08-25 | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane |
2008-08-22 | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane |
2008-08-20 | Marginal improvement in sublink planning: allow unknownEqFalse optimization | Tom Lane |
2008-08-20 | Fix obsolete comment. It's no longer the case that Param nodes don't | Tom Lane |
2008-08-17 | Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery | Tom Lane |
2008-08-17 | Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top | Tom Lane |
2008-08-14 | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane |
2008-07-10 | Tighten up SS_finalize_plan's computation of valid_params to exclude Params of | Tom Lane |
2008-07-10 | Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in | Tom Lane |
2008-04-21 | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane |
2008-01-17 | Fix subselect.c to avoid assuming that a SubLink's testexpr references each | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-09-22 | Fix cost estimates for EXISTS subqueries that are evaluated as initPlans | Tom Lane |
2007-08-26 | Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the | Tom Lane |
2007-07-18 | Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing | Tom Lane |
2007-02-27 | Get rid of the separate EState for subplans, and just let them share the | Tom Lane |
2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
2007-02-19 | Get rid of some old and crufty global variables in the planner. When | Tom Lane |
2007-02-19 | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane |
2007-02-06 | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane |
2007-01-10 | Change the planner-to-executor API so that the planner tells the executor | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
2006-12-10 | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane |
2006-12-06 | Fix planning of SubLinks to ensure that Vars generated from transformation of | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-11 | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian |
2006-06-28 | Improve planner estimates for size of tuple hash tables. | Tom Lane |
2006-05-03 | Fix calculation of plan node extParams to account for the possibility that one | Tom Lane |
2006-04-28 | Remove the restriction originally coded into optimize_minmax_aggregates() that | Tom Lane |
2006-04-22 | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |