Thread: pgsql-server/ oc/src/sgml/libpq.sgml rc/interf ...

pgsql-server/ oc/src/sgml/libpq.sgml rc/interf ...

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/08/13 13:29:03

Modified files:
    doc/src/sgml   : libpq.sgml
    src/interfaces/libpq: blibpqdll.def fe-exec.c libpq-fe.h
                          libpqdll.def

Log message:
    Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow
    libpq users to perform Bind/Execute of previously prepared statements.
    Per yesterday's discussion, this offers enough performance improvement
    to justify bending the 'no new features during beta' rule.