summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2024-03-04injection_points: Add wait and wakeup of processesMichael Paquier
2024-03-01Fix BF failure introduced by commit b3f6b14cf4.Amit Kapila
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-29Fixups for commit 93db6cbda0.Amit Kapila
2024-02-28Fix cross-version upgrade tests after f0827b443.Tom Lane
2024-02-28Fix documentation comments for test CA config filesDaniel Gustafsson
2024-02-28Mop-up for AIX-ectomy: remove now-dead test code.Tom Lane
2024-02-28Fix mis-rounding and overflow hazards in date_bin().Tom Lane
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Remove AIX supportHeikki Linnakangas