| Commit message (Expand) | Author | Age |
* | Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in | Tom Lane | 2008-07-10 |
* | Fix subselect.c to avoid assuming that a SubLink's testexpr references each | Tom Lane | 2008-01-17 |
* | Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing | Tom Lane | 2007-07-18 |
* | Fix planning of SubLinks to ensure that Vars generated from transformation of | Tom Lane | 2006-12-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Improve planner estimates for size of tuple hash tables. | Tom Lane | 2006-06-28 |
* | Fix calculation of plan node extParams to account for the possibility that one | Tom Lane | 2006-05-03 |
* | Remove the restriction originally coded into optimize_minmax_aggregates() that | Tom Lane | 2006-04-28 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |
* | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 |
* | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 |
* | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 |
* | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane | 2005-04-11 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Fix oversights in processing of LIMIT expressions during planning. | Tom Lane | 2004-05-11 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | Fix another place that wasn't maintaining AND/OR flatness of an | Tom Lane | 2004-01-12 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Repair subselect.c's occasional assignment of the wrong vartypmod to | Tom Lane | 2003-11-25 |
* | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane | 2003-11-25 |
* | Repair interaction between IN-join processing and subselect pullup that | Tom Lane | 2003-10-18 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 |
* | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 |
* | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 |
* | Make further use of new bitmapset code: executor's chgParam, extParam, | Tom Lane | 2003-02-09 |
* | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 |
* | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 |
* | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane | 2003-01-17 |