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
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2022-01-01
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Support parameterized TidPaths.
Tom Lane
2018-12-30
*
Correct code comments for PartitionedRelPruneInfo struct
Peter Eisentraut
2018-11-15
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
*
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
*
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
*
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Fix incorrect logic for choosing the next Parallel Append subplan
Alvaro Herrera
2018-04-09
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
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
[next]