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
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
*
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-10-11
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
Fix typo in comment.
Robert Haas
2017-08-10
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-12
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
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
[next]