summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Expand)Author
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-03-17Remove bogus assertion about polymorphic SQL function result.Tom Lane
2020-03-16Simplify the effective_io_concurrency setting.Thomas Munro
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-05Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-29Correctly re-use hash tables in buildSubPlanHash().Tom Lane
2020-02-29Remove obsolete comment.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-24expression eval: Reduce number of steps for agg transition invocations.Andres Freund
2020-02-21Fixup for nodeAgg.c refactor.Jeff Davis
2020-02-19Minor refactor of nodeAgg.c.Jeff Davis
2020-02-18Remove duplicated words in commentsMichael Paquier
2020-02-17Optimize update of tables with generated columnsPeter Eisentraut
2020-02-10Change signature of TupleHashTableHash().Jeff Davis
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-02-07Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis
2020-02-07expression eval: Don't redundantly keep track of AggState.Andres Freund
2020-02-07expression eval, jit: Minor code cleanups.Andres Freund
2020-02-06Refactor hash_agg_entry_size().Jeff Davis
2020-02-03Add missing break out seqscan loop in logical replicationAlvaro Herrera
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-28Fix dangling pointer in EvalPlanQual machinery.Tom Lane
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2020-01-27Avoid unnecessary shm writes in Parallel Hash Join.Thomas Munro
2020-01-21Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-24Rotate instead of shifting hash join batch number.Thomas Munro
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-12-18Remove redundant not-null testBruce Momjian
2019-12-11Allow executor startup pruning to prune all child nodes.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-06Fix comments in execGrouping.cJeff Davis
2019-12-04Fix whitespace.Etsuro Fujita
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-26Don't shut down Gather[Merge] early under Limit.Amit Kapila
2019-11-15Always call ExecShutdownNode() if appropriate.Thomas Munro
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-11-06Minor code review for tuple slot rewrite.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund