Commits

DateSubjectAuthorReleases
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2016-08-11 Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. Tom Lane 9.3.15
2016-08-11 Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. Tom Lane 9.5.5
2016-08-11 Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. Tom Lane 9.4.10
2016-08-11 Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. Tom Lane 9.6.0
2016-04-12 Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ... Tom Lane 9.6.0
2016-04-12 Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ... Tom Lane 9.5.3
2016-03-14 Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array. Tom Lane 9.6.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.0.23
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.1.19
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.2.14
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.3.10
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.4.5
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.5.0
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.6.0
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 9.5.0
2014-11-12 Explicitly support the case that a plancache's raw_parse_tree is NULL. Tom Lane 9.4.0
2014-11-12 Explicitly support the case that a plancache's raw_parse_tree is NULL. Tom Lane 9.5.0
2014-11-12 Explicitly support the case that a plancache's raw_parse_tree is NULL. Tom Lane 9.2.10
2014-11-12 Explicitly support the case that a plancache's raw_parse_tree is NULL. Tom Lane 9.3.6
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 8.4.22
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.0.18