summaryrefslogtreecommitdiff
path: root/contrib/bloom/t
AgeCommit message (Expand)Author
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-12If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch
2022-05-07Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-09-28Fix instability in contrib/bloom TAP tests.Tom Lane
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2017-11-10Tighten test in contrib/bloom/t/001_wal.pl.Tom Lane
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-04-01Bloom index contrib moduleTeodor Sigaev