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-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-09-04
Build all Flex files standalone
John Naylor
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-13
Remove configure probe for sys/resource.h and refactor.
Thomas Munro
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-04
Remove configure probe and related tests for getrlimit.
Thomas Munro
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before pg_free()
Peter Eisentraut
2022-05-18
pgbench: Restore compatibility of --partitions=0
Michael Paquier
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-20
Fix incorrect format placeholders
Peter Eisentraut
2022-04-19
Fix aggregate logging of pgbench.
Tatsuo Ishii
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
Put new command-line options into alphabetical order in help output
Peter Eisentraut
2022-04-08
Improve frontend error logging style.
Tom Lane
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
[next]