Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jun 12, 2021
Ensure pg_filenode_relation(0, 0) returns NULL.
Show description for c1ffbbccommittedFix new recovery test for use under msys
Show description for dee7ad2committedRemove PGSSLCRLDIR from the list of variables ignored in TAP tests
Show description for a78edd4committed
Commits on Jun 10, 2021
Adjust new test case to set wal_keep_segments.
Show description for 6cd0e55committed
Commits on Jun 9, 2021
Fix corner case failure of new standby to follow new primary.
Show description for 6eb5b9acommittedBack-port a few PostgresNode.pm methods.
Show description for 75212a8committedFix inconsistencies in psql --help=commands
Show description for 954ee4bcommitted
Commits on Jun 7, 2021
Fix incautious handling of possibly-miscoded strings in client code.
Show description for ac600c5committedSupport use of strnlen() in pre-v11 branches.
Show description for 7cdb976committed
Commits on Jun 3, 2021
In PostgresNode.pm, don't pass SQL to psql on the command line
Show description for 066535dcommittedReduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY
Show description for d9525c4committedIgnore more environment variables in TAP tests
Show description for a886e2fcommitted
Commits on Jun 1, 2021
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Show description for 3eca185committed
Commits on May 28, 2021
- committed
Report configured port in MSVC built pg_config
Show description for abbd700committed
Commits on May 27, 2021
Fix MSVC scripts when building with GSSAPI/Kerberos
Show description for 7a4f2e1committeddoc: Fix description of some GUCs in docs and postgresql.conf.sample
Show description for 521a812committed
Commits on May 25, 2021
Disallow SSL renegotiation
Show description for 7777df3committed
Commits on May 20, 2021
Clean up cpluspluscheck violation.
Show description for 85c8094committed
Commits on May 17, 2021
Fix typo and outdated information in README.barrier
Show description for 943bda1committed
Commits on May 15, 2021
Be more careful about barriers when releasing BackgroundWorkerSlots.
Show description for 5d195dccommitted
Commits on May 14, 2021
Prevent infinite insertion loops in spgdoinsert().
Show description for 5015d3ccommittedFix query-cancel handling in spgdoinsert().
Show description for 4c6cfcccommittedRefactor CHECK_FOR_INTERRUPTS() to add flexibility.
Show description for 5673289committed
Commits on May 10, 2021
- committed
Last-minute updates for release notes.
Show description for cc6c63fcommittedFix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Show description for 0fcb8e2committedPrevent integer overflows in array subscripting calculations.
Show description for 0c1caa4committedTranslation updates
Show description for 28a1164committed
Commits on May 9, 2021
Commits on May 6, 2021
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT
Show description for f760137committed
Commits on Apr 30, 2021
Doc: add an example of a self-referential foreign key to ddl.sgml.
Show description for 8f65db5committedDoc: update libpq's documentation for PQfn().
Show description for 2033d10committedDisallow calling anything but plain functions via the fastpath API.
Show description for 73bad52committed
Commits on Apr 29, 2021
Fix some more omissions in pg_upgrade's tests for non-upgradable types.
Show description for 54a2330committed