summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-25Expand virtual generated columns in the plannerRichard Guo
2025-02-25Do not use in-place updates for statistics import.Jeff Davis
2025-02-25psql: Add pipeline status to prompt and some state variablesMichael Paquier
2025-02-25Fix bug in cbc127917 to handle nested Append correctlyAmit Langote
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-23Ignore hash's relallvisible when checking pg_upgrade from pre-v10.Tom Lane
2025-02-23Add more tests for utility commands in pipelinesMichael Paquier
2025-02-22Remove unstable test suite added by 525392d57Amit Langote
2025-02-22Adjust EXPLAIN test case to filter out "Actual Rows" values.Robert Haas
2025-02-21Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane
2025-02-21Allow EXPLAIN to indicate fractional rows.Robert Haas
2025-02-21Make test portlock logic work with mesonAndres Freund
2025-02-21Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)Michael Paquier
2025-02-21Support text position search functions with nondeterministic collationsPeter Eisentraut
2025-02-21Fix a WARNING for data origin discrepancies.Amit Kapila
2025-02-21Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier
2025-02-21psql: Add support for pipelinesMichael Paquier
2025-02-20Add missing entry to oauth_validator test .gitignoreDaniel Gustafsson
2025-02-20Trial fix for old cross-version upgrades.Jeff Davis
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
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