index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
pathnodes.h
Commit message (
Expand
)
Author
Age
*
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
*
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-04-12
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-26
*
Reduce memory used by partitionwise joins
Amit Langote
2024-03-25
*
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
*
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-23
*
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-21
*
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-09
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make UniqueRelInfo a node
Alexander Korotkov
2023-10-27
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
*
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-25
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
*
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-04
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
*
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
*
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-13
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
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-30
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-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
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-17
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Dump more fields when dumping planner internal data structures.
Tom Lane
2022-07-20
*
Convert planner's AggInfo and AggTransInfo structs to proper Nodes.
Tom Lane
2022-07-19
*
Tighten up parsing logic in gen_node_support.pl.
Tom Lane
2022-07-14
[next]