aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
Commit message (Expand)AuthorAge
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-21
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-09
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Fix the code that adds regclass constants to a plan's list of relation OIDsTom Lane2008-06-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Change fix_scan_expr() to avoid copying the input node tree in the common caseTom Lane2007-11-24
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane2007-10-11
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Marginal performance hack: use a dedicated routine instead of copyObjectTom Lane2007-04-30
* Don't remove the 'alias' field from flattened rangetable entries;Tom Lane2007-04-06
* Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN toTom Lane2007-02-23
* Change Agg and Group nodes so that Vars contained in their targetlistsTom Lane2007-02-22
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-22
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-19
* Fix another problem in 8.2 changes that allowed "one-time" qual conditions toTom Lane2007-02-16
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlistTom Lane2006-08-28
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-05
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-26
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Thinking further, it seems we had better also copy down resorigtbl/resorigcolTom Lane2005-11-03
* Fix the recently-added code that eliminates unnecessary SubqueryScan nodesTom Lane2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Back out prior patch and instead just suppress SubqueryScan eliminationTom Lane2005-09-05
* For non-projecting plan node types such as Limit, set_plan_referencesTom Lane2005-09-05
* Fix two separate bugs in setrefs.c. set_subqueryscan_references needsTom Lane2005-08-27
* Revise searching of subplan target lists to use something more efficientTom Lane2005-06-10
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-22
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-25
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-22
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-19
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Fix oversights in processing of LIMIT expressions during planning.Tom Lane2004-05-11
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-25