Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

Author SHA1 Message Date
Tom Lane edadeb0710 Remove support for HPPA (a/k/a PA-RISC) architecture. 1 year ago
Nathan Bossart 7967d10c5b Remove redundant privilege check from pg_sequences system view. 1 year ago
Tom Lane 1afe31f03c Preserve CurrentMemoryContext across Start/CommitTransactionCommand. 1 year ago
Nathan Bossart 6e16b1e420 Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall. 1 year ago
Peter Eisentraut 3fb59e789d Remove useless extern keywords 1 year ago
Alvaro Herrera 3497c87b05
Fix copy-paste mistake in PQcancelCreate 1 year ago
David Rowley 12227a1d5f Add context type field to pg_backend_memory_contexts 1 year ago
Peter Eisentraut e26d313bad Remove useless code 1 year ago
Peter Eisentraut da2aeba8f5 Remove useless initializations 1 year ago
Peter Eisentraut da486d3601 doc: Clarify that pg_attrdef also stores generation expressions 1 year ago
Amit Kapila 2357c9223b Rename standby_slot_names to synchronized_standby_slots. 1 year ago
Peter Eisentraut 0c3930d076 Apply COPT to CXXFLAGS as well 1 year ago
Michael Paquier 9004abf620 Use pgstat_kind_infos to read fixed shared statistics 1 year ago
Tom Lane a1333ec048 Further weaken new pg_createsubscriber test on Windows. 1 year ago
Michael Paquier 797adaf0fe Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS 1 year ago
Michael Paquier 00d819d46a doc: Add ACL acronym for "Access Control List" 1 year ago
Michael Paquier b19db55bd6 Remove PgStat_KindInfo.named_on_disk 1 year ago
David Rowley 1029bdec2d Improve enlargeStringInfo's ERROR message 1 year ago
Michael Paquier e26810d01d Stamp HEAD as 18devel. 1 year ago
Michael Paquier 7dcc6f8e6d Run pgperltidy 1 year ago
Tom Lane 5450820917 Temporarily(?) weaken new pg_createsubscriber test on Windows. 1 year ago
Tomas Vondra 35a7b288b9 Add PG_TEST_PG_COMBINEBACKUP_MODE 1 year ago
Tomas Vondra a9577bae6b Add pg_combinebackup --copy option 1 year ago
Tomas Vondra e99e840b82 Add headers needed by pg_combinebackup --clone 1 year ago
Tom Lane 917754557c Make pg_createsubscriber warn if publisher has two-phase commit enabled. 1 year ago
Tom Lane b3f5ccebd7 Make pg_createsubscriber more wary about quoting connection parameters. 1 year ago
Noah Misch db0c96cc18 Fix .gitignore for new injection suite. 1 year ago
Noah Misch b99414de90 Remove configuration-dependent output from new inplace-inval test. 1 year ago
Robert Haas b48f275f18 pgindent, because I forgot to do that. 1 year ago
Amit Langote 716bd12d22 SQL/JSON: Always coerce JsonExpr result at runtime 1 year ago
Amit Langote c2d93c3802 SQL/JSON: Fix coercion of constructor outputs to types with typmod 1 year ago
Robert Haas 065583cf46 Prevent summarizer hang when summarize_wal turned off and back on. 1 year ago
Amit Langote 55e56c84da SQL/JSON: Validate values in ON ERROR/EMPTY clauses 1 year ago
Amit Langote e3c1393efc SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE() 1 year ago
Michael Paquier 0ad8153c1f Update modules/injection_points/.gitignore 1 year ago
Michael Paquier 526b54ece3 Fix comments in heaptuple.c 1 year ago
Michael Paquier d85fc4be11 Improve locking around InjectionPointRun() 1 year ago
Noah Misch 4a7f91b3d3 Remove comment about xl_heap_inplace "AT END OF STRUCT". 1 year ago
Noah Misch f9f47f0d93 Cope with inplace update making catcache stale during TOAST fetch. 1 year ago
Noah Misch 5b823b179e AccessExclusiveLock new relations just after assigning the OID. 1 year ago
Noah Misch 0cecc908e9 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. 1 year ago
Noah Misch f88cdb36c4 Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }. 1 year ago
Noah Misch d5f788b41d Expand comments and add an assertion in nodeModifyTable.c. 1 year ago
Noah Misch c35f419d6e Add an injection_points isolation test suite. 1 year ago
Noah Misch abfbd13af0 Create waitfuncs.c for pg_isolation_test_session_is_blocked(). 1 year ago
Noah Misch bb93640a68 Add wait event type "InjectionPoint", a custom type like "Extension". 1 year ago
Noah Misch 0844b39689 Improve test coverage for changes to inplace-updated catalogs. 1 year ago
Noah Misch 22a4b104ba Make TAP todo_start effects the same under Meson and prove_check. 1 year ago
Amit Langote 473a352fb3 SQL/JSON: Document behavior when input document is not jsonb 1 year ago
Tom Lane 5d6c64d290 Avoid crashing when a JIT-inlined backend function throws an error. 1 year ago