aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-21
* Re-add SPICleanup for ABI compatibility in stable branchPeter Eisentraut2022-07-18
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-06-22
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Minor code review for tuple slot rewrite.Tom Lane2019-11-06
* Fix crash caused by EPQ happening with a before update trigger present.Andres Freund2019-10-04
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix double-word typosAlvaro Herrera2019-06-13
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-19
* Generated columnsPeter Eisentraut2019-03-30
* Transaction chainingPeter Eisentraut2019-03-24
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-01
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlot.Andres Freund2019-02-26
* Add ExecStorePinnedBufferHeapTuple.Andres Freund2019-02-26
* Allow to reset execGrouping.c style tuple hashtables.Andres Freund2019-02-09
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Change function call information to be variable length.Andres Freund2019-01-26
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Add some const decorationsPeter Eisentraut2018-12-22
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-16
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Add dummy field to currently empty struct TupleTableSlotOps.Andres Freund2018-11-15
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-15
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-07