index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
prep
/
prepunion.c
Age
Commit message (
Expand
)
Author
2025-11-06
Fix UNION planner estimate_num_groups with varno==0
David Rowley
2025-11-05
Fix possible usage of incorrect UPPERREL_SETOP RelOptInfo
David Rowley
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-07
Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputs
David Rowley
2025-10-07
Fix incorrect targetlist in dummy UNIONs
David Rowley
2025-10-04
Teach UNION planner to remove dummy inputs
David Rowley
2025-10-04
Use bms_add_members() instead of bms_union() when possible
David Rowley
2025-09-29
Improve planner's width estimates for set operations
David Rowley
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-11-29
Fix typo in header comment for set_operation_ordered_results_useful
David Rowley
2024-11-19
Compare collations before merging UNION operations.
Tom Lane
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-05-21
Fix generate_union_paths for non-sortable types.
REL_17_BETA1
Robert Haas
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-06
Finish incomplete revert of ec63622c0.
Tom Lane
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-02
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-03-25
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-04
Fix usage of the parse tree for estimate_num_groups() in set operations
Alexander Korotkov
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-05
Rename shadowed local variables
David Rowley
2022-08-26
More -Wshadow=compatible-local warning fixes
David Rowley
2022-07-22
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-07-25
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-03-30
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-02-01
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-28
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-09
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-07-21
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-02-28
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-01-12
Remove heapam.h include made superfluous by b60c3975990.
Andres Freund
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera
[next]