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:
@ -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
|
||||
|
Reference in New Issue
Block a user