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
2019-04-29
Fix some typos
Michael Paquier
2019-04-17
Fix unportable code in pgbench.
Tom Lane
2019-04-11
Fix declaration after statement
Alvaro Herrera
2019-04-09
Fix memory leak in pgbench
Alvaro Herrera
2019-04-03
Remove now-unnecessary thread pointer arguments in pgbench.
Tom Lane
2019-04-01
Restrict pgbench's zipfian parameter to ensure good performance.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-27
pgbench: doExecuteCommand -> executeMetaCommand
Alvaro Herrera
2019-03-27
Switch some palloc/memset calls to palloc0
Michael Paquier
2019-03-25
Refactor code to print pgbench progress reports.
Heikki Linnakangas
2019-03-25
pgbench: Remove \cset
Alvaro Herrera
2019-03-11
pgbench: increase the maximum number of variables/arguments
Andrew Dunstan
2019-03-05
Fix pgbench TAP test failure with funky file names (redux)
Andrew Dunstan
2019-03-05
Remove duplicate macro
Peter Eisentraut
2019-01-24
Fix portability problem in pgbench.
Tom Lane
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
Fix typo in pgbench.c
Michael Paquier
2019-01-21
Revert "Fix under-quoted filename pattern in pgbench TAP test."
Tom Lane
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-18
Fix under-quoted filename pattern in pgbench TAP test.
Tom Lane
2019-01-18
Avoid assuming that we know the spelling of getopt_long's error messages.
Tom Lane
2019-01-10
Don't use address of array as boolean
Alvaro Herrera
2019-01-10
pgbench: add \cset and \gset commands
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-11-21
Rework the pgbench state machine code for clarity
Alvaro Herrera
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-16
pgbench: introduce a RandomState struct
Alvaro Herrera
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-10-15
pgbench: Report errors during run better
Peter Eisentraut
2018-09-28
Correct overflow handling in pgbench.
Andres Freund
2018-09-25
Avoid unnecessary precision loss for pgbench's --rate target.
Tom Lane
2018-09-24
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
2018-09-17
Fix pgbench lexer's "continuation" rule to cope with Windows newlines.
Tom Lane
2018-07-27
Fix handling of pgbench's hash when no argument is provided
Michael Paquier
2018-07-23
pgbench: Remove duplicate entries from table of builtin functions.
Robert Haas
2018-07-16
doc: Update redirecting links
Peter Eisentraut
2018-07-03
Add $Test::Builder::Level to pgbench test functions
Peter Eisentraut
2018-07-03
Correct comment
Peter Eisentraut
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-09
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-05-02
Fix compiler warning on Windows.
Tom Lane
2018-05-01
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-27
perltidy: Add option --nooutdent-long-comments
Peter Eisentraut
2018-04-27
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-03-31
Fix portability and translatability issues in commit 64f85894a.
Tom Lane
[next]