aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.Tom Lane2020-04-11
* Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.Noah Misch2020-04-11
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-11
* Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane2020-04-11
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Allow parallel create index to accumulate buffer usage stats.Amit Kapila2020-04-09
* Modify additional power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Include chunk overhead in hash table entry size estimate.Jeff Davis2020-04-03
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-30
* Expose BufferUsageAccumDiff().Fujii Masao2020-03-30
* Fix costing for disk-based hash aggregation.Jeff Davis2020-03-28
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Avoid allocating unnecessary zero-sized array.Jeff Davis2020-03-24
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Fixes for Disk-based Hash Aggregation.Jeff Davis2020-03-23
* Add object names to partition integrity violations.Amit Kapila2020-03-23
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Remove bogus assertion about polymorphic SQL function result.Tom Lane2020-03-17
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-16
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis2020-03-04
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Correctly re-use hash tables in buildSubPlanHash().Tom Lane2020-02-29
* Remove obsolete comment.Tom Lane2020-02-29
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* expression eval: Reduce number of steps for agg transition invocations.Andres Freund2020-02-24
* Fixup for nodeAgg.c refactor.Jeff Davis2020-02-21
* Minor refactor of nodeAgg.c.Jeff Davis2020-02-19
* Remove duplicated words in commentsMichael Paquier2020-02-18
* Optimize update of tables with generated columnsPeter Eisentraut2020-02-17
* Change signature of TupleHashTableHash().Jeff Davis2020-02-10
* Fix bug in Tid scan.Fujii Masao2020-02-07
* Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis2020-02-06
* expression eval: Don't redundantly keep track of AggState.Andres Freund2020-02-06
* expression eval, jit: Minor code cleanups.Andres Freund2020-02-06
* Refactor hash_agg_entry_size().Jeff Davis2020-02-06
* Add missing break out seqscan loop in logical replicationAlvaro Herrera2020-02-03
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Fix dangling pointer in EvalPlanQual machinery.Tom Lane2020-01-28
* Added relation name in error messages for constraint checks.Amit Kapila2020-01-28
* Avoid unnecessary shm writes in Parallel Hash Join.Thomas Munro2020-01-27
* Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund2020-01-20
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Fix problems with "read only query" checks, and refactor the code.Robert Haas2020-01-16