summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-2/+2
* pgbench: Prepare commands in pipelines in advanceAlvaro Herrera2023-02-212-51/+127
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-3/+3
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-091-21/+3
* Doc: improve commentary about providing our own definitions of M_PI.Tom Lane2023-01-081-0/+1
* Update copyright for 2023Bruce Momjian2023-01-027-7/+7
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Order getopt argumentsPeter Eisentraut2022-12-121-103/+103
* Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsyncMichael Paquier2022-11-261-1/+1
* Check return value of pclose() correctlyPeter Eisentraut2022-11-151-1/+1
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-063-2/+5
* Fix final compiler warning produced by -Wshadow=compatible-localDavid Rowley2022-10-061-4/+4
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-221-3/+3
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+38
* Harmonize lexer adjacent function parameter names.Peter Geoghegan2022-09-211-1/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-4/+4
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-201-1/+4
* Add missing serial commasPeter Eisentraut2022-09-191-1/+1
* Fix typo in pgbench.c.Amit Kapila2022-09-141-1/+1
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-061-5/+4
* Build all Flex files standaloneJohn Naylor2022-09-044-19/+22
* Clean up inconsistent use of fflush().Tom Lane2022-08-291-0/+2
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-261-5/+0
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-141-2/+0
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-2/+0
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-051-4/+0
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-4/+2
* Remove redundant null pointer checks before pg_free()Peter Eisentraut2022-07-031-6/+3
* pgbench: Restore compatibility of --partitions=0Michael Paquier2022-05-181-1/+1
* Indent C code in flex and bison filesPeter Eisentraut2022-05-131-2/+2
* Pre-beta mechanical code beautification.Tom Lane2022-05-123-97/+117
* Fix incorrect format placeholdersPeter Eisentraut2022-04-201-4/+4
* Fix aggregate logging of pgbench.Tatsuo Ishii2022-04-191-4/+1
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-2/+2
* Put new command-line options into alphabetical order in help outputPeter Eisentraut2022-04-111-1/+1
* Improve frontend error logging style.Tom Lane2022-04-081-209/+76
* Change aggregated log format of pgbench.Tatsuo Ishii2022-04-061-17/+42
* Avoid using large pass-by-value struct arguments in pgbench.Tom Lane2022-03-271-15/+15
* Second attempt to fix pgbench TAP test.Tatsuo Ishii2022-03-251-2/+2
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-241-1/+0
* Fix pgbench TAP test.Tatsuo Ishii2022-03-241-1/+2
* Allow pgbench to retry in some cases.Tatsuo Ishii2022-03-233-160/+1193
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Fix typo in pgbench messages.Tatsuo Ishii2022-03-021-2/+2
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-201-3/+1
* Move scanint8() to numutils.cPeter Eisentraut2022-02-141-2/+2
* Update copyright for 2022Bruce Momjian2022-01-076-6/+6
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-282-83/+62