Commits

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

DateSubjectAuthorReleases
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 9.4.26
2019-12-17 Fix error reporting for index expressions of prohibited types. Tom Lane 9.4.26
2019-12-16 On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away. Tom Lane 9.4.26
2019-12-12 Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. Tom Lane 9.4.26
2019-12-12 Remove redundant function calls in timestamp[tz]_part(). Tom Lane 9.4.26
2019-12-11 Doc: back-patch documentation about limitations of CHECK constraints. Tom Lane 9.4.26
2019-12-09 Fix race condition in our Windows signal emulation. Tom Lane 9.4.26
2019-12-01 Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. Tom Lane 9.4.26
2019-11-24 Avoid assertion failure with LISTEN in a serializable transaction. Tom Lane 9.4.26
2019-11-21 Defend against self-referential views in relation_is_updatable(). Tom Lane 9.4.26
2019-11-19 Doc: clarify use of RECURSIVE in WITH. Tom Lane 9.4.26
2019-11-19 Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA. Tom Lane 9.4.26
2019-11-17 Further fix dumping of views that contain just VALUES(...). Tom Lane 9.4.26
2019-11-13 Handle arrays and ranges in pg_upgrade's test for non-upgradable types. Tom Lane 9.4.26
2019-11-11 Stamp 9.4.25. Tom Lane 9.4.25
2019-11-11 Doc: fix ancient mistake, or at least obsolete info, in rules example. Tom Lane 9.4.25
2019-11-10 Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25. Tom Lane 9.4.25
2019-11-09 Remove test case that doesn't work with --disable-integer-timestamps. Tom Lane 9.4.25
2019-11-07 Move declaration of ecpg_gettext() to a saner place. Tom Lane 9.4.25
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 9.4.25
2019-11-05 Avoid logging complaints about abandoned connections when using PAM. Tom Lane 9.4.25
2019-11-04 Stabilize pg_dump output order for similarly-named triggers and policies. Tom Lane 9.4.25
2019-10-26 Fix pg_dump's handling of circular dependencies in views. Tom Lane 9.4.25
2019-10-21 Deal with yet another issue related to "Norwegian (Bokmål)" locale. Tom Lane 9.4.25
2019-10-21 Use CFLAGS_SL while probing linkability of libperl. Tom Lane 9.4.25