aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make UtilityContainsQuery recurse until it finds a non-utility Query.Tom Lane2012-06-27
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-25
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Revise FDW planning API, again.Tom Lane2012-03-09
* Expose an API for calculating catcache hash values.Tom Lane2012-03-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane2011-11-03
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-27
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* While doing the final setrefs.c pass over a plan tree, try to match upTom Lane2009-11-16
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* 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