Commits

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

DateSubjectAuthorReleases
2018-09-01 Avoid using potentially-under-aligned page buffers. Tom Lane 9.3.25
2018-08-31 Make checksum_impl.h safe to compile with -fstrict-aliasing. Tom Lane 9.3.25
2018-08-26 Make syslogger more robust against failures in opening CSV log files. Tom Lane 9.3.25
2018-08-17 Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. Tom Lane 9.3.25
2018-08-15 Make snprintf.c follow the C99 standard for snprintf's result value. Tom Lane 9.3.25
2018-08-15 Clean up assorted misuses of snprintf()'s result value. Tom Lane 9.3.25
2018-08-07 Don't record FDW user mappings as members of extensions. Tom Lane 9.3.25
2018-08-07 Fix incorrect initialization of BackendActivityBuffer. Tom Lane 9.3.25
2018-08-07 Fix pg_upgrade to handle event triggers in extensions correctly. Tom Lane 9.3.25
2018-08-07 Ensure pg_dump_sort.c sorts null vs non-null namespace consistently. Tom Lane 9.3.25
2018-08-06 Stamp 9.3.24. Tom Lane 9.3.24
2018-08-06 Last-minute updates for release notes. Tom Lane 9.3.24
2018-08-06 Fix failure to reset libpq's state fully between connection attempts. Tom Lane 9.3.24
2018-08-05 Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. Tom Lane 9.3.24
2018-08-05 Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. Tom Lane 9.3.24
2018-07-31 Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Tom Lane 9.3.24
2018-07-21 Further portability hacking in pg_upgrade's test script. Tom Lane 9.3.24
2018-07-13 Fix crash in contrib/ltree's lca() function for empty input array. Tom Lane 9.3.24
2018-07-13 Fix inadequate buffer locking in FSM and VM page re-initialization. Tom Lane 9.3.24
2018-07-12 Doc: minor improvement in pl/pgsql FETCH/MOVE documentation. Tom Lane 9.3.24
2018-07-09 Avoid emitting a bogus WAL record when recycling an all-zero btree page. Tom Lane 9.3.24
2018-07-09 Prevent accidental linking of system-supplied copies of libpq.so etc. Tom Lane 9.3.24
2018-06-16 Use -Wno-format-truncation and -Wno-stringop-truncation, if available. Tom Lane 9.3.24
2018-06-16 Avoid unnecessary use of strncpy in a couple of places in ecpg. Tom Lane 9.3.24
2018-06-16 Use snprintf not sprintf in pg_waldump's timestamptz_to_str. Tom Lane 9.3.24