Commit Graph

53 Commits (500da222f17556d507a1f428a4672c68ea2d2d68)

Author SHA1 Message Date
Tatsuo Ishii 66541c5aa5 Fix pgbench to handle empty lines in script files as documented. 19 years ago
Tatsuo Ishii 68dfef040b Fix memory allocation bug in pgbench. 19 years ago
Tatsuo Ishii 46d9c2ec8f Change the delta val from 0 and 10000 to -5000 and 5000 per recent 19 years ago
Tatsuo Ishii 0c57c832b9 New features contributed by Tomoaki Sato. 19 years ago
Tom Lane 69525fc0ef Remove incorrect increment of lineno, per David Fetter. 20 years ago
Tatsuo Ishii baa6b22fcb Having blank lines in -f scripts was causing silent failures. 20 years ago
Bruce Momjian aac96b8994 Fix pgindent of libpq-fe.h by hacking pgindent script. 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane 9ee0a7df50 Fix some allocation size calculation errors that would cause pgbench 20 years ago
Tom Lane 0631059c9c Fix unportable struct initializations. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane d156e1f850 (Apologies for fat-fingering cvs commit command...) Should have read: 20 years ago
Tom Lane 6ae7671497 gni 20 years ago
Teodor Sigaev 380ab3669f Fix compile error 20 years ago
Tatsuo Ishii f50ae06e14 Allow multiple -f options. 20 years ago
Tom Lane c775b423c1 Fix unportable usages in new pgbench code (strndup, ctype macros) 20 years ago
Tatsuo Ishii 9b19abd74f Add -f option which enables to read SQL commands from a file. 20 years ago
Neil Conway a99b2852ca Correct a thinko in pgbench that might result in incorrectly ignoring an 21 years ago
Neil Conway 1b3e769682 This patch makes some cleanups to contrib/ to silence some sparse 21 years ago
Tom Lane f1283ed6cc Fix a bunch of 'old-style parameter declaration' warnings induced by 21 years ago
Tom Lane bf06825e31 Win32 compile fixes for pgbench, pgcrypto, and tsearch. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Tatsuo Ishii 2990b8a4a6 Add missing PQclear(). 22 years ago
Tom Lane 9c26980f58 Replace unportable and overflow-prone use of 'long long' with safer 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tatsuo Ishii 43f77c06bb Patches from Yutaka Tanida. Create primary key indexes after data 22 years ago
Jan Wieck e9ff025345 Fixed calculation of bid when generating accounts. Used to create 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 3896f48d7e Fix some minor portability issues, per Chris K-L. 22 years ago
Tatsuo Ishii 412893b416 Fix uninitialized memory bug 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane 4d1aaedac0 Fix core dump recently introduced into pgbench. 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Tatsuo Ishii 9a2e9c6804 Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 66eb8df6a4 The attached patch changes most of the usages of sprintf() to 23 years ago
Tatsuo Ishii cdf4b9aff2 Apply patches from Neil Conway. 23 years ago
Tatsuo Ishii 0c124c5731 Add -N option which disables updation of branches and tellers tables. 24 years ago
Bruce Momjian c9361a7a9c Remove CHECKPOINT call from pgbench -- Not needed and affects performance. 24 years ago
Tom Lane 92a2598f97 The result of getopt() should be compared to -1, not EOF, per 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tatsuo Ishii f8aa02eb85 "time" is now a reserved keyword(changed to "mtime"). 24 years ago
Tatsuo Ishii ba708ea3dc Add -U, -P, -C options. See README.pgbench for more details. 24 years ago
Tatsuo Ishii b332dc358b When invoked with -i (initialize mode), split the copy command every 24 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Tatsuo Ishii 6d7f1d3300 Fix for PQsetdb port parameter due to the interface change. 25 years ago
Peter Eisentraut 2a7da3f564 Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 25 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago