1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +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:48:53 +00:00
parent d6dd992b4c
commit 0ab82f66e9
3 changed files with 32 additions and 6 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