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
/
prep
/
prepjointree.c
Age
Commit message (
Expand
)
Author
20 hours
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
20 hours
Centralize collection of catalog info needed early in the planner
Richard Guo
20 hours
Expand virtual generated columns before sublink pull-up
Richard Guo
2025-04-04
Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
2025-03-13
Fix incorrect handling of subquery pullup
Richard Guo
2025-03-13
Remove code setting wrap_non_vars to true for UNION ALL subqueries
Richard Guo
2025-03-12
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-02-25
Eliminate code duplication in replace_rte_variables callbacks
Richard Guo
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-17
Avoid unnecessary wrapping for more complex expressions
Richard Guo
2024-12-09
Avoid unnecessary wrapping for Vars and PHVs
Richard Guo
2024-11-30
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-28
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
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-04
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-08
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
[next]