aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer
Commit message (Expand)AuthorAge
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Rename find_em_expr_usable_for_sorting_rel.Tom Lane2021-04-20
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-20
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-18
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Remove [Merge]AppendPath.partitioned_rels.Tom Lane2021-02-01
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Update copyright for 2021Bruce Momjian2021-01-02
* Disallow SRFs when considering sorts below Gather MergeTomas Vondra2020-12-21
* Check parallel safety in generate_useful_gather_pathsTomas Vondra2020-12-21
* Improve estimation of OR clauses using extended statistics.Dean Rasheed2020-12-03
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Fix typo in comment.Fujii Masao2020-11-30
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Remove unnecessary #include.Tom Lane2020-11-23
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-03
* Fix foreign-key selectivity estimation in the presence of constants.Tom Lane2020-10-28
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan2020-07-27
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-04-03
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-30
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Save calculated transitionSpace in Agg node.Jeff Davis2020-02-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane2019-08-09
* Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane2019-08-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05