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