index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
setrefs.c
Age
Commit message (
Expand
)
Author
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-08
Comment update for fdw_recheck_quals.
Robert Haas
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-14
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-11-18
Fix incomplete set_foreignscan_references handling for fdw_recheck_quals
Robert Haas
2015-10-28
Make Gather node projection-capable.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-03
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-28
Parallel executor support.
Robert Haas
2015-09-10
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
Fix typo in setrefs.c
Stephen Frost
2015-07-29
Fix incorrect comment.
Robert Haas
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-21
Fix add_rte_to_flat_rtable() for recent feature additions.
Tom Lane
2015-07-12
For consistency add a pfree to ON CONFLICT set_plan_refs code.
Andres Freund
2015-06-27
Fix typo in comment
Heikki Linnakangas
2015-06-26
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-13
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-08
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-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-04-04
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2015-02-21
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-17
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-21
Rearrange CustomScan API.
Tom Lane
2014-11-20
Initial code review for CustomScan patch.
Tom Lane
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-09-22
Process withCheckOption exprs in setrefs.c
Stephen Frost
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-06-18
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-14
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-11-21
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-05-08
Better fix for permissions tests in excluded subqueries.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-27
Make UtilityContainsQuery recurse until it finds a non-utility Query.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
[next]