Commits

Showing commits that first shipped in 9.3 (backpatches included). Clear

DateSubjectAuthorReleases
2018-09-08 Save/restore SPI's global variables in SPI_connect() and SPI_finish(). Tom Lane 9.3.25
2017-12-11 Fix corner-case coredump in _SPI_error_callback(). Tom Lane 9.3.21
2016-08-11 Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. Tom Lane 9.3.15
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.3.10
2014-11-12 Explicitly support the case that a plancache's raw_parse_tree is NULL. Tom Lane 9.3.6
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.3.5
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.3.5
2013-11-03 Prevent memory leaks from accumulating across printtup() calls. Tom Lane 9.3.2
2013-07-25 Prevent leakage of SPI tuple tables during subtransaction abort. Tom Lane 9.3.0
2013-05-29 pgindent run for release 9.3 Bruce Momjian 9.3.0
2013-04-28 Editorialize a bit on new ProcessUtility() API. Tom Lane 9.3.0
2013-04-24 Fix assertion failure for REFRESH MATERIALIZED VIEW in PL. Kevin Grittner 9.3.0
2013-03-04 Add a materialized view relations. Kevin Grittner 9.3.0
2013-01-31 Fix plpgsql's reporting of plan-time errors in possibly-simple expressions. Tom Lane 9.3.0
2013-01-04 Invent a "one-shot" variant of CachedPlans for better performance. Tom Lane 9.3.0
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-11-26 Revert patch for taking fewer snapshots. Tom Lane 9.3.0
2012-10-03 Return the number of rows processed when COPY is executed through SPI. Heikki Linnakangas 9.3.0
2012-08-30 Split tuple struct defs from htup.h to htup_details.h Alvaro Herrera 9.3.0
2012-07-20 Make new event trigger facility actually do something. Robert Haas 9.3.0