summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
Commit message (Expand)AuthorAgeFilesLines
* Process withCheckOption exprs in setrefs.cStephen Frost2014-09-221-0/+3
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-1/+7
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-181-8/+49
* pgindent run for 9.4Bruce Momjian2014-05-061-10/+10
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-141-1/+2
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-6/+3
* Better fix for permissions tests in excluded subqueries.Tom Lane2013-05-081-56/+195
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Make UtilityContainsQuery recurse until it finds a non-utility Query.Tom Lane2012-06-271-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+6
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-251-13/+62
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-9/+8
* Revise FDW planning API, again.Tom Lane2012-03-091-0/+2
* Expose an API for calculating catcache hash values.Tom Lane2012-03-071-7/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane2011-11-031-0/+4
* Rearrange the implementation of index-only scans.Tom Lane2011-10-111-31/+107
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-031-139/+139
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-161-13/+10
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-181-0/+1
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-2/+14
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-0/+12
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-091-1/+1
* Per-column collation supportPeter Eisentraut2011-02-081-0/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Create core infrastructure for KNNGIST.Tom Lane2010-12-021-0/+4
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-141-0/+18
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-271-11/+3
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-212/+26
* pgindent run for 9.0Bruce Momjian2010-02-261-5/+5
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-4/+2
* Extend the set of frame options supported for window functions.Tom Lane2010-02-121-2/+18
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-151-5/+19
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* While doing the final setrefs.c pass over a plan tree, try to match upTom Lane2009-11-161-5/+67
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-10/+18
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-141-2/+3
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-6/+52
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-4/+27
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-14/+14
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-2/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-1/+7
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-211-7/+75
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-2/+30
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-091-96/+189
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-2/+2