index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
relnode.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-26
Remove dead code in get_param_path_clause_serials()
Richard Guo
2024-11-08
Disallow partitionwise join when collations don't match
Amit Langote
2024-07-30
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-29
Reduce memory used by partitionwise joins
Richard Guo
2024-04-16
Ensure generated join clauses for child rels have correct relids.
Tom Lane
2024-04-12
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-08
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-19
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-09-29
Robustify find_base_rel and find_base_rel_ignore_join
David Rowley
2023-07-21
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-18
Tweak API of new function clause_is_computable_at().
Tom Lane
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-20
Correctly set userid of subquery relations' child rels
Alvaro Herrera
2023-02-08
Further tighten nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-07
Rethink nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-19
Remove some dead code in selfuncs.c
Alvaro Herrera
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-08-18
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-17
Refactor addition of PlaceHolderVars to joinrel targetlists.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-08-02
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-11-02
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
2020-05-12
Remove unnecessary #include.
Etsuro Fujita
2020-04-08
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-08
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-03
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-27
Fix typo in comment.
Etsuro Fujita
2019-11-05
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-08-16
Remove useless bms_free() calls in build_child_join_rel().
Etsuro Fujita
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
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
[next]