Commits
Branch selector
User selector
Datepicker
Commit History
Commits on May 25, 2021
Disallow SSL renegotiation
Show description for a23c0b0committed
Commits on May 23, 2021
Fix access to no-longer-open relcache entry in logical-rep worker.
Show description for 5b4791bcommitted
Commits on May 21, 2021
Disallow whole-row variables in GENERATED expressions.
Show description for 849c797committedFix usage of "tableoid" in GENERATED expressions.
Show description for 77e3204committedRestore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Show description for d18ee6fcommittedFix deadlock for multiple replicating truncates of the same table.
Show description for c83c025committedAmit Kapila
Commits on May 20, 2021
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Show description for c64183fcommittedClean up cpluspluscheck violation.
Show description for 9dc76f0committed
Commits on May 17, 2021
Fix typo and outdated information in README.barrier
Show description for 010429ecommitted
Commits on May 15, 2021
Be more careful about barriers when releasing BackgroundWorkerSlots.
Show description for c3cc73ecommitted
Commits on May 14, 2021
Harden nbtree deduplication posting split code.
Show description for fa675afcommittedDoc: correct erroneous entry in this week's minor release notes.
Show description for 6a4c071committedPrevent infinite insertion loops in spgdoinsert().
Show description for dc714c1committedFix query-cancel handling in spgdoinsert().
Show description for c1b72bfcommittedRefactor CHECK_FOR_INTERRUPTS() to add flexibility.
Show description for 63831c1committed
Commits on May 13, 2021
Improve documentation example for jsonpath like_regex operator
Show description for ff91d3acommitted
Commits on May 12, 2021
Rename the logical replication global "wrconn"
Show description for e5c071bcommittedReduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.
Show description for 834d928committed
Commits on May 10, 2021
- committed
Last-minute updates for release notes.
Show description for 9b93a33committedFix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Show description for 4a8656acommittedPrevent integer overflows in array subscripting calculations.
Show description for 467395bcommittedTranslation updates
Show description for 4c7ba55committedEmit dummy statements for probes.d probes when disabled
Show description for 0d204a4committed
Commits on May 9, 2021
Commits on May 7, 2021
First-draft release notes for 13.3.
Show description for 7f4bab7committedAlterSubscription_refresh: avoid stomping on global variable
Show description for ef70b6fcommitted
Commits on May 6, 2021
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT
Show description for f518c3dcommittedjit: Fix warning reported by gcc-11 caused by dubious function signature.
Show description for 082d9d6committed
Commits on May 5, 2021
Have ALTER CONSTRAINT recurse on partitioned tables
Show description for 923c135committed
Commits on May 4, 2021
Fix OID passed to object-alter hook during ALTER CONSTRAINT
Show description for 91a6b38committedpg_dump: Fix dump of generated columns in partitions
Show description for a6a3a27committedFix ALTER TABLE / INHERIT with generated columns
Show description for 64190d6committed
Commits on May 3, 2021
Prevent lwlock dtrace probes from unnecessary work
Show description for e48ce7ecommitted
Commits on Apr 30, 2021
Doc: add an example of a self-referential foreign key to ddl.sgml.
Show description for 3eeadc4committed