summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-20test_escape: Fix output of --helpMichael Paquier
2025-02-19Correct relation size estimate with low fillfactorTomas Vondra
2025-02-19Fix crash in brininsertcleanup during logical replication.Tom Lane
2025-02-19tests: BackgroundPsql: Fix potential for lost errors on windowsAndres Freund
2025-02-19Improve statistics estimation for single-column GROUP BY in sub-queriesAlexander Korotkov
2025-02-19Add a test for commit ac0e33136a using the injection point.Amit Kapila
2025-02-19Add support for LIKE in CREATE FOREIGN TABLEMichael Paquier
2025-02-19Fix freeing a child join's SpecialJoinInfoRichard Guo
2025-02-19test_escape: Fix handling of short options in getopt_long()Michael Paquier
2025-02-18Fix poorly written regression testDavid Rowley
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-02-17Fix an oversight in cbc127917 to handle MERGE correctlyAmit Langote
2025-02-17Adjust tuples estimate for appendrelsRichard Guo
2025-02-14Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-02-12Fix issue in recovery test 041_checkpoint_at_promoteMichael Paquier
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-02-11Injection points for hash aggregation.Jeff Davis
2025-02-10Lock table in ShareUpdateExclusive when importing index stats.Jeff Davis
2025-02-10Fix type in test_escape testAndres Freund
2025-02-10Add test of various escape functionsAndres Freund
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-02-09Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-07injection_points: Tweak more permutation in isolation test "basic"Michael Paquier
2025-02-07Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restartMichael Paquier
2025-02-06Disallow COPY FREEZE on foreign tables.Nathan Bossart
2025-02-06Remove support for linking with libeay32 and ssleay32Daniel Gustafsson
2025-02-06injection_points: Re-enable permutation in isolation test "basic"Michael Paquier
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2025-02-04meson: Add missing dependencies to libpq_pipeline testAndres Freund
2025-02-04meson: Add test dependencies for test_json_parserAndres Freund
2025-02-04Allow usage of match_orclause_to_indexcol() for joinsAlexander Korotkov
2025-02-04Add data for WAL in pg_stat_io and backend statisticsMichael Paquier
2025-02-03Fix incorrect range in pg_regress comment.Tom Lane
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-31require_auth: prepare for multiple SASL mechanismsDaniel Gustafsson
2025-01-31Raise an error while trying to acquire an invalid slot.Amit Kapila
2025-01-31injection_points: Add routine able to drop all statsMichael Paquier
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-28Improve test coverage of network address functionsMichael Paquier
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-27Print out error position for some ALTER TABLE ALTER COLUMN typeMichael Paquier
2025-01-26Test postmaster with program_options_handling_ok() et al.Noah Misch
2025-01-26Add missing CommandCounterIncrementÁlvaro Herrera
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch