Commit Graph

58828 Commits (0c3930d0768943ad1dedb5a6ace250ce9b65915c)
 

Author SHA1 Message Date
Peter Eisentraut 0c3930d076 Apply COPT to CXXFLAGS as well 2 years ago
Michael Paquier 9004abf620 Use pgstat_kind_infos to read fixed shared statistics 2 years ago
Tom Lane a1333ec048 Further weaken new pg_createsubscriber test on Windows. 2 years ago
Michael Paquier 797adaf0fe Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS 2 years ago
Michael Paquier 00d819d46a doc: Add ACL acronym for "Access Control List" 2 years ago
Michael Paquier b19db55bd6 Remove PgStat_KindInfo.named_on_disk 2 years ago
David Rowley 1029bdec2d Improve enlargeStringInfo's ERROR message 2 years ago
Michael Paquier e26810d01d Stamp HEAD as 18devel. 2 years ago
Michael Paquier 7dcc6f8e6d Run pgperltidy 2 years ago
Tom Lane 5450820917 Temporarily(?) weaken new pg_createsubscriber test on Windows. 2 years ago
Tomas Vondra 35a7b288b9 Add PG_TEST_PG_COMBINEBACKUP_MODE 2 years ago
Tomas Vondra a9577bae6b Add pg_combinebackup --copy option 2 years ago
Tomas Vondra e99e840b82 Add headers needed by pg_combinebackup --clone 2 years ago
Tom Lane 917754557c Make pg_createsubscriber warn if publisher has two-phase commit enabled. 2 years ago
Tom Lane b3f5ccebd7 Make pg_createsubscriber more wary about quoting connection parameters. 2 years ago
Noah Misch db0c96cc18 Fix .gitignore for new injection suite. 2 years ago
Noah Misch b99414de90 Remove configuration-dependent output from new inplace-inval test. 2 years ago
Robert Haas b48f275f18 pgindent, because I forgot to do that. 2 years ago
Amit Langote 716bd12d22 SQL/JSON: Always coerce JsonExpr result at runtime 2 years ago
Amit Langote c2d93c3802 SQL/JSON: Fix coercion of constructor outputs to types with typmod 2 years ago
Robert Haas 065583cf46 Prevent summarizer hang when summarize_wal turned off and back on. 2 years ago
Amit Langote 55e56c84da SQL/JSON: Validate values in ON ERROR/EMPTY clauses 2 years ago
Amit Langote e3c1393efc SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE() 2 years ago
Michael Paquier 0ad8153c1f Update modules/injection_points/.gitignore 2 years ago
Michael Paquier 526b54ece3 Fix comments in heaptuple.c 2 years ago
Michael Paquier d85fc4be11 Improve locking around InjectionPointRun() 2 years ago
Noah Misch 4a7f91b3d3 Remove comment about xl_heap_inplace "AT END OF STRUCT". 2 years ago
Noah Misch f9f47f0d93 Cope with inplace update making catcache stale during TOAST fetch. 2 years ago
Noah Misch 5b823b179e AccessExclusiveLock new relations just after assigning the OID. 2 years ago
Noah Misch 0cecc908e9 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. 2 years ago
Noah Misch f88cdb36c4 Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }. 2 years ago
Noah Misch d5f788b41d Expand comments and add an assertion in nodeModifyTable.c. 2 years ago
Noah Misch c35f419d6e Add an injection_points isolation test suite. 2 years ago
Noah Misch abfbd13af0 Create waitfuncs.c for pg_isolation_test_session_is_blocked(). 2 years ago
Noah Misch bb93640a68 Add wait event type "InjectionPoint", a custom type like "Extension". 2 years ago
Noah Misch 0844b39689 Improve test coverage for changes to inplace-updated catalogs. 2 years ago
Noah Misch 22a4b104ba Make TAP todo_start effects the same under Meson and prove_check. 2 years ago
Amit Langote 473a352fb3 SQL/JSON: Document behavior when input document is not jsonb 2 years ago
Tom Lane 5d6c64d290 Avoid crashing when a JIT-inlined backend function throws an error. 2 years ago
Heikki Linnakangas cbfbda7841 Fix MVCC bug with prepared xact with subxacts on standby 2 years ago
Heikki Linnakangas ecbf6ac51d tests: Trim newline from result returned by BackgroundPsql->query 2 years ago
Alvaro Herrera a2dff271eb
Fix thinkos in comments 2 years ago
Amit Kapila 3e53492aa7 Drop the temporary tuple slots allocated by pgoutput. 2 years ago
Michael Paquier 7467939ea2 Fix overflow with pgstats DSA reference count 2 years ago
Heikki Linnakangas b1ffe3ff0b Fix bugs in MultiXact truncation 2 years ago
Bruce Momjian f92fd18307 doc PG 17 relnotes: fix system catalog name mistake 2 years ago
Bruce Momjian d537b2e037 doc PG 17 relnotes: add item about pg_collation column renames 2 years ago
Nathan Bossart 32f07991b7 Use PqMsg_* macros in fe-auth.c. 2 years ago
Peter Geoghegan 486c2ea25c Fix nbtree array unsatisfied inequality check. 2 years ago
Alvaro Herrera dbca3469eb
Fix partition pruning setup during DETACH CONCURRENTLY 2 years ago