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
/
prep
Commit message (
Expand
)
Author
Age
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
*
Convert planner's AggInfo and AggTransInfo structs to proper Nodes.
Tom Lane
2022-07-19
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-04-12
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-03-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Fix incorrect comment for get_agg_clause_costs
David Rowley
2021-07-26
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-09
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
*
Reduce the cost of planning deeply-nested views.
Tom Lane
2021-07-06
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
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
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-05
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-07-28
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-12-14
*
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-12-02
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Prevent bogus pullup of constant-valued functions returning composite.
Tom Lane
2019-09-24
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
*
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
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Remove unnecessary "inline" marker introduced in commit 4be058fe9.
Tom Lane
2019-02-04
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
[next]