index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
initsplan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
1
-34
/
+26
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
1
-1
/
+1
*
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
1
-8
/
+2
*
Fix some issues with wrong placement of pseudo-constant quals.
Tom Lane
2023-02-22
1
-7
/
+67
*
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
1
-4
/
+4
*
Further fixes in qual nullingrel adjustment for outer join commutation.
Tom Lane
2023-02-10
1
-5
/
+16
*
Remove leftover code in deconstruct_distribute_oj_quals().
Tom Lane
2023-02-07
1
-7
/
+0
*
Fix over-optimistic updating of info about commutable outer joins.
Tom Lane
2023-02-05
1
-16
/
+58
*
Fix thinko in qual distribution.
Tom Lane
2023-02-04
1
-15
/
+14
*
Fix thinko in outer-join removal.
Tom Lane
2023-02-04
1
-3
/
+3
*
Rethink treatment of "postponed" quals in deconstruct_jointree().
Tom Lane
2023-02-04
1
-120
/
+83
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
1
-102
/
+111
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
1
-301
/
+70
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-262
/
+859
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
1
-14
/
+18
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-11-08
1
-8
/
+20
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
1
-9
/
+9
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
1
-0
/
+41
*
Revert b6002a796
David Rowley
2021-04-01
1
-41
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
1
-0
/
+41
*
Cache if PathTarget and RestrictInfos contain volatile functions
David Rowley
2021-03-29
1
-2
/
+2
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
1
-13
/
+18
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-10-28
1
-63
/
+121
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+1
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
1
-1
/
+0
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-20
/
+20
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
1
-6
/
+2
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
1
-54
/
+40
*
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-02-06
1
-40
/
+31
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-1
/
+1
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
1
-0
/
+1
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
1
-0
/
+5
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-10
/
+10
*
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-08
1
-2
/
+3
*
Fix create_lateral_join_info to handle dead relations properly.
Robert Haas
2017-09-20
1
-2
/
+5
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
1
-2
/
+20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-13
/
+13
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
1
-1
/
+1
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
1
-4
/
+4
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-0
/
+2
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
1
-2
/
+88
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
[next]