summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-03-15Fix backstop in gin test if injection point is not reachedHeikki Linnakangas
2024-03-15Try to unbreak injection-fault tests in the buildfarmHeikki Linnakangas
2024-03-15Fix wordings in timeouts TAP testAlexander Korotkov
2024-03-15Disable tests using injection points in installcheckHeikki Linnakangas
2024-03-14Add basic TAP tests for the low-level backup method, take twoMichael Paquier
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-14Add TAP tests for timeoutsAlexander Korotkov
2024-03-14Comment out noisy libpq_pipeline testAlvaro Herrera
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-14Revert "Add basic TAP tests for the low-level backup method"Michael Paquier
2024-03-14Add basic TAP tests for the low-level backup methodMichael Paquier
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-13Hopefully make libpq_pipeline's new cancel test more reliableAlvaro Herrera
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-13Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore)Michael Paquier
2024-03-13Fix a random failure in 038_save_logical_slots_shutdown.pl.Amit Kapila
2024-03-12Fix confusion about the return rowtype of SQL-language procedures.Tom Lane
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-12Keep replication slot statistics on invalidationMichael Paquier
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-11Add tests for libpq query cancellation APIsAlvaro Herrera
2024-03-11Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-09Simplify and merge unwanted-module drop logic in AdjustUpgrade.pm.Tom Lane
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-08Revert "Fix link error for test_radixtree module on Windows"John Naylor
2024-03-08Fix link error for test_radixtree module on WindowsJohn Naylor
2024-03-08Fix link error for test_radixtree module on WindowsJohn Naylor
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier
2024-03-07Blind attempt to fix ODR violationsJohn Naylor
2024-03-07Fix handling of self-modified tuples in MERGE.Dean Rasheed
2024-03-07Add template for adaptive radix treeJohn Naylor
2024-03-07Revert "Add recovery TAP test for race condition with slot invalidations"Michael Paquier
2024-03-06Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier
2024-03-06Fix type-checking of RECORD-returning functions in FROM.Tom Lane
2024-03-06Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier
2024-03-06Add recovery TAP test for race condition with slot invalidationsMichael Paquier
2024-03-05Rework redundant code in subtrans.cAlvaro Herrera
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-03-04Explicitly list dependent types as extension members in pg_depend.Tom Lane
2024-03-04Further further fix pg_upgrade crossversion test for adminpack.Tom Lane
2024-03-04Further fix pg_upgrade crossversion test for adminpack.Tom Lane
2024-03-04Fix crossversion test for unsupported versionsDaniel Gustafsson
2024-03-04Adjust pg_upgrade crossversion test for adminpackDaniel Gustafsson
2024-03-04Support partition pruning on boolcol IS [NOT] UNKNOWNDavid Rowley
2024-03-04Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-03-04Add regression test for restart points during promotionMichael Paquier