index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.
Tom Lane
2020-04-11
*
Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.
Noah Misch
2020-04-11
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
*
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-11
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Allow parallel create index to accumulate buffer usage stats.
Amit Kapila
2020-04-09
*
Modify additional power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
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
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-30
*
Fix costing for disk-based hash aggregation.
Jeff Davis
2020-03-28
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Avoid allocating unnecessary zero-sized array.
Jeff Davis
2020-03-24
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Fixes for Disk-based Hash Aggregation.
Jeff Davis
2020-03-23
*
Add object names to partition integrity violations.
Amit Kapila
2020-03-23
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Remove bogus assertion about polymorphic SQL function result.
Tom Lane
2020-03-17
*
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-16
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-03-04
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-29
*
Remove obsolete comment.
Tom Lane
2020-02-29
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-24
*
Fixup for nodeAgg.c refactor.
Jeff Davis
2020-02-21
*
Minor refactor of nodeAgg.c.
Jeff Davis
2020-02-19
*
Remove duplicated words in comments
Michael Paquier
2020-02-18
*
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-17
*
Change signature of TupleHashTableHash().
Jeff Davis
2020-02-10
*
Fix bug in Tid scan.
Fujii Masao
2020-02-07
*
Introduce TupleHashTableHash() and LookupTupleHashEntryHash().
Jeff Davis
2020-02-06
*
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-06
*
expression eval, jit: Minor code cleanups.
Andres Freund
2020-02-06
*
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
*
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-02-03
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Fix dangling pointer in EvalPlanQual machinery.
Tom Lane
2020-01-28
*
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-28
*
Avoid unnecessary shm writes in Parallel Hash Join.
Thomas Munro
2020-01-27
*
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-20
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-16
[next]