Commits

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

DateSubjectAuthorReleases
2015-09-24 Lower *_freeze_max_age minimum values. Andres Freund 9.3.10
2015-08-15 Don't use 'bool' as a struct member name in help_config.c. Andres Freund 9.3.10
2015-07-28 Disable ssl renegotiation by default. Andres Freund 9.3.10
2015-06-21 Improve multixact emergency autovacuum logic. Andres Freund 9.3.10
2015-06-08 Allow HotStandbyActiveInReplay() to be called in single user mode. Andres Freund 9.3.9
2015-02-26 Reconsider when to wait for WAL flushes/syncrep during commit. Andres Freund 9.3.7
2015-02-23 Guard against spurious signals in LockBufferForCleanup. Andres Freund 9.3.7
2015-02-04 Add missing float.h include to snprintf.c. Andres Freund 9.3.7
2015-01-29 Properly terminate the array returned by GetLockConflicts(). Andres Freund 9.3.6
2015-01-18 Fix use of already freed memory when dumping a database's security label. Andres Freund 9.3.6
2015-01-13 Make logging_collector=on work with non-windows EXEC_BACKEND again. Andres Freund 9.3.6
2015-01-06 Improve relcache invalidation handling of currently invisible relations. Andres Freund 9.3.6
2015-01-04 Correctly handle test durations of more than 2147s in pg_test_timing. Andres Freund 9.3.6
2015-01-04 Fix off-by-one in pg_xlogdump's fuzzy_open_file(). Andres Freund 9.3.6
2015-01-04 Add missing va_end() call to a early exit in dmetaphone.c's StringAt(). Andres Freund 9.3.6
2015-01-04 Fix inconsequential fd leak in the new mark_file_as_archived() function. Andres Freund 9.3.6
2015-01-03 Prevent WAL files created by pg_basebackup -x/X from being archived again. Andres Freund 9.3.6
2015-01-03 Add pg_string_endswith as the start of a string helper library in src/common. Andres Freund 9.3.6
2014-12-19 Prevent potentially hazardous compiler/cpu reordering during lwlock release. Andres Freund 9.3.6
2014-12-18 Fix (re-)starting from a basebackup taken off a standby after a failure. Andres Freund 9.3.6
2014-11-15 Fix initdb --sync-only to also sync tablespaces. Andres Freund 9.3.6
2014-11-15 Sync unlogged relations to disk after they have been reset. Andres Freund 9.3.6
2014-11-15 Ensure unlogged tables are reset even if crash recovery errors out. Andres Freund 9.3.6
2014-11-15 Backport "Expose fsync_fname as a public API". Andres Freund 9.3.6
2014-10-20 Flush unlogged table's buffers when copying or moving databases. Andres Freund 9.3.6