| Commit message (Expand) | Author | Age | Files | Lines |
| * | Small refactoring of makeVar() from a TargetEntry | Peter Eisentraut | 2010-08-27 | 1 | -6/+2 |
| * | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 | 1 | -43/+116 |
| * | Add an 'enable_material' GUC. | Robert Haas | 2010-04-19 | 1 | -3/+5 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -8/+8 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -4/+2 |
| * | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 | 1 | -2/+8 |
| * | Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an | Tom Lane | 2010-01-18 | 1 | -1/+12 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -28/+86 |
| * | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 | 1 | -4/+13 |
| * | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 | 1 | -1/+18 |
| * | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane | 2009-09-12 | 1 | -23/+7 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 1 | -3/+3 |
| * | Fix handling of changed-Param signaling for CteScan plan nodes. We were using | Tom Lane | 2009-07-06 | 1 | -4/+30 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -87/+86 |
| * | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane | 2009-04-25 | 1 | -3/+32 |
| * | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 | 1 | -4/+37 |
| * | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane | 2009-03-10 | 1 | -12/+17 |
| * | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 | 1 | -93/+75 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -6/+10 |
| * | Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to | Tom Lane | 2008-12-08 | 1 | -1/+8 |
| * | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 | 1 | -1/+8 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -5/+163 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 1 | -1/+4 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -2/+2 |
| * | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 | 1 | -170/+477 |
| * | Marginal improvement in sublink planning: allow unknownEqFalse optimization | Tom Lane | 2008-08-20 | 1 | -8/+18 |
| * | Fix obsolete comment. It's no longer the case that Param nodes don't | Tom Lane | 2008-08-20 | 1 | -9/+4 |
| * | Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery | Tom Lane | 2008-08-17 | 1 | -9/+1 |
| * | Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top | Tom Lane | 2008-08-17 | 1 | -52/+74 |
| * | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 | 1 | -90/+258 |
| * | Tighten up SS_finalize_plan's computation of valid_params to exclude Params of | Tom Lane | 2008-07-10 | 1 | -59/+68 |
| * | Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in | Tom Lane | 2008-07-10 | 1 | -44/+72 |
| * | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane | 2008-04-21 | 1 | -18/+43 |
| * | Fix subselect.c to avoid assuming that a SubLink's testexpr references each | Tom Lane | 2008-01-17 | 1 | -70/+107 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -4/+4 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -27/+25 |
| * | Fix cost estimates for EXISTS subqueries that are evaluated as initPlans | Tom Lane | 2007-09-22 | 1 | -4/+5 |
| * | Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the | Tom Lane | 2007-08-26 | 1 | -5/+5 |
| * | Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing | Tom Lane | 2007-07-18 | 1 | -7/+9 |
| * | Get rid of the separate EState for subplans, and just let them share the | Tom Lane | 2007-02-27 | 1 | -38/+55 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 1 | -42/+76 |
| * | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 | 1 | -120/+113 |
| * | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane | 2007-02-19 | 1 | -17/+5 |
| * | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane | 2007-02-06 | 1 | -12/+7 |
| * | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 | 1 | -8/+33 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -3/+3 |