1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Patches from Yutaka Tanida. Create primary key indexes after data

insertion to reduce initialization time.
This commit is contained in:
Tatsuo Ishii
2003-11-26 06:53:18 +00:00
parent e7a45c787e
commit 43f77c06bb
3 changed files with 33 additions and 7 deletions

View File

@ -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