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
/
plan
/
createplan.c
Age
Commit message (
Expand
)
Author
14 days
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
2025-06-29
Fix some new issues with planning of PlaceHolderVars.
Tom Lane
2025-06-20
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
Convert PathKey to use CompareType
Peter Eisentraut
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
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-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-14
Track scan reversals in MergeJoin
Peter Eisentraut
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-10-09
Consider explicit incremental sort for mergejoins
Richard Guo
2024-09-09
Fix order of parameters in a cost_sort call
Richard Guo
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-23
Remove redundant code in create_gather_merge_path
Richard Guo
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-19
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-01-26
Improve NestLoopParam generation for lateral subqueries
David Rowley
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-07-14
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-03
Remove redundant PARTITION BY columns from WindowClauses
David Rowley
2023-05-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-03-16
Enable use of Memoize atop an Append that came from UNION ALL.
Tom Lane
2023-02-20
Remove gratuitous assumptions about what make_modifytable can see.
Tom Lane
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
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-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-10-15
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-13
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-05-21
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-28
Disable asynchronous execution if using gating Result nodes.
Etsuro Fujita
2022-04-21
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
[next]