summaryrefslogtreecommitdiff
path: root/contrib/pgbench/pgbench.c
AgeCommit message (Expand)Author
2013-03-17Fix inclusions in pgbench.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-31Add --aggregate-interval option.Tatsuo Ishii
2013-01-29Allow pgbench to use a scale larger than 21474.Heikki Linnakangas
2013-01-07Add new "-q" logging option (quiet mode) while in initialize modeTatsuo Ishii
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-30Move long_options structures to the top of main() functions, forBruce Momjian
2012-10-20Prevent overflow in pgbench's percent-done display.Tom Lane
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-10-03Add --sampling-rate option to pgbench.Heikki Linnakangas
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-09-06pgbench: Show better progress when loading tuplesPeter Eisentraut
2012-07-23Make pgbench vacuum before building indexes.Robert Haas
2012-07-04Make oid2name, pgbench, and vacuumlo set fallback_application_name.Robert Haas
2012-06-22Make pgbench -i emit only one-tenth as many status messages.Robert Haas
2012-06-19Add pgbench option to add foreign key constraints to the standard scenario.Tom Lane
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-19Small cleanups of contrib --help outputPeter Eisentraut
2012-05-08Tweak contrib --help output to match common stylePeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-09-11Remove no-longer-used variable.Tom Lane
2011-08-05Modestly improve pgbench's checking for invalid ranges.Robert Haas
2011-08-03Make pgbench use erand48() rather than random().Robert Haas
2011-07-29Move new pgbench options to correct section of --help output.Robert Haas
2011-07-25Add new pgbench options, --tablespace and --index-tablespace.Robert Haas
2011-07-25Add new pgbench switch, --unlogged-tables.Robert Haas
2011-05-10Put options help in alphabetical orderPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-12Get rid of a bunch of dubious error handling code in pgbench by just erroringTom Lane
2010-08-12Add the ability to compute per-statement latencies (ie, average executionTom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-03-23Each worker thread will have its own log file in pgbench to avoid interleavedItagaki Takahiro
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-06Adjust headers to allow pgbench to be built with PGXS.Itagaki Takahiro
2010-01-06Add verification of variable names in pgbench.Itagaki Takahiro
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-15Add \shell and \setshell meta commands to pgbench.Itagaki Takahiro
2009-12-11Arrange to generate different random sequences in the different childTom Lane
2009-09-10pgbench has #defines for number of branches, tellers, and accounts. ThereTatsuo Ishii
2009-08-03Portability and documentation fixes for threaded pgbench patch.Tom Lane
2009-08-03Multi-threaded version of pgbench contributed by ITAGAKI Takahiro,Tatsuo Ishii
2009-07-30Make sure FD_SETSIZE is set before we include any WindowsMagnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-07Change pgbench to use the table names pgbench_accounts, pgbench_branches,Tom Lane