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
/
prepjointree.c
Age
Commit message (
Expand
)
Author
2024-10-31
Remove duplicate words in comments
Daniel Gustafsson
2024-10-03
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-30
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-19
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
Dean Rasheed
2024-04-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-01-11
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-06-20
Fix another cause of "wrong varnullingrels" planner failures.
Tom Lane
2023-04-05
Support "Right Anti Join" plan shapes.
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-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.
Tom Lane
2022-12-22
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-10
Add subquery pullup handling for WindowClause runCondition
David Rowley
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-29
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-16
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-05
Don't pass down nonnullable_vars while reducing outer joins.
Tom Lane
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-17
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-07-09
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-06
Reduce the cost of planning deeply-nested views.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
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-12-05
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-14
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-12-02
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-09-24
Prevent bogus pullup of constant-valued functions returning composite.
Tom Lane
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-01
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-07-21
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
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-02-04
Remove unnecessary "inline" marker introduced in commit 4be058fe9.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
[next]