summaryrefslogtreecommitdiff
path: root/contrib/pgbench
AgeCommit message (Expand)Author
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
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-07-20Apply patches from Neil Conway.Tatsuo Ishii
2002-05-20Update docs about new -N optionTatsuo Ishii
2002-02-24Add -N option which disables updation of branches and tellers tables.Tatsuo Ishii
2002-02-18Remove CHECKPOINT call from pgbench -- Not needed and affects performance.Bruce Momjian
2002-01-10The result of getopt() should be compared to -1, not EOF, perTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-24"time" is now a reserved keyword(changed to "mtime").Tatsuo Ishii
2001-09-09Add -U, -P, -C options. See README.pgbench for more details.Tatsuo Ishii
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-08-01When invoked with -i (initialize mode), split the copy command everyTatsuo Ishii
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-17Fix README in Japanese to sync with README.pgbench updated by Tom.Tatsuo Ishii
2001-02-16Update README's install instructions to agree with current reality.Tom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-12-04Fix bogus makefiles ... these didn't build on platforms that are stickyREL7_1_BETATom Lane
2000-11-01Fix for PQsetdb port parameter due to the interface change.Tatsuo Ishii
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-09-29Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-03 Very small changes in the contrib's pg_dumplo in the attache.Bruce Momjian
2000-06-19Remove old README files.Bruce Momjian
2000-06-19Add missing /contrib filesBruce Momjian
2000-06-19Update to /contrib from Karel.Bruce Momjian
2000-06-16Cleanup README Makefile installs.Bruce Momjian
2000-06-15Add missing /contrib files to CVS.Bruce Momjian