summaryrefslogtreecommitdiff
path: root/contrib/pgbench
Commit message (Expand)AuthorAgeFilesLines
* Correct comment of pgbench "filler" columns.Fujii Masao2013-09-301-5/+10
* pgbench: Correct for bias in --rate schedule generation.Noah Misch2013-09-251-3/+7
* pgbench: Tweak documentation.Noah Misch2013-09-231-1/+1
* Add --rate option.Tatsuo Ishii2013-07-231-19/+159
* Fix typo in previous pgbench --progress patch.Fujii Masao2013-07-181-1/+1
* Add --progress option to show progress reportTatsuo Ishii2013-07-171-2/+84
* pgbench: Silence compiler warningPeter Eisentraut2013-07-071-1/+3
* pgbench: Fix inadvertent inconsistency in help message.Robert Haas2013-06-271-1/+1
* pgbench: Add long options for all existing short options.Robert Haas2013-06-271-39/+60
* Add :client_id automatic variable for custom pgbench scripts.Heikki Linnakangas2013-06-141-0/+14
* Post-pgindent cleanupStephen Frost2013-06-011-3/+6
* pgindent run for release 9.3Bruce Momjian2013-05-291-51/+80
* pgbench: Fix order of options in --help outputPeter Eisentraut2013-05-111-6/+6
* Fix inclusions in pgbench.c.Tom Lane2013-03-171-0/+1
* Move pqsignal() to libpgport.Tom Lane2013-03-171-1/+0
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-53/+0
* Add --aggregate-interval option.Tatsuo Ishii2013-01-311-12/+135
* Allow pgbench to use a scale larger than 21474.Heikki Linnakangas2013-01-291-32/+123
* Add new "-q" logging option (quiet mode) while in initialize modeTatsuo Ishii2013-01-071-5/+58
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-301-9/+9
* Prevent overflow in pgbench's percent-done display.Tom Lane2012-10-201-1/+1
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-121-6/+6
* Add --sampling-rate option to pgbench.Heikki Linnakangas2012-10-031-11/+43
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-0/+6
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-29/+29
* pgbench: Show better progress when loading tuplesPeter Eisentraut2012-09-051-1/+3
* Make pgbench vacuum before building indexes.Robert Haas2012-07-231-8/+13
* Make oid2name, pgbench, and vacuumlo set fallback_application_name.Robert Haas2012-07-041-8/+25
* Make pgbench -i emit only one-tenth as many status messages.Robert Haas2012-06-221-1/+1
* Add pgbench option to add foreign key constraints to the standard scenario.Tom Lane2012-06-191-7/+34
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-181-6/+6
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-25/+28
* Small cleanups of contrib --help outputPeter Eisentraut2012-05-201-1/+1
* Tweak contrib --help output to match common stylePeter Eisentraut2012-05-081-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-1/+1
* Remove no-longer-used variable.Tom Lane2011-09-111-1/+0
* Modestly improve pgbench's checking for invalid ranges.Robert Haas2011-08-051-2/+16
* Make pgbench use erand48() rather than random().Robert Haas2011-08-031-17/+15
* Move new pgbench options to correct section of --help output.Robert Haas2011-07-291-6/+6
* Add new pgbench options, --tablespace and --index-tablespace.Robert Haas2011-07-251-31/+84
* Add new pgbench switch, --unlogged-tables.Robert Haas2011-07-251-14/+37
* Put options help in alphabetical orderPeter Eisentraut2011-05-101-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-18/+18
* Use consistent spacing for PGAPPICON Makefile option.Bruce Momjian2011-01-241-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-202-2/+2
* Get rid of a bunch of dubious error handling code in pgbench by just erroringTom Lane2010-08-121-113/+94