Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
/
include
/
optimizer
/
pathnode.h
Age
Commit message (
Expand
)
Author
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
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-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-07-29
Reduce memory used by partitionwise joins
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-26
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-19
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-01-08
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
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-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-01
Remove no-longer-used parameter for create_groupingsets_path().
Tom Lane
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
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
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-01
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-30
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-09
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-02
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-26
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-07
Split create_foreignscan_path() into three functions.
Tom Lane
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
[next]