aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* 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
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Improve the handling of result type coercions in SQL functions.Tom Lane2020-01-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-25
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Rotate instead of shifting hash join batch number.Thomas Munro2019-12-24
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Remove redundant not-null testBruce Momjian2019-12-17
* Allow executor startup pruning to prune all child nodes.Tom Lane2019-12-11
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Fix comments in execGrouping.cJeff Davis2019-12-06
* Fix whitespace.Etsuro Fujita2019-12-04
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Don't shut down Gather[Merge] early under Limit.Amit Kapila2019-11-26
* Always call ExecShutdownNode() if appropriate.Thomas Munro2019-11-16
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07
* Minor code review for tuple slot rewrite.Tom Lane2019-11-06
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.Andres Freund2019-09-30
* Reduce code duplication for ExecJust*Var operations.Andres Freund2019-09-30
* jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons.Andres Freund2019-09-29
* Fix determination when slot types for upper executor nodes are fixed.Andres Freund2019-09-29
* Fix ExprState's tag to be of type NodeTag rather than Node.Andres Freund2019-09-23
* Fix typo in tts_virtual_copyslot.Tom Lane2019-09-22
* Fix bogus sizeof calculations.Tom Lane2019-09-15
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-03
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Remove EState.es_range_table_array.Tom Lane2019-08-12