Commits

DateSubjectAuthorReleases
2020-11-08 In INSERT/UPDATE, use the table's real tuple descriptor as target. Tom Lane 13.1
2020-10-26 In INSERT/UPDATE, use the table's real tuple descriptor as target. Tom Lane 14.0
2020-10-14 Remove es_result_relation_info from EState. Heikki Linnakangas 14.0
2020-10-13 Create ResultRelInfos later in InitPlan, index them by RT index. Heikki Linnakangas 14.0
2020-07-26 Fix LookupTupleHashEntryHash() pipeline-stall issue. Jeff Davis 13.0
2020-07-26 Fix LookupTupleHashEntryHash() pipeline-stall issue. Jeff Davis 14.0
2020-04-08 Create memory context for HashAgg with a reasonable maxBlockSize. Jeff Davis 13.0
2020-03-25 Go back to returning int from ereport auxiliary functions. Tom Lane 13.0
2020-03-24 Improve the internal implementation of ereport(). Tom Lane 13.0
2020-03-05 Extend ExecBuildAggTrans() to support a NULL pointer check. Jeff Davis 13.0
2020-02-10 Change signature of TupleHashTableHash(). Jeff Davis 13.0
2020-02-07 Introduce TupleHashTableHash() and LookupTupleHashEntryHash(). Jeff Davis 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-09-09 Reorder EPQ work, to fix rowmark related bugs and improve efficiency. Andres Freund 12.0
2019-09-09 Reorder EPQ work, to fix rowmark related bugs and improve efficiency. Andres Freund 13.0
2019-08-16 Remove fmgr.h includes from headers that don't really need it. Andres Freund 13.0
2019-08-12 Remove EState.es_range_table_array. Tom Lane 13.0
2019-07-08 Fix inconsistencies in the code Michael Paquier 13.0
2019-06-08 Fix assorted inconsistencies. Amit Kapila 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-03-01 Store tuples for EvalPlanQual in slots, rather than as HeapTuples. Andres Freund 12.0
2019-02-27 Use slots in trigger infrastructure, except for the actual invocation. Andres Freund 12.0