summaryrefslogtreecommitdiff
path: root/src/include/optimizer
Commit message (Expand)AuthorAgeFilesLines
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-172-1/+5
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-231-1/+2
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-151-6/+6
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-302-2/+1
* Do assorted mop-up in the planner.Tom Lane2023-01-304-10/+3
* Make Vars be outer-join-aware.Tom Lane2023-01-305-4/+13
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-181-0/+5
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-051-0/+3
* Update copyright for 2023Bruce Momjian2023-01-0227-27/+27
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-201-0/+1
* Rework query relation permission checkingAlvaro Herrera2022-12-061-0/+2
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-032-11/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-206-9/+9
* Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane2022-08-181-4/+4
* Use an explicit state flag to control PlaceHolderInfo creation.Tom Lane2022-08-172-2/+2
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-031-5/+0
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-021-1/+3
* Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane2022-07-192-3/+7
* Fix inconsistent parameter names between prototype and declarationDavid Rowley2022-07-151-1/+1
* Remove no-longer-used parameter for create_groupingsets_path().Tom Lane2022-07-011-2/+1
* Avoid overflow hazard when clamping group counts to "long int".Tom Lane2022-05-211-0/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+3
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-083-10/+11
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-081-1/+3
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-061-0/+1
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-311-1/+0
* Optimize order of GROUP BY keysTomas Vondra2022-03-312-1/+10
* Add support for MERGE SQL commandAlvaro Herrera2022-03-282-1/+2
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-242-0/+3
* Update copyright for 2022Bruce Momjian2022-01-0727-27/+27
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-282-4/+4
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-241-0/+2
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-241-2/+0
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-241-0/+2
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-241-0/+1
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-142-8/+8
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-101-1/+2
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-101-0/+2
* Rename find_em_expr_usable_for_sorting_rel.Tom Lane2021-04-201-4/+3
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-202-1/+8
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-081-0/+2
* Add Result Cache executor node (take 2)David Rowley2021-04-022-0/+8
* Revert b6002a796David Rowley2021-04-012-8/+0
* Add Result Cache executor nodeDavid Rowley2021-04-012-0/+8
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-313-4/+20
* Add support for asynchronous execution.Etsuro Fujita2021-03-311-0/+1
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-242-3/+1
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-181-0/+1
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-101-1/+2
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-272-0/+7