aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgbench/pgbench.c
Commit message (Expand)AuthorAge
* Fix progress logging when scale factor is large.Tatsuo Ishii2013-12-12
* 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
* Make oid2name, pgbench, and vacuumlo set fallback_application_name.Robert Haas2012-07-04
* Make pgbench -i emit only one-tenth as many status messages.Robert Haas2012-06-22
* Add pgbench option to add foreign key constraints to the standard scenario.Tom Lane2012-06-19
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Small cleanups of contrib --help outputPeter Eisentraut2012-05-20
* Tweak contrib --help output to match common stylePeter Eisentraut2012-05-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Remove no-longer-used variable.Tom Lane2011-09-11
* Modestly improve pgbench's checking for invalid ranges.Robert Haas2011-08-05
* Make pgbench use erand48() rather than random().Robert Haas2011-08-03
* Move new pgbench options to correct section of --help output.Robert Haas2011-07-29
* Add new pgbench options, --tablespace and --index-tablespace.Robert Haas2011-07-25
* Add new pgbench switch, --unlogged-tables.Robert Haas2011-07-25
* Put options help in alphabetical orderPeter Eisentraut2011-05-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Get rid of a bunch of dubious error handling code in pgbench by just erroringTom Lane2010-08-12
* Add the ability to compute per-statement latencies (ie, average executionTom Lane2010-08-12
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Each worker thread will have its own log file in pgbench to avoid interleavedItagaki Takahiro2010-03-23
* pgindent run for 9.0Bruce Momjian2010-02-26
* Adjust headers to allow pgbench to be built with PGXS.Itagaki Takahiro2010-01-06
* Add verification of variable names in pgbench.Itagaki Takahiro2010-01-06
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add \shell and \setshell meta commands to pgbench.Itagaki Takahiro2009-12-15
* Arrange to generate different random sequences in the different childTom Lane2009-12-11
* pgbench has #defines for number of branches, tellers, and accounts. ThereTatsuo Ishii2009-09-10
* Portability and documentation fixes for threaded pgbench patch.Tom Lane2009-08-03