summaryrefslogtreecommitdiff
path: root/contrib/pgbench
AgeCommit message (Expand)Author
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
2003-09-27Fixed calculation of bid when generating accounts. Used to createJan Wieck
2003-08-04pgindent run.Bruce Momjian
2003-08-01Fix some minor portability issues, per Chris K-L.Tom Lane
2003-06-10Fix uninitialized memory bugTatsuo Ishii
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-11-27Add note that scaling factor should be >= # of clients.Tom Lane
2002-10-20Fix core dump recently introduced into pgbench.Tom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-10-07Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returningTatsuo Ishii
2002-09-04pgindent run.Bruce Momjian