aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgbench/README.pgbench
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pgbench/README.pgbench')
-rw-r--r--contrib/pgbench/README.pgbench6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/pgbench/README.pgbench b/contrib/pgbench/README.pgbench
index 855e6abc429..5ac8bace3fe 100644
--- a/contrib/pgbench/README.pgbench
+++ b/contrib/pgbench/README.pgbench
@@ -1,4 +1,4 @@
-pgbench README 2002/07/20 Tatsuo Ishii (t-ishii@sra.co.jp)
+pgbench README 2003/11/26 Tatsuo Ishii (t-ishii@sra.co.jp)
o What is pgbench?
@@ -164,6 +164,10 @@ Basically it is same as BSD license. See pgbench.c for more details.
o History
+2003/11/26
+ * create indexes after data insertion to reduce time.
+ patch from Yutaka Tanida.
+
2003/06/10
* fix uninitialized memory bug
* add support for PGHOST, PGPORT, PGUSER environment variables