Commit Graph

250 Commits (71ad29a4316ab85965456cca2c848ce0f66cdd08)

Author SHA1 Message Date
Thomas Munro b1d6a8f868 pgbench: Refactor thread portability support. 5 years ago
Michael Paquier f1516ad7b3 pgbench: Simplify some port, host, user and dbname assignments 5 years ago
Michael Paquier 943eb47880 pgbench: Remove now-dead CState->ecnt 5 years ago
Michael Paquier bcf2667bf6 Fix some typos, grammar and style in docs and comments 5 years ago
Alvaro Herrera 6819b9042f
pgbench: Remove dead code 5 years ago
Tom Lane 58cd8dca3d Avoid redundantly prefixing PQerrorMessage for a connection failure. 5 years ago
Tom Lane c21ea4d53e Disallow a digit as the first character of a variable name in pgbench. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
Heikki Linnakangas 9796f455c3 pgbench: Use PQExpBuffer to simplify code that constructs SQL. 5 years ago
Tom Lane 99175141c9 Improve common/logging.c's support for multiple verbosity levels. 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Peter Eisentraut 3c800ae0b9 Put new command-line options into alphabetical order in help output 5 years ago
Michael Paquier 9d8ef98800 Add support for \aset in pgbench 6 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Michael Paquier 39a5f2a94f pgbench: Make more debug messages use common logging API 6 years ago
Peter Eisentraut 30a3e772b4 pgbench: Use common logging API 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier d37ddb745b Use carriage returns for data insertion logs in pgbench on terminal 6 years ago
Michael Paquier 1d468b9ad8 Add query cancellation capabilities in pgbench init phase 6 years ago
Tom Lane a7145f6bc8 Fix integer-overflow edge case detection in interval_mul and pgbench. 6 years ago
Fujii Masao a386942bd2 Add "G" (server-side data generation) as an initialization step in pgbench. 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Amit Kapila b1c1aa5318 pgbench: add --partitions and --partition-method options. 6 years ago
Peter Eisentraut 9684e42695 Error out on too many command-line arguments 6 years ago
Thomas Munro 5823677acc Provide pgbench --show-script to dump built-in scripts. 6 years ago
Thomas Munro ce8f946764 Report the time taken by pgbench initialization steps. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 6 years ago
Tom Lane 1a75c1d0c5 Fix unportable code in pgbench. 6 years ago
Alvaro Herrera 65d857d92c Fix declaration after statement 7 years ago
Alvaro Herrera fe0e0b4fc7 Fix memory leak in pgbench 7 years ago
Tom Lane d8c0bd9fef Remove now-unnecessary thread pointer arguments in pgbench. 7 years ago
Tom Lane 26a76cb640 Restrict pgbench's zipfian parameter to ensure good performance. 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Alvaro Herrera 9938d11633 pgbench: doExecuteCommand -> executeMetaCommand 7 years ago
Michael Paquier 1983af8e89 Switch some palloc/memset calls to palloc0 7 years ago
Heikki Linnakangas 9f75e37723 Refactor code to print pgbench progress reports. 7 years ago
Alvaro Herrera 25ee70511e pgbench: Remove \cset 7 years ago
Andrew Dunstan a478415281 pgbench: increase the maximum number of variables/arguments 7 years ago
Peter Eisentraut 9b1384dd6a Remove duplicate macro 7 years ago
Tom Lane e6c3ba7fbf Fix portability problem in pgbench. 7 years ago
Heikki Linnakangas 95931133a9 Fix misc typos in comments. 7 years ago
Michael Paquier 1699e6dd1f Fix typo in pgbench.c 7 years ago
Magnus Hagander 0301db623d Replace @postgresql.org with @lists.postgresql.org for mailinglists 7 years ago
Alvaro Herrera dacadcd1f3 Don't use address of array as boolean 7 years ago
Alvaro Herrera 6260cc550b pgbench: add \cset and \gset commands 7 years ago