Commits

DateSubjectAuthorReleases
2026-04-08 instrumentation: Move ExecProcNodeInstr to allow inlining Andres Freund 19 (unreleased)
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-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 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
2019-02-09 Allow to reset execGrouping.c style tuple hashtables. Andres Freund 11.2
2019-02-09 Allow to reset execGrouping.c style tuple hashtables. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-10 Don't require return slots for nodes without projection. Andres Freund 12.0
2018-10-16 Move TupleTableSlots boolean member into one flag variable. Andres Freund 12.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery, take two. Andres Freund 11.0
2018-02-16 Revert "Do execGrouping.c via expression eval machinery." Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery. Andres Freund 11.0
2018-01-29 Introduce ExecQualAndReset() helper. Andres Freund 11.0
2018-01-09 Expression evaluation based aggregate transition invocation. Andres Freund 11.0
2017-12-13 Allow executor nodes to change their ExecProcNode function. Andres Freund 11.0
2017-10-08 Reduce memory usage of targetlist SRFs. Andres Freund 11.0
2017-07-30 Move ExecProcNode from dispatch to function pointer based model. Andres Freund 10.0
2017-03-25 Faster expression evaluation and targetlist projection. Andres Freund 10.0
2017-01-19 Remove obsoleted code relating to targetlist SRF evaluation. Andres Freund 10.0