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
/
relation.h
Commit message (
Expand
)
Author
Age
*
Remove misleading comment from pathnodes.h.
Thomas Munro
2019-06-25
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
Fix typo in comment
Alvaro Herrera
2018-06-27
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
*
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
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
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Remove 'target' from GroupPathExtraData.
Robert Haas
2018-03-29
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
*
For partitionwise join, match on partcollation, not parttypcoll.
Robert Haas
2018-02-28
*
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-26
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
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
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
Make the planner assume that the entries in a VALUES list are distinct.
Tom Lane
2017-08-16
*
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-31
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
[next]