index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
Commit message (
Expand
)
Author
Age
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
Fix comment in instrument.h
Michael Paquier
2020-07-31
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
*
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
*
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-17
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
*
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-12
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
*
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
*
Include chunk overhead in hash table entry size estimate.
Jeff Davis
2020-04-03
*
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-30
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-03-04
*
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-24
*
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-17
*
Change signature of TupleHashTableHash().
Jeff Davis
2020-02-10
*
Introduce TupleHashTableHash() and LookupTupleHashEntryHash().
Jeff Davis
2020-02-06
*
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-06
*
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
*
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-08
*
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
*
Minor comment improvements for instrumentation.h
Robert Haas
2019-12-05
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Minor code review for tuple slot rewrite.
Tom Lane
2019-11-06
*
Fix crash caused by EPQ happening with a before update trigger present.
Andres Freund
2019-10-04
*
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-09-09
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Remove redundant prototypes for SQL callable functions.
Andres Freund
2019-08-16
*
Remove EState.es_range_table_array.
Tom Lane
2019-08-12
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Further adjust SPITupleTable to provide a public row-count field.
Tom Lane
2019-07-18
*
Clarify the distinction between public and private SPITupleTable fields.
Tom Lane
2019-07-17
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Fix double-word typos
Alvaro Herrera
2019-06-13
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
[next]