Commits

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

DateSubjectAuthorReleases
2020-11-06 Revert "Accept relations of any kind in LOCK TABLE". Tom Lane 9.5.24
2020-11-06 Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 9.5.24
2020-11-06 Doc: undo mistaken adjustment to LOCK TABLE docs in back branches. Tom Lane 9.5.24
2020-11-03 Allow users with BYPASSRLS to alter their own passwords. Tom Lane 9.5.24
2020-11-01 Avoid null pointer dereference if error result lacks SQLSTATE. Tom Lane 9.5.24
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 9.5.24
2020-10-27 Fix use-after-free bug with event triggers and ALTER TABLE. Tom Lane 9.5.24
2020-10-24 Fix ancient bug in ecpg's pthread_once() emulation for Windows. Tom Lane 9.5.24
2020-10-23 Update time zone data files to tzdata release 2020d. Tom Lane 9.5.24
2020-10-23 Sync our copy of the timezone library with IANA release tzcode2020d. Tom Lane 9.5.24
2020-10-21 Fix connection string handling in psql's \connect command. Tom Lane 9.5.24
2020-10-19 Fix connection string handling in src/bin/scripts/ programs. Tom Lane 9.5.24
2020-10-19 In libpq for Windows, call WSAStartup once and WSACleanup not at all. Tom Lane 9.5.24
2020-10-17 Doc: caution against misuse of 'now' and related datetime literals. Tom Lane 9.5.24
2020-10-17 Update time zone data files to tzdata release 2020c. Tom Lane 9.5.24
2020-10-17 Sync our copy of the timezone library with IANA release tzcode2020c. Tom Lane 9.5.24
2020-10-16 Add missing error check in pgcrypto/crypt-md5.c. Tom Lane 9.5.24
2020-10-12 Fix memory leak when guc.c decides a setting can't be applied now. Tom Lane 9.5.24
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 9.5.24
2020-10-07 Rethink recent fix for pg_dump's handling of extension config tables. Tom Lane 9.5.24
2020-10-05 Fix two latent(?) bugs in equivclass.c. Tom Lane 9.5.24
2020-09-30 Fix handling of BC years in to_date/to_timestamp. Tom Lane 9.5.24
2020-09-26 Revise RelationBuildRowSecurity() to avoid memory leaks. Tom Lane 9.5.24
2020-09-24 Fix handling of -d "connection string" in pg_dump/pg_restore. Tom Lane 9.5.24
2020-09-23 Avoid possible dangling-pointer access in tsearch_readline_callback. Tom Lane 9.5.24