Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +84 −7 |
| src/interfaces/libpq/blibpqdll.def | modified | +4 −0 |
| src/interfaces/libpq/fe-exec.c | modified | +161 −62 |
| src/interfaces/libpq/libpqdll.def | modified | +2 −0 |
| src/interfaces/libpq/libpq-fe.h | modified | +15 −1 |