summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
AgeCommit message (Expand)Author
2019-04-29Fix some typosMichael Paquier
2019-04-17Fix unportable code in pgbench.Tom Lane
2019-04-11Fix declaration after statementAlvaro Herrera
2019-04-09Fix memory leak in pgbenchAlvaro Herrera
2019-04-03Remove now-unnecessary thread pointer arguments in pgbench.Tom Lane
2019-04-01Restrict pgbench's zipfian parameter to ensure good performance.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-27pgbench: doExecuteCommand -> executeMetaCommandAlvaro Herrera
2019-03-27Switch some palloc/memset calls to palloc0Michael Paquier
2019-03-25Refactor code to print pgbench progress reports.Heikki Linnakangas
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-03-05Remove duplicate macroPeter Eisentraut
2019-01-24Fix portability problem in pgbench.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-23Fix typo in pgbench.cMichael Paquier
2019-01-21Revert "Fix under-quoted filename pattern in pgbench TAP test."Tom Lane
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-18Fix under-quoted filename pattern in pgbench TAP test.Tom Lane
2019-01-18Avoid assuming that we know the spelling of getopt_long's error messages.Tom Lane
2019-01-10Don't use address of array as booleanAlvaro Herrera
2019-01-10pgbench: add \cset and \gset commandsAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-11-21Rework the pgbench state machine code for clarityAlvaro Herrera
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-16pgbench: introduce a RandomState structAlvaro Herrera
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-10-15pgbench: Report errors during run betterPeter Eisentraut
2018-09-28Correct overflow handling in pgbench.Andres Freund
2018-09-25Avoid unnecessary precision loss for pgbench's --rate target.Tom Lane
2018-09-24Use ppoll(2), if available, to wait for input in pgbench.Tom Lane
2018-09-17Fix pgbench lexer's "continuation" rule to cope with Windows newlines.Tom Lane
2018-07-27Fix handling of pgbench's hash when no argument is providedMichael Paquier
2018-07-23pgbench: Remove duplicate entries from table of builtin functions.Robert Haas
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-07-03Add $Test::Builder::Level to pgbench test functionsPeter Eisentraut
2018-07-03Correct commentPeter Eisentraut
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-05-02Fix compiler warning on Windows.Tom Lane
2018-05-01Fix some assorted compiler warnings on Windows.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-03-31Fix portability and translatability issues in commit 64f85894a.Tom Lane