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
/
plan
/
initsplan.c
Age
Commit message (
Expand
)
Author
2025-04-08
Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
2025-03-04
Avoid NullTest deduction for clone clauses
Richard Guo
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-11-08
Fix inconsistent RestrictInfo serial numbers
Richard Guo
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-04-12
Fix recently introduced typo in code comment
David Rowley
2024-04-12
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-11-27
Don't use bms_membership() in cases where we don't need to
David Rowley
2023-06-20
Don't include outer join relids in lateral_relids bitmapsets.
Tom Lane
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-02-22
Fix some issues with wrong placement of pseudo-constant quals.
Tom Lane
2023-02-13
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-10
Further fixes in qual nullingrel adjustment for outer join commutation.
Tom Lane
2023-02-07
Remove leftover code in deconstruct_distribute_oj_quals().
Tom Lane
2023-02-05
Fix over-optimistic updating of info about commutable outer joins.
Tom Lane
2023-02-04
Fix thinko in qual distribution.
Tom Lane
2023-02-04
Fix thinko in outer-join removal.
Tom Lane
2023-02-04
Rethink treatment of "postponed" quals in deconstruct_jointree().
Tom Lane
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
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-02
Update copyright for 2023
Bruce Momjian
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-08
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-29
Cache if PathTarget and RestrictInfos contain volatile functions
David Rowley
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-28
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-26
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-02-06
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
[next]