index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
plannodes.h
Commit message (
Expand
)
Author
Age
*
Update comments to reflect code rearrangement.
Robert Haas
2016-08-31
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
*
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
*
Directly modify foreign tables.
Robert Haas
2016-03-18
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Provide readfuncs support for custom scans.
Robert Haas
2015-11-12
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
*
Fix incorrect comment in plannodes.h
Robert Haas
2015-10-20
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Parallel executor support.
Robert Haas
2015-09-28
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-23
*
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-17
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
*
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
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
*
Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.
Tom Lane
2015-03-15
*
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
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
[next]