summaryrefslogtreecommitdiff
path: root/contrib/pgbench
AgeCommit message (Expand)Author
2007-08-25The upper limit for -c option of pgbench is now obtained fromTatsuo Ishii
2007-08-22Fix possible core dump from pgbench -d option. Julius StroffekTom Lane
2007-07-15Fix possible portability problem, per buildfarm warnings.Tom Lane
2007-07-06Changed new \usleep command into \sleep with an optional time unitJan Wieck
2007-07-06Added a new scripting meta commandJan Wieck
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-05-24Avoid assuming that the fields of struct timeval have exactly type long.Tom Lane
2007-04-08Add -F option to set fillfactor for tellers, accounts and branches.Tatsuo Ishii
2007-04-06Enhance pgbench -l option to add timestamp. Patch contributed by GregTatsuo Ishii
2007-04-06Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro.Tatsuo Ishii
2007-03-13Set stderr to unbuffered for pgbench on win32.Magnus Hagander
2007-01-22Adjust pgbench so it won't spit up on non-select queries returningTom Lane
2007-01-10Update copyright yearTatsuo Ishii
2006-12-26Call srandom() instead of srand().Tatsuo Ishii
2006-10-21pgbench: More fix with handling default scaling factor in the defaultTatsuo Ishii
2006-10-07On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-16Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane
2006-09-13Change "tps" to "scale" to avoid confusionTatsuo Ishii
2006-08-15Fix pgbench to handle empty lines in script files as documented.Tatsuo Ishii
2006-07-31Fix memory allocation bug in pgbench.Tatsuo Ishii
2006-07-28Change the delta val from 0 and 10000 to -5000 and 5000 per recentTatsuo Ishii
2006-07-26New features contributed by Tomoaki Sato.Tatsuo Ishii
2005-12-10Remove incorrect increment of lineno, per David Fetter.Tom Lane
2005-11-23Having blank lines in -f scripts was causing silent failures.Tatsuo Ishii
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-16Fix comment on -v optionTatsuo Ishii
2005-10-29Fix some allocation size calculation errors that would cause pgbenchTom Lane
2005-10-15Fix unportable struct initializations.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-07(Apologies for fat-fingering cvs commit command...) Should have read:Tom Lane
2005-10-07gniTom Lane
2005-10-04Fix compile errorTeodor Sigaev
2005-10-04Oops. Partially saved file was committed.Tatsuo Ishii
2005-10-04Allow multiple -f options.Tatsuo Ishii
2005-09-29Fix unportable usages in new pgbench code (strndup, ctype macros)Tom Lane
2005-09-29Add -f option which enables to read SQL commands from a file.Tatsuo Ishii
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-05-24Correct a thinko in pgbench that might result in incorrectly ignoring anNeil Conway
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2004-11-09This patch makes some cleanups to contrib/ to silence some sparseNeil Conway
2004-10-25Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane
2004-09-14Win32 compile fixes for pgbench, pgcrypto, and tsearch.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-06-14Add missing PQclear().Tatsuo Ishii
2003-12-07Replace unportable and overflow-prone use of 'long long' with saferTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-26Patches from Yutaka Tanida. Create primary key indexes after dataTatsuo Ishii