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
/
contrib
/
pgbench
Age
Commit message (
Expand
)
Author
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2016-09-21
Fix pgbench's calculation of average latency, when -T is not used.
Heikki Linnakangas
2016-09-19
Fix latency calculation when there are \sleep commands in the script.
Heikki Linnakangas
2016-03-17
Fix "pg_bench -C -M prepared".
Tom Lane
2016-02-15
pgbench: avoid FD_ISSET on an invalid file descriptor
Alvaro Herrera
2016-02-03
pgbench: Install guard against overflow when dividing by -1.
Robert Haas
2015-07-03
Fix pgbench progress report behaviour when pgbench or a query gets stuck.
Heikki Linnakangas
2015-06-28
Fix function declaration style to respect the coding standard.
Tatsuo Ishii
2014-12-30
Fix resource leak pointed out by Coverity.
Tatsuo Ishii
2014-12-16
Suppress bogus statistics when pgbench failed to complete any transactions.
Tom Lane
2014-12-16
Fix file descriptor leak after failure of a \setshell command in pgbench.
Tom Lane
2014-10-02
Fix typo in error message.
Heikki Linnakangas
2014-09-11
Fix Windows build.
Heikki Linnakangas
2014-09-11
Simplify calculation of Poisson distributed delays in pgbench --rate mode.
Heikki Linnakangas
2014-09-11
Change the way latency is calculated with pgbench --rate option.
Heikki Linnakangas
2014-05-25
Allow total number of transactions in pgbench to exceed INT_MAX.
Tom Lane
2014-05-19
Fix non-C89-compatible coding in pgbench.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-28
pgbench: Fix help message
Peter Eisentraut
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-01-17
Prevent integer overflow with --progress >= 2148
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-12
Fix progress logging when scale factor is large.
Tatsuo Ishii
2013-11-16
Remove pgbench's hardwired limit on line length in custom script files.
Tom Lane
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-10-06
pgbench: Comment on thread timing hazards.
Noah Misch
2013-10-05
pgbench: Elaborate latency reporting.
Noah Misch
2013-10-05
pgbench: Remove stray use of "float" math.
Noah Misch
2013-09-30
Correct comment of pgbench "filler" columns.
Fujii Masao
2013-09-26
pgbench: Correct for bias in --rate schedule generation.
Noah Misch
2013-09-23
pgbench: Tweak documentation.
Noah Misch
2013-07-22
Add --rate option.
Tatsuo Ishii
2013-07-17
Fix typo in previous pgbench --progress patch.
Fujii Masao
2013-07-16
Add --progress option to show progress report
Tatsuo Ishii
2013-07-07
pgbench: Silence compiler warning
Peter Eisentraut
2013-06-27
pgbench: Fix inadvertent inconsistency in help message.
Robert Haas
2013-06-27
pgbench: Add long options for all existing short options.
Robert Haas
2013-06-14
Add :client_id automatic variable for custom pgbench scripts.
Heikki Linnakangas
2013-06-01
Post-pgindent cleanup
Stephen Frost
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-12
pgbench: Fix order of options in --help output
Peter Eisentraut
2013-03-17
Fix inclusions in pgbench.c.
Tom Lane
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-01-31
Add --aggregate-interval option.
Tatsuo Ishii
2013-01-29
Allow pgbench to use a scale larger than 21474.
Heikki Linnakangas
2013-01-07
Add new "-q" logging option (quiet mode) while in initialize mode
Tatsuo Ishii
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-30
Move long_options structures to the top of main() functions, for
Bruce Momjian
2012-10-20
Prevent overflow in pgbench's percent-done display.
Tom Lane
[next]