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