Commits

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

DateSubjectAuthorReleases
2016-09-08 Fix mdtruncate() to close fd.c handle of deleted segments. Andres Freund 9.1.24
2016-07-16 Fix torn-page, unlogged xid and further risks from heap_update(). Andres Freund 9.1.23
2016-04-15 Remove trailing commas in enums. Andres Freund 9.1.22
2016-03-27 Change various Gin*Is* macros to return 0/1. Andres Freund 9.1.21
2016-03-10 Introduce durable_rename() and durable_link_or_rename(). Andres Freund 9.1.21
2016-03-10 Avoid unlikely data-loss scenarios due to rename() without fsync. Andres Freund 9.1.21
2016-03-08 ltree: Zero padding bytes when allocating memory for externally visible data. Andres Freund 9.1.21
2016-03-08 plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. Andres Freund 9.1.21
2015-12-14 Correct statement to actually be the intended assert statement. Andres Freund 9.1.20
2015-12-12 Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. Andres Freund 9.1.20
2015-12-10 Fix bug leading to restoring unlogged relations from empty files. Andres Freund 9.1.20
2015-10-05 Remove outdated comment about relation level autovacuum freeze limits. Andres Freund 9.1.19
2015-10-05 Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. Andres Freund 9.1.19
2015-09-24 Lower *_freeze_max_age minimum values. Andres Freund 9.1.19
2015-08-15 Don't use 'bool' as a struct member name in help_config.c. Andres Freund 9.1.19
2015-07-28 Disable ssl renegotiation by default. Andres Freund 9.1.19
2015-02-26 Reconsider when to wait for WAL flushes/syncrep during commit. Andres Freund 9.1.16
2015-02-23 Guard against spurious signals in LockBufferForCleanup. Andres Freund 9.1.16
2015-02-04 Add missing float.h include to snprintf.c. Andres Freund 9.1.16
2015-01-29 Properly terminate the array returned by GetLockConflicts(). Andres Freund 9.1.15
2015-01-13 Make logging_collector=on work with non-windows EXEC_BACKEND again. Andres Freund 9.1.15
2015-01-06 Improve relcache invalidation handling of currently invisible relations. Andres Freund 9.1.15
2015-01-04 Add missing va_end() call to a early exit in dmetaphone.c's StringAt(). Andres Freund 9.1.15
2015-01-03 Prevent WAL files created by pg_basebackup -x/X from being archived again. Andres Freund 9.1.15
2014-12-19 Prevent potentially hazardous compiler/cpu reordering during lwlock release. Andres Freund 9.1.15