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