Commits

DateSubjectAuthorReleases
2018-10-16 Move TupleTableSlots boolean member into one flag variable. Andres Freund 12.0
2018-10-02 Use slots more widely in tuple mapping code and make naming more consistent. Andres Freund 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-04-07 Raise error when affecting tuple moved into different partition. Andres Freund 11.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2017-12-29 Rely on executor utils to build targetlist for DML RETURNING. Andres Freund 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 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-27 Use the new castNode() macro in a number of places. Andres Freund 10.0
2017-01-19 Remove obsoleted code relating to targetlist SRF evaluation. Andres Freund 10.0
2015-12-10 Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers. Andres Freund 9.5.0
2015-12-10 Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers. Andres Freund 9.6.0
2015-09-28 Fix ON CONFLICT DO UPDATE for tables with oids. Andres Freund 9.5.0
2015-09-28 Fix ON CONFLICT DO UPDATE for tables with oids. Andres Freund 9.6.0
2015-05-18 Attach ON CONFLICT SET ... WHERE to the correct planstate. Andres Freund 9.5.0
2015-05-12 Fix ON CONFLICT bugs that manifest when used in rules. Andres Freund 9.5.0
2015-05-08 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. Andres Freund 9.5.0
2015-04-26 Fix various typos and grammar errors in comments. Andres Freund 9.5.0