aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
Commit message (Expand)AuthorAge
* Fix setrefs.c comment properly.Tom Lane2015-09-10
* Fix typo in setrefs.cStephen Frost2015-09-10
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix add_rte_to_flat_rtable() for recent feature additions.Tom Lane2015-07-21
* For consistency add a pfree to ON CONFLICT set_plan_refs code.Andres Freund2015-07-12
* Fix typo in commentHeikki Linnakangas2015-06-27
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-13
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane2015-04-04
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-21
* Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane2015-02-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Rearrange CustomScan API.Tom Lane2014-11-21
* Initial code review for CustomScan patch.Tom Lane2014-11-20
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Process withCheckOption exprs in setrefs.cStephen Frost2014-09-22
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-14
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Better fix for permissions tests in excluded subqueries.Tom Lane2013-05-08
* 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