Commits

DateSubjectAuthorReleases
2021-10-03 Fix checking of query type in plpgsql's RETURN QUERY command. Tom Lane 15.0
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 14.0
2021-01-26 Rethink recently-added SPI interfaces. Tom Lane 14.0
2021-01-26 Improve performance of repeated CALLs within plpgsql procedures. Tom Lane 14.0
2021-01-04 Add the ability for the core grammar to have more than one parse target. Tom Lane 14.0
2020-06-12 Avoid using a cursor in plpgsql's RETURN QUERY statement. Tom Lane 14.0
2019-07-18 Further adjust SPITupleTable to provide a public row-count field. Tom Lane 13.0
2019-07-17 Clarify the distinction between public and private SPITupleTable fields. Tom Lane 13.0
2018-12-19 Doc: fix incorrect example of collecting arguments with fmgr macros. Tom Lane 10.7
2018-12-19 Doc: fix incorrect example of collecting arguments with fmgr macros. Tom Lane 11.2
2018-12-19 Doc: fix incorrect example of collecting arguments with fmgr macros. Tom Lane 12.0
2016-11-08 Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. Tom Lane 10.0
2016-11-08 Replace uses of SPI_modifytuple that intend to allocate in current context. Tom Lane 10.0
2016-11-08 Make SPI_fnumber() reject dropped columns. Tom Lane 10.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2013-07-25 Prevent leakage of SPI tuple tables during subtransaction abort. Tom Lane 9.4.0
2013-07-25 Prevent leakage of SPI tuple tables during subtransaction abort. Tom Lane 9.3.0
2013-05-03 Improve SPI documentation about null-flags arrays. Tom Lane 9.3.0
2013-01-25 Change plan caching to honor, not resist, changes in search_path. Tom Lane 9.3.0
2013-01-24 Fix SPI documentation for new handling of ExecutorRun's count parameter. Tom Lane 9.0.12
2013-01-24 Fix SPI documentation for new handling of ExecutorRun's count parameter. Tom Lane 9.1.8
2013-01-24 Fix SPI documentation for new handling of ExecutorRun's count parameter. Tom Lane 9.2.3
2013-01-24 Fix SPI documentation for new handling of ExecutorRun's count parameter. Tom Lane 9.3.0
2013-01-04 Invent a "one-shot" variant of CachedPlans for better performance. Tom Lane 9.2.3
2013-01-04 Invent a "one-shot" variant of CachedPlans for better performance. Tom Lane 9.3.0