Commits

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

DateSubjectAuthorReleases
2019-12-21 In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat. Tom Lane 9.4.26
2019-12-21 docs: clarify handling of column lists in COPY TO/FROM Bruce Momjian 9.4.26
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-08 Document search_path security with untrusted dbowner or CREATEROLE. Noah Misch 9.4.26
2019-12-03 Ensure maxlen is at leat 1 in dict_int Tomas Vondra 9.4.26
2019-12-01 Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. Tom Lane 9.4.26
2019-11-30 Fix off-by-one error in PGTYPEStimestamp_fmt_asc Tomas Vondra 9.4.26
2019-11-27 Fix typo in comment. Etsuro Fujita 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-20 Remove incorrect markup Magnus Hagander 9.4.26
2019-11-19 Revise GIN README Alexander Korotkov 9.4.26
2019-11-19 Fix traversing to the deleted GIN page via downlink Alexander Korotkov 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