Commit Graph

7441 Commits (ca108be72e7abf1f801c8e49dcffbbbbf412c0d9)

Author SHA1 Message Date
Michael Paquier ca108be72e Remove references to backup_fs_hot() in Cluster.pm 2 years ago
Dean Rasheed c649fa24a4 Add RETURNING support to MERGE. 2 years ago
Dean Rasheed 33e729c514 Fix EXPLAIN output for subplans in MERGE. 2 years ago
Daniel Gustafsson b783186515 Add destroyStringInfo function for cleaning up StringInfos 2 years ago
Alexander Korotkov 605062227f Use locale-aware value for \watch in 005_timeouts.pl 2 years ago
Daniel Gustafsson 196eeb6b2f Fix handling of expecteddir in pg_regress 2 years ago
Heikki Linnakangas d802ff06d0 Fix backstop in gin test if injection point is not reached 2 years ago
Heikki Linnakangas 85f65d7a26 Try to unbreak injection-fault tests in the buildfarm 2 years ago
Alexander Korotkov 7a65cc079e Fix wordings in timeouts TAP test 2 years ago
Heikki Linnakangas e2e3b8ae9e Disable tests using injection points in installcheck 2 years ago
Michael Paquier 071e3ad59d Add basic TAP tests for the low-level backup method, take two 2 years ago
Tom Lane b4a71cf65d Make INSERT-from-multiple-VALUES-rows handle domain target columns. 2 years ago
Nathan Bossart d1162cfda8 Add pg_column_toast_chunk_id(). 2 years ago
Robert Haas 2346df6fc3 Allow a no-wait lock acquisition to succeed in more cases. 2 years ago
Alexander Korotkov eeefd4280f Add TAP tests for timeouts 2 years ago
Alvaro Herrera cc6e64afda
Comment out noisy libpq_pipeline test 2 years ago
Jeff Davis 2d819a08a1 Introduce "builtin" collation provider. 2 years ago
Michael Paquier 6cb1b632b3 Revert "Add basic TAP tests for the low-level backup method" 2 years ago
Michael Paquier 99b4a63bef Add basic TAP tests for the low-level backup method 2 years ago
Nathan Bossart ecb0fd3372 Reintroduce MAINTAIN privilege and pg_maintain predefined role. 2 years ago
Alvaro Herrera 1ee910ce43
Hopefully make libpq_pipeline's new cancel test more reliable 2 years ago
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent 2 years ago
Michael Paquier a189ed49d6 Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore) 2 years ago
Amit Kapila 0b84f5c419 Fix a random failure in 038_save_logical_slots_shutdown.pl. 2 years ago
Tom Lane 6ee3261e9b Fix confusion about the return rowtype of SQL-language procedures. 2 years ago
Alvaro Herrera 61461a300c
libpq: Add encrypted and non-blocking query cancellation routines 2 years ago
Michael Paquier d6e171fed6 Keep replication slot statistics on invalidation 2 years ago
Michael Paquier 2c8118ee5d Use printf's %m format instead of strerror(errno) in more places 2 years ago
Alvaro Herrera 319e9e53f3
Add tests for libpq query cancellation APIs 2 years ago
David Rowley e629846472 Fix incorrect accessing of pfree'd memory in Memoize 2 years ago
Jeff Davis f696c0cd5f Catalog changes preparing for builtin collation provider. 2 years ago
Tom Lane 519443162d Simplify and merge unwanted-module drop logic in AdjustUpgrade.pm. 2 years ago
Alvaro Herrera 270af6f0df
Admit deferrable PKs into rd_pkindex, but flag them as such 2 years ago
John Naylor 6d9751fa8f Revert "Fix link error for test_radixtree module on Windows" 2 years ago
John Naylor ab6ae62603 Fix link error for test_radixtree module on Windows 2 years ago
John Naylor 9552e3ace3 Fix link error for test_radixtree module on Windows 2 years ago
Amit Kapila bf279ddd1c Introduce a new GUC 'standby_slot_names'. 2 years ago
Michael Paquier d61a6cad64 Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD 2 years ago
John Naylor 1f1d73a8b8 Blind attempt to fix ODR violations 2 years ago
Dean Rasheed 29ef1dd19b Fix handling of self-modified tuples in MERGE. 2 years ago
John Naylor ee1b30f128 Add template for adaptive radix tree 2 years ago
Michael Paquier 65db0cfb4c Revert "Add recovery TAP test for race condition with slot invalidations" 2 years ago
Michael Paquier 099ca50bd4 Revert "Fix parallel-safety check of expressions and predicate for index builds" 2 years ago
Tom Lane 2ed8f9a01e Fix type-checking of RECORD-returning functions in FROM. 2 years ago
Michael Paquier eae7be600b Fix parallel-safety check of expressions and predicate for index builds 2 years ago
Michael Paquier 08a52ab151 Add recovery TAP test for race condition with slot invalidations 2 years ago
Alvaro Herrera 1a2654b32b
Rework redundant code in subtrans.c 2 years ago
Jeff Davis 2af07e2f74 Fix search_path to a safe value during maintenance operations. 2 years ago
Tom Lane e5bc9454e5 Explicitly list dependent types as extension members in pg_depend. 2 years ago
Tom Lane cb6945dc80 Further further fix pg_upgrade crossversion test for adminpack. 2 years ago