Commits

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

DateSubjectAuthorReleases
2018-09-21 Error out for clang on x86-32 without SSE2 support, no -fexcess-precision. Andres Freund 9.3.25
2018-06-12 Fix bugs in vacuum of shared rels, by keeping their relcache entries current. Andres Freund 9.3.24
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 9.3.21
2017-12-15 Fix pruning of locked and updated tuples. Andres Freund 9.3.21
2017-12-15 Backport addition of rs_old_rel to rewriteheap's state. Andres Freund 9.3.21
2017-08-22 Backpatch introduction of TupleDescAttr(tupdesc, i). Andres Freund 9.3.19
2017-06-21 Fix possibility of creating a "phantom" segment after promotion. Andres Freund 9.3.18
2017-06-06 Remove leftover variable from previous commit. Andres Freund 9.3.18
2017-06-06 Unify SIGHUP handling between normal and walsender backends. Andres Freund 9.3.18
2017-01-27 Add castNode(type, ptr) for safe casting between NodeTag based types. Andres Freund 9.3.16
2016-09-08 Fix mdtruncate() to close fd.c handle of deleted segments. Andres Freund 9.3.15
2016-07-16 Fix torn-page, unlogged xid and further risks from heap_update(). Andres Freund 9.3.14
2016-07-15 Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID. Andres Freund 9.3.14
2016-04-15 Fix non-C89-compliant initialization of array in parallel.c. Andres Freund 9.3.13
2016-04-15 Remove trailing commas in enums. Andres Freund 9.3.13
2016-03-27 Change various Gin*Is* macros to return 0/1. Andres Freund 9.3.12
2016-03-10 Introduce durable_rename() and durable_link_or_rename(). Andres Freund 9.3.12
2016-03-10 Avoid unlikely data-loss scenarios due to rename() without fsync. Andres Freund 9.3.12
2016-03-08 ltree: Zero padding bytes when allocating memory for externally visible data. Andres Freund 9.3.12
2016-03-08 plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. Andres Freund 9.3.12
2015-12-14 Correct statement to actually be the intended assert statement. Andres Freund 9.3.11
2015-12-12 Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. Andres Freund 9.3.11
2015-12-10 Fix bug leading to restoring unlogged relations from empty files. Andres Freund 9.3.11
2015-10-05 Remove outdated comment about relation level autovacuum freeze limits. Andres Freund 9.3.10
2015-10-05 Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. Andres Freund 9.3.10