summaryrefslogtreecommitdiff
path: root/contrib/pgbench
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearTatsuo Ishii2007-01-101-2/+2
* Call srandom() instead of srand().Tatsuo Ishii2006-12-261-2/+2
* pgbench: More fix with handling default scaling factor in the defaultTatsuo Ishii2006-10-213-3/+31
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-071-9/+10
* pgindent run for 8.2.Bruce Momjian2006-10-041-9/+11
* Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane2006-09-161-6/+6
* Change "tps" to "scale" to avoid confusionTatsuo Ishii2006-09-133-36/+56
* Fix pgbench to handle empty lines in script files as documented.Tatsuo Ishii2006-08-151-3/+3
* Fix memory allocation bug in pgbench.Tatsuo Ishii2006-07-311-2/+2
* Change the delta val from 0 and 10000 to -5000 and 5000 per recentTatsuo Ishii2006-07-281-30/+25
* New features contributed by Tomoaki Sato.Tatsuo Ishii2006-07-263-61/+333
* Remove incorrect increment of lineno, per David Fetter.Tom Lane2005-12-101-4/+6
* Having blank lines in -f scripts was causing silent failures.Tatsuo Ishii2005-11-231-6/+12
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-231-3/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+3
* Fix comment on -v optionTatsuo Ishii2005-11-161-4/+9
* Fix some allocation size calculation errors that would cause pgbenchTom Lane2005-10-291-9/+9
* Fix unportable struct initializations.Tom Lane2005-10-151-7/+9
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-97/+100
* (Apologies for fat-fingering cvs commit command...) Should have read:Tom Lane2005-10-071-3/+3
* gniTom Lane2005-10-071-27/+60
* Fix compile errorTeodor Sigaev2005-10-041-26/+26
* Oops. Partially saved file was committed.Tatsuo Ishii2005-10-041-1/+2
* Allow multiple -f options.Tatsuo Ishii2005-10-043-472/+354
* Fix unportable usages in new pgbench code (strndup, ctype macros)Tom Lane2005-09-291-7/+8
* Add -f option which enables to read SQL commands from a file.Tatsuo Ishii2005-09-293-92/+666
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Correct a thinko in pgbench that might result in incorrectly ignoring anNeil Conway2005-05-241-2/+2
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-251-2/+2
* This patch makes some cleanups to contrib/ to silence some sparseNeil Conway2004-11-091-7/+7
* Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane2004-10-251-3/+3
* Win32 compile fixes for pgbench, pgcrypto, and tsearch.Tom Lane2004-09-141-5/+9
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* Add missing PQclear().Tatsuo Ishii2004-06-141-3/+3
* Replace unportable and overflow-prone use of 'long long' with saferTom Lane2003-12-071-5/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-292-2/+2
* Patches from Yutaka Tanida. Create primary key indexes after dataTatsuo Ishii2003-11-263-7/+33
* Fixed calculation of bid when generating accounts. Used to createJan Wieck2003-09-271-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Fix some minor portability issues, per Chris K-L.Tom Lane2003-08-011-5/+5
* Fix uninitialized memory bugTatsuo Ishii2003-06-103-4/+23
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-8/+1
* Add note that scaling factor should be >= # of clients.Tom Lane2002-11-271-1/+3
* Fix core dump recently introduced into pgbench.Tom Lane2002-10-201-2/+1
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-2/+23
* Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returningTatsuo Ishii2002-10-071-21/+19
* pgindent run.Bruce Momjian2002-09-041-22/+28
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-151-10/+10
* Apply patches from Neil Conway.Tatsuo Ishii2002-07-203-40/+100