index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
setrefs.c
Commit message (
Expand
)
Author
Age
*
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-12-12
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Fix incomplete set_foreignscan_references handling for fdw_recheck_quals
Robert Haas
2015-11-18
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-03
*
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
*
Fix typo in setrefs.c
Stephen Frost
2015-09-10
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix add_rte_to_flat_rtable() for recent feature additions.
Tom Lane
2015-07-21
*
For consistency add a pfree to ON CONFLICT set_plan_refs code.
Andres Freund
2015-07-12
*
Fix typo in comment
Heikki Linnakangas
2015-06-27
*
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2015-04-04
*
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-21
*
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-02-17
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Rearrange CustomScan API.
Tom Lane
2014-11-21
*
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
*
Process withCheckOption exprs in setrefs.c
Stephen Frost
2014-09-22
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-14
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Better fix for permissions tests in excluded subqueries.
Tom Lane
2013-05-08
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Make UtilityContainsQuery recurse until it finds a non-utility Query.
Tom Lane
2012-06-27
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-25
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Revise FDW planning API, again.
Tom Lane
2012-03-09
*
Expose an API for calculating catcache hash values.
Tom Lane
2012-03-07
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-03
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
[next]