summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/pathnode.c
AgeCommit message (Expand)Author
2023-04-12Fix parallel-safety marking when moving initplans to another node.Tom Lane
2023-03-16Enable use of Memoize atop an Append that came from UNION ALL.Tom Lane
2023-03-02Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane
2023-01-31Remove dead NoMovementScanDirection codeDavid Rowley
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-12-04Fix broken MemoizePath support in reparameterize_path().Tom Lane
2022-12-04Add missing MaterialPath support in reparameterize_path[_by_child].Tom Lane
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-08-18Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane
2022-07-19Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane
2022-07-01Remove no-longer-used parameter for create_groupingsets_path().Tom Lane
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-09-27Fix typos and grammar in code commentsMichael Paquier
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-08-08Change NestPath node to contain JoinPath nodePeter Eisentraut
2021-07-25Get rid of artificial restriction on hash table sizes on Windows.Tom Lane
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-05-31Fix mis-planning of repeated application of a projection.Tom Lane
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-30Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-01Remove [Merge]AppendPath.partitioned_rels.Tom Lane
2021-02-01Remove incidental dependencies on partitioned_rels lists.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-30Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane
2020-10-12Fix estimates for ModifyTable paths without RETURNING.Thomas Munro
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-07-14Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-06Implement Incremental SortTomas Vondra
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-02-27Save calculated transitionSpace in Agg node.Jeff Davis
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-08-06Fix typo in pathnode.cMichael Paquier
2019-07-16Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane