Commits

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

DateSubjectAuthorReleases
2015-08-22 Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). Tom Lane 9.0.23
2015-08-18 Fix a few bogus statement type names in plpgsql error messages. Tom Lane 9.0.23
2015-08-15 Improve documentation about MVCC-unsafe utility commands. Tom Lane 9.0.23
2015-08-15 Use fuzzy path cost tiebreaking rule in our oldest supported branches. Tom Lane 9.0.23
2015-08-15 Don't use 'bool' as a struct member name in help_config.c. Andres Freund 9.0.23
2015-08-13 Fix declaration of isarray variable. Michael Meskes 9.0.23
2015-08-13 Undo mistaken tightening in join_is_legal(). Tom Lane 9.0.23
2015-08-12 This routine was calling ecpg_alloc to allocate to memory but did not Michael Meskes 9.0.23
2015-08-12 Fix some possible low-memory failures in regexp compilation. Tom Lane 9.0.23
2015-08-11 Fix privilege dumping from servers too old to have that type of privilege. Tom Lane 9.0.23
2015-08-10 Accept alternate spellings of __sparcv7 and __sparcv8. Tom Lane 9.0.23
2015-08-06 Further fixes for degenerate outer join clauses. Tom Lane 9.0.23
2015-08-05 Make real sure we don't reassociate joins into or out of SEMI/ANTI joins. Tom Lane 9.0.23
2015-08-05 Docs: add an explicit example about controlling overall greediness of REs. Tom Lane 9.0.23
2015-08-04 Fix pg_dump to dump shell types. Tom Lane 9.0.23
2015-08-04 Fix bogus "out of memory" reports in tuplestore.c. Tom Lane 9.0.23
2015-08-04 Cap wal_buffers to avoid a server crash when it's set very large. Robert Haas 9.0.23
2015-08-02 Fix incorrect order of lock file removal and failure to close() sockets. Tom Lane 9.0.23
2015-08-02 Fix some planner issues with degenerate outer join clauses. Tom Lane 9.0.23
2015-07-30 Avoid some zero-divide hazards in the planner. Tom Lane 9.0.23
2015-07-30 Blacklist xlc 32-bit inlining. Noah Misch 9.0.23
2015-07-28 Update our documentation concerning where to create data directories. Tom Lane 9.0.23
2015-07-28 Reduce chatter from signaling of autovacuum workers. Tom Lane 9.0.23
2015-07-28 Disable ssl renegotiation by default. Andres Freund 9.0.23
2015-07-27 Reuse all-zero pages in GIN. Heikki Linnakangas 9.0.23