index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
relnode.c
Commit message (
Expand
)
Author
Age
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
2020-11-02
*
Remove unnecessary #include.
Etsuro Fujita
2020-05-12
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix typo in comment.
Etsuro Fujita
2019-11-27
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
*
Remove useless bms_free() calls in build_child_join_rel().
Etsuro Fujita
2019-08-16
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Compute root->qual_security_level in a less random place.
Tom Lane
2019-03-31
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
*
Split create_foreignscan_path() into three functions.
Tom Lane
2019-02-07
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Fix incorrect comment.
Robert Haas
2017-11-10
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
*
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-06
*
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix get_relation_info name typo'ed in a comment
Alvaro Herrera
2016-11-28
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
[next]