index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
planner.c
Commit message (
Expand
)
Author
Age
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
*
Fix hypothetical problem passing the wrong GROUP BY pathkeys
David Rowley
2022-08-18
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Remove no-longer-used parameter for create_groupingsets_path().
Tom Lane
2022-07-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix planner error with pulling up subquery expressions into function RTEs.
Tom Lane
2021-10-14
*
Allow parallel DISTINCT
David Rowley
2021-08-22
*
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-08-03
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
*
Fix confusion in comments about generate_gather_paths
Alvaro Herrera
2021-02-23
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Prevent parallel index build in a standalone backend.
Tom Lane
2020-11-30
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
Allow incremental sorts for windowing functions
David Rowley
2020-09-15
*
Remove some more useless assignments.
Tom Lane
2020-09-04
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Spelling adjustments
Peter Eisentraut
2020-06-09
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Remove unneeded constraint dependency tracking
David Rowley
2020-04-17
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Consider disk-based hash aggregation to implement DISTINCT.
Jeff Davis
2020-03-24
*
Allow page lock to conflict among parallel group members.
Amit Kapila
2020-03-21
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
[next]