Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jun 30, 2024
Make pg_createsubscriber warn if publisher has two-phase commit enabled.
Show description for 9177545committedMake pg_createsubscriber more wary about quoting connection parameters.
Show description for b3f5ccecommitted
Commits on Jun 28, 2024
Fix .gitignore for new injection suite.
Show description for db0c96ccommittedRemove configuration-dependent output from new inplace-inval test.
Show description for b99414dcommittedpgindent, because I forgot to do that.
Show description for b48f275committedSQL/JSON: Always coerce JsonExpr result at runtime
Show description for 716bd12committedSQL/JSON: Fix coercion of constructor outputs to types with typmod
Show description for c2d93c3committedPrevent summarizer hang when summarize_wal turned off and back on.
Show description for 065583ccommittedSQL/JSON: Validate values in ON ERROR/EMPTY clauses
Show description for 55e56c8committedSQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()
Show description for e3c1393committedUpdate modules/injection_points/.gitignore
Show description for 0ad8153committedFix comments in heaptuple.c
Show description for 526b54ecommittedImprove locking around InjectionPointRun()
Show description for d85fc4bcommittedRemove comment about xl_heap_inplace "AT END OF STRUCT".
Show description for 4a7f91bcommittedCope with inplace update making catcache stale during TOAST fetch.
Show description for f9f47f0committedAccessExclusiveLock new relations just after assigning the OID.
Show description for 5b823b1committedLock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Show description for 0cecc90committedLock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.
Show description for f88cdb3committedExpand comments and add an assertion in nodeModifyTable.c.
Show description for d5f788bcommittedAdd an injection_points isolation test suite.
Show description for c35f419committedCreate waitfuncs.c for pg_isolation_test_session_is_blocked().
Show description for abfbd13committedAdd wait event type "InjectionPoint", a custom type like "Extension".
Show description for bb93640committedImprove test coverage for changes to inplace-updated catalogs.
Show description for 0844b39committedMake TAP todo_start effects the same under Meson and prove_check.
Show description for 22a4b10committedSQL/JSON: Document behavior when input document is not jsonb
Show description for 473a352committed
Commits on Jun 27, 2024
Avoid crashing when a JIT-inlined backend function throws an error.
Show description for 5d6c64dcommittedFix MVCC bug with prepared xact with subxacts on standby
Show description for cbfbda7committedtests: Trim newline from result returned by BackgroundPsql->query
Show description for ecbf6accommittedFix thinkos in comments
Show description for a2dff27committedDrop the temporary tuple slots allocated by pgoutput.
Show description for 3e53492committedAmit KapilaFix overflow with pgstats DSA reference count
Show description for 7467939committed
Commits on Jun 26, 2024
Fix bugs in MultiXact truncation
Show description for b1ffe3fcommitteddoc PG 17 relnotes: fix system catalog name mistake
Show description for f92fd18committeddoc PG 17 relnotes: add item about pg_collation column renames
Show description for d537b2ecommittedUse PqMsg_* macros in fe-auth.c.
Show description for 32f0799committed