aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgbench/pgbench.c
Commit message (Expand)AuthorAge
* Add --latency-limit option to pgbench.Heikki Linnakangas2014-10-13
* Fix typo in error message.Heikki Linnakangas2014-10-02
* Refactor pgbench log-writing code to a separate function.Heikki Linnakangas2014-10-02
* Fix Windows build.Heikki Linnakangas2014-09-11
* Simplify calculation of Poisson distributed delays in pgbench --rate mode.Heikki Linnakangas2014-09-11
* Change the way latency is calculated with pgbench --rate option.Heikki Linnakangas2014-09-11
* Enhance pgbench's option checking.Tatsuo Ishii2014-08-12
* Windows doesn't have M_PI; define it ourselves when needed.Heikki Linnakangas2014-08-04
* pgbench: Allow \setrandom to generate Gaussian/exponential distributions.Robert Haas2014-07-30
* Allow total number of transactions in pgbench to exceed INT_MAX.Tom Lane2014-05-25
* Fix non-C89-compatible coding in pgbench.Tom Lane2014-05-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* pgbench: Fix help messagePeter Eisentraut2014-02-27
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Prevent integer overflow with --progress >= 2148Heikki Linnakangas2014-01-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix progress logging when scale factor is large.Tatsuo Ishii2013-12-12
* Remove pgbench's hardwired limit on line length in custom script files.Tom Lane2013-11-15
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* pgbench: Comment on thread timing hazards.Noah Misch2013-10-06
* pgbench: Elaborate latency reporting.Noah Misch2013-10-05
* pgbench: Remove stray use of "float" math.Noah Misch2013-10-05
* Correct comment of pgbench "filler" columns.Fujii Masao2013-09-30
* pgbench: Correct for bias in --rate schedule generation.Noah Misch2013-09-25
* pgbench: Tweak documentation.Noah Misch2013-09-23
* Add --rate option.Tatsuo Ishii2013-07-23
* Fix typo in previous pgbench --progress patch.Fujii Masao2013-07-18
* Add --progress option to show progress reportTatsuo Ishii2013-07-17
* pgbench: Silence compiler warningPeter Eisentraut2013-07-07
* pgbench: Fix inadvertent inconsistency in help message.Robert Haas2013-06-27
* pgbench: Add long options for all existing short options.Robert Haas2013-06-27
* Add :client_id automatic variable for custom pgbench scripts.Heikki Linnakangas2013-06-14
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* pgbench: Fix order of options in --help outputPeter Eisentraut2013-05-11
* Fix inclusions in pgbench.c.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Add --aggregate-interval option.Tatsuo Ishii2013-01-31
* Allow pgbench to use a scale larger than 21474.Heikki Linnakangas2013-01-29
* Add new "-q" logging option (quiet mode) while in initialize modeTatsuo Ishii2013-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-30
* Prevent overflow in pgbench's percent-done display.Tom Lane2012-10-20
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12
* Add --sampling-rate option to pgbench.Heikki Linnakangas2012-10-03
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-02
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* pgbench: Show better progress when loading tuplesPeter Eisentraut2012-09-05
* Make pgbench vacuum before building indexes.Robert Haas2012-07-23