index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pgbench
Age
Commit message (
Expand
)
Author
2022-04-06
Change aggregated log format of pgbench.
Tatsuo Ishii
2022-03-27
Avoid using large pass-by-value struct arguments in pgbench.
Tom Lane
2022-03-25
Second attempt to fix pgbench TAP test.
Tatsuo Ishii
2022-03-24
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
Fix pgbench TAP test.
Tatsuo Ishii
2022-03-23
Allow pgbench to retry in some cases.
Tatsuo Ishii
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-01
Fix typo in pgbench messages.
Tatsuo Ishii
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-14
Move scanint8() to numutils.c
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-02
pgbench: Fix typo in comment.
Fujii Masao
2021-11-02
pgbench: Improve error-handling in pgbench.
Fujii Masao
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-13
Fix incorrect format placeholder
Peter Eisentraut
2021-09-29
pgbench: Fix handling of socket errors during benchmark.
Fujii Masao
2021-09-29
pgbench: Correct log level of message output when socket wait method fails.
Fujii Masao
2021-09-09
pgbench: Stop counting skipped transactions as soon as timer is exceeded.
Fujii Masao
2021-09-02
Use COPY FREEZE in pgbench for faster benchmark table population.
Tatsuo Ishii
2021-09-01
pgbench: Fix bug in measurement of disconnection delays.
Fujii Masao
2021-08-30
pgbench: Avoid unnecessary measurement of connection delays.
Fujii Masao
2021-08-05
pgbench: When using pipelining only do PQconsumeInput() when necessary.
Andres Freund
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
Add some missing exit() calls in error paths for various binaries
Michael Paquier
2021-07-24
Unify parsing logic for command-line integer options
Michael Paquier
2021-07-11
Fix pgbench timestamp bugs.
Thomas Munro
2021-06-28
Don't depend on -fwrapv semantics in pgbench's random() function.
Tom Lane
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-26
Remove some useless logs from the TAP tests of pgbench
Michael Paquier
2021-06-25
Cleanup some code related to pgbench log checks in TAP tests
Michael Paquier
2021-06-25
Add more debugging information with log checks in TAP tests of pgbench
Michael Paquier
2021-06-24
Fix pattern matching logic for logs in TAP tests of pgbench
Michael Paquier
2021-06-18
Improve version reporting in pgbench.
Tom Lane
2021-06-11
Use the correct article for abbreviations
David Rowley
2021-05-19
Fix pgbench permute tests.
Dean Rasheed
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-04-23
Remove use of [U]INT64_FORMAT in some translatable strings
Michael Paquier
2021-04-06
pgbench: Function to generate random permutations.
Dean Rasheed
2021-03-22
pgbench: Improve error-handling in \sleep command.
Fujii Masao
2021-03-16
Improve logging of bad parameter values in BIND messages.
Tom Lane
2021-03-15
Add libpq pipeline mode support to pgbench
Alvaro Herrera
2021-03-10
Fix another portability bug in recent pgbench commit.
Thomas Munro
2021-03-10
Try to fix portability bugs in recent pgbench commits.
Thomas Munro
2021-03-10
pgbench: Synchronize client threads.
Thomas Munro
2021-03-10
pgbench: Improve time logic.
Thomas Munro
2021-03-10
pgbench: Refactor thread portability support.
Thomas Munro
2021-03-06
pgbench: Simplify some port, host, user and dbname assignments
Michael Paquier
[next]