summaryrefslogtreecommitdiff
path: root/src/include/optimizer
AgeCommit message (Expand)Author
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra
2020-04-06Implement Incremental SortTomas Vondra
2020-04-03Cosmetic improvements for code related to partitionwise join.Tom Lane
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
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-05Generate EquivalenceClass members for partitionwise child join rels.Tom Lane
2019-08-09Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane
2019-08-01Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-04-02Refactor create_limit_path() to share cost adjustment code with FDWs.Etsuro Fujita
2019-03-31tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund
2019-03-30Speed up planning when partitions can be pruned at plan time.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-27Add support for multivariate MCV listsTomas Vondra
2019-03-27Avoid passing query tlist around separately from root->processed_tlist.Tom Lane
2019-03-26Build "other rels" of appendrel baserels in a separate step.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-07Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane
2019-02-12Allow extensions to generate lossy index conditions.Tom Lane
2019-02-09Build out the planner support function infrastructure.Tom Lane
2019-02-09Refactor the representation of indexable clauses in IndexPaths.Tom Lane
2019-02-07Split create_foreignscan_path() into three functions.Tom Lane
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29Make some small planner API cleanups.Tom Lane
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2019-01-16Reorganize planner code moved in b60c39759908Alvaro Herrera
2019-01-11Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane
2019-01-10Fix C++ compile failures in headers.Tom Lane
2019-01-10Remove unnecessary #include.Tom Lane
2019-01-10Move inheritance expansion code into its own fileAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-13Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane
2018-12-12Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-09-14Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-06-26Allow direct lookups of AppendRelInfo by child relidAlvaro Herrera
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Add GUC enable_partition_pruningAlvaro Herrera
2018-04-20Tweak a couple of planner APIs to save recalculating join relids.Tom Lane
2018-04-20Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane