summaryrefslogtreecommitdiff
path: root/src/bin/pgbench/t
AgeCommit message (Expand)Author
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-08Update copyright for 2022Bruce Momjian
2021-11-29Replace 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-24Avoid 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-24Fix 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
2021-03-15Add libpq pipeline mode support to pgbenchAlvaro Herrera
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-03Add support for \aset in pgbenchMichael Paquier
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-01-08pgbench: Use common logging APIPeter Eisentraut
2020-01-03pgbench: Improve test descriptionPeter Eisentraut
2019-12-12(Blindly) tweak new test regexAlvaro Herrera
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-11-06Add "G" (server-side data generation) as an initialization step in pgbench.Fujii Masao
2019-10-03pgbench: add --partitions and --partition-method options.Amit Kapila
2019-07-24Don't assume expr is available in pgbench testsAndrew Dunstan
2019-07-15Provide pgbench --show-script to dump built-in scripts.Thomas Munro
2019-07-15Report the time taken by pgbench initialization steps.Thomas Munro
2019-07-13Revive test of concurrent OID generation.Noah Misch
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-04-29Fix some typosMichael Paquier
2019-04-01Restrict pgbench's zipfian parameter to ensure good performance.Tom Lane
2019-03-25pgbench: Remove \csetAlvaro Herrera
2019-03-11pgbench: increase the maximum number of variables/argumentsAndrew Dunstan
2019-03-05Fix pgbench TAP test failure with funky file names (redux)Andrew Dunstan
2019-01-24Fix portability problem in pgbench.Tom Lane
2019-01-21Revert "Fix under-quoted filename pattern in pgbench TAP test."Tom Lane