pgsql-server: Add: > * Allow finer control over the caching of prepared

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Add: > * Allow finer control over the caching of prepared
Date: 2004-08-12 19:45:25
Message-ID: 20040812194525.1AB325E46E1@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

> * Allow finer control over the caching of prepared query plans
>
> Currently, queries prepared via the libpq API are planned on first
> execute using the supplied parameters --- allow SQL PREPARE to do the
> same. Also, allow control over replanning prepared queries either
> manually or automatically when statistics for execute parameters
> differ dramatically from those used during planning.
>

Modified Files:
--------------
pgsql-server/doc:
TODO (r1.1326 -> r1.1327)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/TODO.diff?r1=1.1326&r2=1.1327)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-08-12 21:00:36 pgsql-server: Allow commas in BEGIN, START TRANSACTION, and SET
Previous Message Bruce Momjian 2004-08-12 19:18:05 pgsql-server: dbsize modification to support tablespaces Gavin Sherry