Commits

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

DateSubjectAuthorReleases
2021-07-24 Fix check for conflicting session- vs transaction-level locks. Tom Lane 9.6.23
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 9.6.23
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 9.6.23
2021-07-17 Doc: document the current-transaction-modes GUCs. Tom Lane 9.6.23
2021-07-11 Lock the extension during ALTER EXTENSION ADD/DROP. Tom Lane 9.6.23
2021-07-09 Un-break AIX build, take 2. Tom Lane 9.6.23
2021-07-09 Un-break AIX build. Tom Lane 9.6.23
2021-07-09 Update configure's probe for libldap to work with OpenLDAP 2.5. Tom Lane 9.6.23
2021-07-09 Reject cases where a query in WITH rewrites to just NOTIFY. Tom Lane 9.6.23
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 9.6.23
2021-07-06 Doc: add info about timestamps with fractional-minute UTC offsets. Tom Lane 9.6.23
2021-07-05 Reduce overhead of cache-clobber testing in LookupOpclassInfo(). Tom Lane 9.6.23
2021-06-28 Don't use abort(3) in libpq's fe-print.c. Tom Lane 9.6.23
2021-06-27 Remove memory leaks in isolationtester. Tom Lane 9.6.23
2021-06-25 Remove unnecessary failure cases in RemoveRoleFromObjectPolicy(). Tom Lane 9.6.23
2021-06-24 Stabilize results of insert-conflict-toast.spec. Tom Lane 9.6.23
2021-06-23 pgcrypto: avoid name conflicts with OpenSSL in one more case. Tom Lane 9.6.23
2021-06-23 Allow non-quoted identifiers as isolation test session/step names. Tom Lane 9.6.23
2021-06-23 Doc: fix confusion about LEAKPROOF in syntax summaries. Tom Lane 9.6.23
2021-06-23 Don't assume GSSAPI result strings are null-terminated. Tom Lane 9.6.23
2021-06-23 Improve display of query results in isolation tests. Tom Lane 9.6.23
2021-06-23 Use annotations to reduce instability of isolation-test results. Tom Lane 9.6.23
2021-06-18 Fix misbehavior of DROP OWNED BY with duplicate polroles entries. Tom Lane 9.6.23
2021-06-18 Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. Tom Lane 9.6.23
2021-06-16 Fix plancache refcount leak after error in ExecuteQuery. Tom Lane 9.6.23