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
/
test
/
regress
/
expected
/
subselect.out
Age
Commit message (
Expand
)
Author
2025-12-05
Don't reset the pathlist of partitioned joinrels.
Robert Haas
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-16
Treat JsonConstructorExpr as non-strict
Richard Guo
2025-09-08
Don't generate fake "ANY_subquery" aliases, either.
Robert Haas
2025-09-03
Fix planner error when estimating SubPlan cost
Richard Guo
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-07-03
Simplify COALESCE() with one surviving argument.
Tom Lane
2025-04-04
Stabilize regression test from c0962a113.
Tom Lane
2025-04-04
Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-17
Avoid unnecessary wrapping for more complex expressions
Richard Guo
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
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-08-30
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-03-29
Try to stabilize flappy test result.
Tom Lane
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-02-15
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2023-09-23
Fix typo in test comment
Daniel Gustafsson
2022-11-17
Improve ruleutils' printout of LATERAL references within subplans.
Tom Lane
2022-07-20
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-01-16
Teach hash_ok_operator() that record_eq is only sometimes hashable.
Tom Lane
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-09-14
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
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
2020-12-15
Clean up ancient test style
Peter Eisentraut
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-08-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-07-14
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-02-29
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2019-12-17
Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.
Tom Lane
2019-08-05
Fix choice of comparison operators for cross-type hashed subplans.
Tom Lane
2019-04-09
Prevent inlining of multiply-referenced CTEs with outer recursive refs.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-01
Check we don't misoptimize a NOT IN where the subquery returns no rows.
Tom Lane
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-09
Build out the planner support function infrastructure.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2018-08-17
Set scan direction appropriately for SubPlans (bug #15336)
Andrew Gierth
2018-03-13
Add COSTS off to two EXPLAIN using tests.
Andres Freund
2018-02-22
Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.
Robert Haas
[next]