summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-08Fix right-anti-joins when the inner relation is proven uniqueRichard Guo
2024-07-08Re-enable autoruns for for cmd.exe on WindowsMichael Paquier
2024-07-06Fix incorrect sentinel byte logic in GenerationRealloc()David Rowley
2024-07-05Cope with <regex.h> name clashes.Thomas Munro
2024-07-05doc PG 17 relnotes: fix psql connection cancelation itemBruce Momjian
2024-07-04Doc: small improvements in discussion of geometric data types.Tom Lane
2024-07-04Fix copy/paste mistake in commentAlvaro Herrera
2024-07-04Remove bogus assertion in pg_atomic_monotonic_advance_u64Alvaro Herrera
2024-07-04doc: Specify when ssl_prefer_server_ciphers was addedDaniel Gustafsson
2024-07-04SQL/JSON: Fix some obsolete comments.Amit Langote
2024-07-03Fix typo in GetRunningTransactionData()Alexander Korotkov
2024-07-03Avoid 0-length memcpy to NULL with EXEC_BACKENDHeikki Linnakangas
2024-07-03Tighten check for --forkchild argument when spawning child processHeikki Linnakangas
2024-07-03Fix the testcase introduced in commit 81d20fbf7a.Amit Kapila
2024-07-02Drop pre-existing subscriptions from the converted subscriber.Amit Kapila
2024-07-02Remove unused structure member in pg_createsubscriber.c.Amit Kapila
2024-07-02Update release notes to reflect recent commit 0f934b0739.Amit Kapila
2024-07-01Preserve CurrentMemoryContext across notify and sinval interrupts.Tom Lane
2024-07-01Fix copy-paste mistake in PQcancelCreateAlvaro Herrera
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-07-01Further weaken new pg_createsubscriber test on Windows.Tom Lane
2024-06-30Adapt REL_17_STABLE to its new status as a stable branchMichael 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