pgsql: New features contributed by Tomoaki Sato. - Mailing list pgsql-committers

From ishii@postgresql.org (Tatsuo Ishii)
Subject pgsql: New features contributed by Tomoaki Sato.
Date
Msg-id 20060726072450.565B89FB1C0@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
New features contributed by Tomoaki Sato.

- predefined variable "tps"
  The value of variable tps is taken from the scaling factor
  specified by -s option.

- -D option
  Variable values can be defined by -D option.

- \set command now allows arithmetic calculations.

Modified Files:
--------------
    pgsql/contrib/pgbench:
        README.pgbench (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench.diff?r1=1.12&r2=1.13)
        README.pgbench_jis (r1.13 -> r1.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench_jis.diff?r1=1.13&r2=1.14)
        pgbench.c (r1.49 -> r1.50)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.49&r2=1.50)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] pgsql: /contrib/cube improvements: Update the calling convention for
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Convert effective_cache_size to an integer, for better