aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer
Commit message (Expand)AuthorAge
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane2022-08-18
* Use an explicit state flag to control PlaceHolderInfo creation.Tom Lane2022-08-17
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-02
* Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane2022-07-19
* Fix inconsistent parameter names between prototype and declarationDavid Rowley2022-07-15
* Remove no-longer-used parameter for create_groupingsets_path().Tom Lane2022-07-01
* Avoid overflow hazard when clamping group counts to "long int".Tom Lane2022-05-21
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-06
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-31
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-24
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* 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