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
/
plan
/
createplan.c
Commit message (
Expand
)
Author
Age
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-19
*
Improve NestLoopParam generation for lateral subqueries
David Rowley
2024-01-26
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
*
Remove redundant PARTITION BY columns from WindowClauses
David Rowley
2023-07-03
*
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-04
*
Enable use of Memoize atop an Append that came from UNION ALL.
Tom Lane
2023-03-16
*
Remove gratuitous assumptions about what make_modifytable can see.
Tom Lane
2023-02-20
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
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-30
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-30
*
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-15
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
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-08-17
*
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-13
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Disable asynchronous execution if using gating Result nodes.
Etsuro Fujita
2022-04-28
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-02-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2022-01-01
*
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
*
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
*
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-24
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Change NestPath node to contain JoinPath node
Peter Eisentraut
2021-08-08
*
Change SeqScan node to contain Scan node
Peter Eisentraut
2021-08-08
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-07-06
*
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-20
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
[next]