Commit Graph

57072 Commits (13c58ca51883da23e0884dfeedf5e172d5eea80c)
 

Author SHA1 Message Date
Andres Freund 13c58ca518 meson: Add dependency lookups via names used by cmake 1 year ago
Andres Freund 793a5bebeb meson: Add support for detecting ossp-uuid without pkg-config 1 year ago
Andres Freund 2b4593379b meson: Add support for detecting gss without pkg-config 1 year ago
Andres Freund cc50694c8d meson: Add missing argument to gssapi.h check 1 year ago
Tom Lane fd958bbbdf Correctly check updatability of columns targeted by INSERT...DEFAULT. 1 year ago
Nathan Bossart 34e9dce69c Add overflow checks to money type. 1 year ago
Melanie Plageman 01e2b7f0fd Test that vacuum removes tuples older than OldestXmin 1 year ago
Melanie Plageman 06bf404cd0 Ensure vacuum removes all visibly dead tuples older than OldestXmin 1 year ago
Etsuro Fujita d97f2ee50e postgres_fdw: Avoid "cursor can only scan forward" error. 1 year ago
Michael Paquier 9cd365f28f Propagate query IDs of utility statements in functions 1 year ago
Andrew Dunstan 071ed76a06 Avoid error in recovery test if history file is not yet present 1 year ago
Andres Freund 212b0262d6 Fix bad indentation introduced in 43cd30bcd1 1 year ago
Andres Freund be0fa5ba00 ci: Upgrade to Debian Bookworm 1 year ago
Andres Freund 2ad3b9350f Fix type confusion in guc_var_compare() 1 year ago
Tom Lane 8fc4876147 Avoid unhelpful internal error for incorrect recursive-WITH queries. 1 year ago
Noah Misch e81deeefca Don't lose partitioned table reltuples=0 after relhassubclass=f. 1 year ago
Andrew Dunstan 75f4ae2b80 Make sure to run pg_isready on correct port 1 year ago
Thomas Munro a622095bcc Fix lost Windows socket EOF events. 1 year ago
Alvaro Herrera 34eb37f792
Add ORDER BY to new test query 1 year ago
Alvaro Herrera 00a40e33c0
Fix ALTER TABLE DETACH for inconsistent indexes 1 year ago
Masahiko Sawada 2f3304ce13 Fix possibility of logical decoding partial transaction changes. 1 year ago
Tom Lane f85c91a186 Make our back branches compatible with libxml2 2.13.x. 1 year ago
Fujii Masao 0d483ad4cc doc: Update track_io_timing documentation to mention pg_stat_io. 1 year ago
Andrew Dunstan 4ac08251eb Symlink pg_replslot robustly on Windows in pg_basebackup test 1 year ago
Andrew Dunstan 2e9dfa5e02 Choose ports for test servers less likely to result in conflicts 1 year ago
Andrew Dunstan 85242f9cbc Force nodes for SSL tests to start in TCP mode 1 year ago
Dean Rasheed f7aec8c1df Fix scale clamping in numeric round() and trunc(). 1 year ago
Richard Guo 507f2347e7 Fix right-anti-joins when the inner relation is proven unique 1 year ago
David Rowley 49e29cbe8c Fix incorrect sentinel byte logic in GenerationRealloc() 1 year ago
Thomas Munro 31423bc448 Cope with <regex.h> name clashes. 1 year ago
Tom Lane 5c25f34d4d Doc: small improvements in discussion of geometric data types. 1 year ago
Daniel Gustafsson 678b545583 doc: Specify when ssl_prefer_server_ciphers was added 1 year ago
Amit Langote 7768b6569d SQL/JSON: Fix some obsolete comments. 1 year ago
Tom Lane 54a7b21b3a Preserve CurrentMemoryContext across notify and sinval interrupts. 1 year ago
Noah Misch 7857c8dc44 Remove configuration-dependent output from new inplace-inval test. 1 year ago
Noah Misch e352ba7b75 Remove comment about xl_heap_inplace "AT END OF STRUCT". 1 year ago
Noah Misch e4afd7153b Cope with inplace update making catcache stale during TOAST fetch. 1 year ago
Noah Misch fc8c25806e AccessExclusiveLock new relations just after assigning the OID. 1 year ago
Noah Misch 480b58fabd Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. 1 year ago
Noah Misch 112d055706 Lock owned sequences during ALTER TABLE SET { LOGGED | UNLOGGED }. 1 year ago
Noah Misch f8135d8b54 Expand comments and add an assertion in nodeModifyTable.c. 1 year ago
Noah Misch dd8008e8ec Improve test coverage for changes to inplace-updated catalogs. 1 year ago
Noah Misch 288426902e Make TAP todo_start effects the same under Meson and prove_check. 1 year ago
Tom Lane 07d66d3cc2 Avoid crashing when a JIT-inlined backend function throws an error. 1 year ago
Heikki Linnakangas b5b418b689 Fix MVCC bug with prepared xact with subxacts on standby 1 year ago
Heikki Linnakangas e00a9a4c7b tests: Trim newline from result returned by BackgroundPsql->query 1 year ago
Alvaro Herrera 79228c0459
Fix thinkos in comments 1 year ago
Heikki Linnakangas 187b8991f7 Backport BackgroundPsql perl test module 1 year ago
Amit Kapila b8f953d8d7 Drop the temporary tuple slots allocated by pgoutput. 1 year ago
Michael Paquier 6f61d0e7e2 Fix overflow with pgstats DSA reference count 1 year ago