summaryrefslogtreecommitdiff
path: root/src/include/optimizer
AgeCommit message (Expand)Author
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Revert "Flush Memoize cache when non-key parameters change"David Rowley
2021-11-24Flush Memoize cache when non-key parameters changeDavid Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-04-20Rename find_em_expr_usable_for_sorting_rel.Tom Lane
2021-04-20Fix planner failure in some cases of sorting by an aggregate.Tom Lane
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
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-31Add support for asynchronous execution.Etsuro Fujita
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-01Remove [Merge]AppendPath.partitioned_rels.Tom Lane
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-21Disallow SRFs when considering sorts below Gather MergeTomas Vondra
2020-12-21Check parallel safety in generate_useful_gather_pathsTomas Vondra
2020-12-03Improve estimation of OR clauses using extended statistics.Dean Rasheed
2020-11-30Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane
2020-11-30Fix typo in comment.Fujii Masao
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-23Remove unnecessary #include.Tom Lane
2020-11-03Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra
2020-10-28Fix foreign-key selectivity estimation in the presence of constants.Tom Lane
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-07-28Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan
2020-07-05Rename enable_incrementalsort for clarityPeter Eisentraut
2020-06-11Rework HashAgg GUCs.Jeff Davis
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