aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer
Commit message (Expand)AuthorAge
* Move clause_sides_match_join() into restrictinfo.hDavid Rowley2024-10-15
* Recalculate where-needed data accurately after a join removal.Tom Lane2024-09-27
* Mark expressions nullable by grouping setsRichard Guo2024-09-10
* Introduce an RTE for the grouping stepRichard Guo2024-09-10
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Fix partitionwise join with partially-redundant join clausesRichard Guo2024-07-30
* Reduce memory used by partitionwise joinsRichard Guo2024-07-29
* Fix rowcount estimate for gather (merge) pathsRichard Guo2024-07-23
* Remove grotty use of disable_cost for TID scan plans.Robert Haas2024-07-22
* Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov2024-06-06
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Revert: Remove useless self-joinsAlexander Korotkov2024-05-06
* Fix query pullup issue with WindowClause runConditionDavid Rowley2024-05-05
* revert: Transform OR clauses to ANY expressionAlexander Korotkov2024-04-10
* Transform OR clauses to ANY expressionAlexander Korotkov2024-04-08
* Fix assert failure when planning setop subqueries with CTEsDavid Rowley2024-04-02
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Propagate pathkeys from CTEs up to the outer query.Tom Lane2024-03-26
* Do not translate dummy SpecialJoinInfos for child joinsAmit Langote2024-03-25
* Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley2024-03-25
* Postpone reparameterization of paths until create_plan().Tom Lane2024-03-19
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Fix incorrect filename reference in commentDavid Rowley2024-03-13
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov2024-01-21
* Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane2024-01-08
* Update copyright for 2024Bruce Momjian2024-01-03
* Prevent integer overflow when forming tuple width estimates.Tom Lane2023-12-19
* compute_bitmap_pages' loop_count parameter should be double not int.Tom Lane2023-12-18
* Remove unnecessary include of <math.h>Peter Eisentraut2023-12-04
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Remove useless self-joinsAlexander Korotkov2023-10-25
* Remove debug_print_rel and replace usages with pprintDavid Rowley2023-10-09
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* Account for startup rows when costing WindowAggsDavid Rowley2023-08-04
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Allow plan nodes with initPlans to be considered parallel-safe.Tom Lane2023-07-14
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2023-07-14
* Fix filtering of "cloned" outer-join quals some more.Tom Lane2023-05-25
* Tweak API of new function clause_is_computable_at().Tom Lane2023-05-18
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-17
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-23
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-30
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-18
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05