Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 12.11
2021-04-22 Don't crash on reference to an un-available system column. Tom Lane 12.7
2019-11-06 Minor code review for tuple slot rewrite. Tom Lane 12.1
2019-09-22 Fix typo in tts_virtual_copyslot. Tom Lane 12.0
2019-06-08 Fix assorted inconsistencies. Amit Kapila 12.0
2019-05-26 Fix typos. Amit Kapila 12.0
2019-05-24 Fix typos. Thomas Munro 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-04-19 Fix two memory leaks around force-storing tuples in slots. Andres Freund 12.0
2019-04-09 Fix typos. Thomas Munro 12.0
2019-03-06 Fix bug in clearing of virtual tuple slot. Andres Freund 12.0
2019-03-01 Store tuples for EvalPlanQual in slots, rather than as HeapTuples. Andres Freund 12.0
2019-02-28 Don't force materializing when copying a buffer tuple table slot. Andres Freund 12.0
2019-02-28 Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple(). Andres Freund 12.0
2019-02-27 Use slots in trigger infrastructure, except for the actual invocation. Andres Freund 12.0
2019-02-27 Store table oid and tuple's tid in tuple slots directly. Andres Freund 12.0
2019-02-27 Add ExecStorePinnedBufferHeapTuple. Andres Freund 12.0
2019-02-18 Remove line duplicated during conflict resolution. Andres Freund 12.0
2019-01-23 Fix misc typos in comments. Heikki Linnakangas 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-17 Remove extra semicolons. Amit Kapila 12.0
2018-11-30 Fix typo. Amit Kapila 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-17 Fix some spurious new compiler warnings in MSVC. Andres Freund 12.0