summaryrefslogtreecommitdiff
path: root/src/bin/pgbench/t
AgeCommit message (Expand)Author
16 hoursUpdate copyright for 2026HEADorigin/masterorigin/HEADmasterBruce Momjian
2025-11-07pgbench: Add --continue-on-error option.Fujii Masao
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-10-03pgbench: Fail cleanly when finding a COPY result stateMichael Paquier
2025-06-30pgbench: Use standard option handling test routinesPeter Eisentraut
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-15pgbench: fix misprocessing of some nested \if constructs.Tom Lane
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-06-27Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-03-25Adjust pgbench option for debug mode.Nathan Bossart
2024-01-24pgbench: Add \syncpipelineMichael Paquier
2024-01-22Abort pgbench if script end is reached with an open pipelineAlvaro Herrera
2024-01-18Error message capitalisationPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-04Don't use pgbench -j in testsAlvaro Herrera
2023-08-30Allow pgbench to exit immediately when any client is aborted.Tatsuo Ishii
2023-08-29Perl: Remove useless linesAlvaro Herrera
2023-07-23pgbench: Add TAP tests to check consistency of data generatedMichael Paquier
2023-05-25Fix pgbench in prepared mode with an empty pipelineAlvaro Herrera
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-02-21pgbench: Prepare commands in pipelines in advanceAlvaro Herrera
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-25Second attempt to fix pgbench TAP test.Tatsuo Ishii
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-24Fix pgbench TAP test.Tatsuo Ishii
2022-03-23Allow pgbench to retry in some cases.Tatsuo Ishii
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-01-07Update copyright for 2022Bruce Momjian
2021-11-28Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-23Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-24Unify parsing logic for command-line integer optionsMichael Paquier
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-26Remove some useless logs from the TAP tests of pgbenchMichael Paquier
2021-06-25Cleanup some code related to pgbench log checks in TAP testsMichael Paquier
2021-06-25Add more debugging information with log checks in TAP tests of pgbenchMichael Paquier
2021-06-25Fix pattern matching logic for logs in TAP tests of pgbenchMichael Paquier
2021-06-18Improve version reporting in pgbench.Tom Lane
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-05-19Fix pgbench permute tests.Dean Rasheed
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-06pgbench: Function to generate random permutations.Dean Rasheed
2021-03-16Improve logging of bad parameter values in BIND messages.Tom Lane