Commits

DateSubjectAuthorReleases
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-04-19 Fix slot type issue for fuzzy distance index scan over out-of-core table AM. Andres Freund 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-01 Store tuples for EvalPlanQual in slots, rather than as HeapTuples. Andres Freund 12.0
2019-01-22 Rename RelationData.rd_amroutine to rd_indam. Andres Freund 12.0
2018-11-17 Make TupleTableSlots extensible, finish split of existing slot type. 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-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-01-29 Introduce ExecQualAndReset() helper. Andres Freund 11.0
2017-11-17 Provide DSM segment to ExecXXXInitializeWorker functions. Andres Freund 11.0
2017-07-30 Move ExecProcNode from dispatch to function pointer based model. Andres Freund 10.0
2017-07-30 Move interrupt checking from ExecProcNode() to executor nodes. 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