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
*
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
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-08-01
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-07-03
*
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-30
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
postgres_fdw: Fix cost estimation for aggregate pushdown.
Etsuro Fujita
2019-05-09
*
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
[next]