Commits

DateSubjectAuthorReleases
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-04 In the executor, use an array of pointers to access the rangetable. Tom Lane 12.0
2018-05-01 Clean up warnings from -Wimplicit-fallthrough. Tom Lane 11.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
2018-01-03 Update copyright for 2018 Bruce Momjian 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-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-01-27 Use the new castNode() macro in a number of places. Andres Freund 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-03-22 Fix EvalPlanQual bug when query contains both locked and not-locked rels. Tom Lane 9.6.0
2016-03-22 Fix EvalPlanQual bug when query contains both locked and not-locked rels. Tom Lane 9.5.2
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-05-12 Add support for doing late row locking in FDWs. Tom Lane 9.5.0
2015-05-08 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. Andres Freund 9.5.0
2015-03-22 Allow foreign tables to participate in inheritance. Tom Lane 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-12-12 Fix corner case where SELECT FOR UPDATE could return a row twice. Tom Lane 9.5.0
2014-12-12 Fix corner case where SELECT FOR UPDATE could return a row twice. Tom Lane 9.0.19
2014-12-12 Fix corner case where SELECT FOR UPDATE could return a row twice. Tom Lane 9.1.15
2014-12-12 Fix corner case where SELECT FOR UPDATE could return a row twice. Tom Lane 9.2.10