Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jul 1, 2024
Improve enlargeStringInfo's ERROR message
Show description for 1029bdecommitted
Commits on Jun 30, 2024
Stamp HEAD as 18devel.
Show description for e26810dcommittedRun pgperltidy
Show description for 7dcc6f8committedTemporarily(?) weaken new pg_createsubscriber test on Windows.
Show description for 5450820committedAdd PG_TEST_PG_COMBINEBACKUP_MODE
Show description for 35a7b28committedAdd pg_combinebackup --copy option
Show description for a9577bacommittedAdd headers needed by pg_combinebackup --clone
Show description for e99e840committedMake 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 ecbf6accommitted