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
Commit message (
Expand
)
Author
Age
*
Adjust cost model for HashAgg that spills to disk.
Jeff Davis
2020-09-07
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-07-28
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
*
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
*
Revert "Use CP_SMALL_TLIST for hash aggregate"
Jeff Davis
2020-07-12
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2020-07-03
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Spelling adjustments
Peter Eisentraut
2020-06-09
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Use CP_SMALL_TLIST for hash aggregate
Tomas Vondra
2020-05-31
*
Adjust indentation in src/backend/optimizer/README.
Etsuro Fujita
2020-05-22
*
Fix typos in README
Magnus Hagander
2020-05-18
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Remove unnecessary #include.
Etsuro Fujita
2020-05-12
*
Simplify cost_incremental_sort a bit
Tomas Vondra
2020-05-02
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Fix cost_incremental_sort for expressions with varno 0
Tomas Vondra
2020-04-23
*
Remove unneeded constraint dependency tracking
David Rowley
2020-04-17
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
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
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Fix costing for disk-based hash aggregation.
Jeff Davis
2020-03-28
*
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
*
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-27
*
Suppress unnecessary RelabelType nodes in more cases.
Tom Lane
2020-02-26
*
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
*
Fix typo.
Amit Kapila
2020-02-06
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-08
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
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
[next]