summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-01Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONSMichael Paquier
2024-07-01doc: Add ACL acronym for "Access Control List"Michael Paquier
2024-07-01Remove PgStat_KindInfo.named_on_diskMichael Paquier
2024-07-01Improve enlargeStringInfo's ERROR messageDavid Rowley
2024-06-30Stamp HEAD as 18devel.Michael Paquier
2024-06-30Run pgperltidyMichael Paquier
2024-06-30Temporarily(?) weaken new pg_createsubscriber test on Windows.Tom Lane
2024-06-30Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra
2024-06-30Add pg_combinebackup --copy optionTomas Vondra
2024-06-30Add headers needed by pg_combinebackup --cloneTomas Vondra
2024-06-30Make pg_createsubscriber warn if publisher has two-phase commit enabled.Tom Lane
2024-06-30Make pg_createsubscriber more wary about quoting connection parameters.Tom Lane
2024-06-28Fix .gitignore for new injection suite.Noah Misch
2024-06-28Remove configuration-dependent output from new inplace-inval test.Noah Misch
2024-06-28pgindent, because I forgot to do that.Robert Haas
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28SQL/JSON: Fix coercion of constructor outputs to types with typmodAmit Langote
2024-06-28Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas
2024-06-28SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote
2024-06-28SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()Amit Langote
2024-06-28Update modules/injection_points/.gitignoreMichael Paquier
2024-06-28Fix comments in heaptuple.cMichael Paquier
2024-06-28Improve locking around InjectionPointRun()Michael Paquier
2024-06-28Remove comment about xl_heap_inplace "AT END OF STRUCT".Noah Misch
2024-06-28Cope with inplace update making catcache stale during TOAST fetch.Noah Misch
2024-06-28AccessExclusiveLock new relations just after assigning the OID.Noah Misch
2024-06-28Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch
2024-06-28Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }.Noah Misch
2024-06-28Expand comments and add an assertion in nodeModifyTable.c.Noah Misch
2024-06-28Add an injection_points isolation test suite.Noah Misch
2024-06-28Create waitfuncs.c for pg_isolation_test_session_is_blocked().Noah Misch
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-06-28Make TAP todo_start effects the same under Meson and prove_check.Noah Misch
2024-06-28SQL/JSON: Document behavior when input document is not jsonbAmit Langote
2024-06-27Avoid crashing when a JIT-inlined backend function throws an error.Tom Lane
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-27tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas
2024-06-27Fix thinkos in commentsAlvaro Herrera
2024-06-27Drop the temporary tuple slots allocated by pgoutput.Amit Kapila
2024-06-27Fix overflow with pgstats DSA reference countMichael Paquier
2024-06-26Fix bugs in MultiXact truncationHeikki Linnakangas
2024-06-26doc PG 17 relnotes: fix system catalog name mistakeBruce Momjian
2024-06-26doc PG 17 relnotes: add item about pg_collation column renamesBruce Momjian
2024-06-26Use PqMsg_* macros in fe-auth.c.Nathan Bossart
2024-06-26Fix nbtree array unsatisfied inequality check.Peter Geoghegan
2024-06-26Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera
2024-06-25Improve comment in gram.y.Tom Lane
2024-06-24Stamp 17beta2.REL_17_BETA2Joe Conway
2024-06-24Revert "Fix partition pruning setup during DETACH CONCURRENTLY"Alvaro Herrera