php-src/ext/pgsql
David Carlier 1da352c367
ext/pgsql: adding pg_close_stmt.
up to postgresql 17, when done with a prepared statement, we could
release it with DEALLOCATE sql command which is fine ; until we want
to implement a cache solution based on statement ids.

Since PostgreSQL 17, PQclosePrepared uses internally the `close` protocol
allowing to reuse the statement name while still freeing it.
Since the close protocol implementation had been added on libpq within
this release, no way to reimplement it.

close GH-14584
2024-09-29 16:26:35 +01:00
..
tests ext/pgsql: adding pg_close_stmt. 2024-09-29 16:26:35 +01:00
config.m4 ext/pgsql: adding pg_close_stmt. 2024-09-29 16:26:35 +01:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
pgsql.c ext/pgsql: adding pg_close_stmt. 2024-09-29 16:26:35 +01:00
pgsql.stub.php ext/pgsql: adding pg_close_stmt. 2024-09-29 16:26:35 +01:00
pgsql_arginfo.h ext/pgsql: adding pg_close_stmt. 2024-09-29 16:26:35 +01:00
php_pgsql.h ext/pgsql: pg_convert/pg_insert/pg_update/pg_delete caching regexes. 2024-07-20 23:04:48 +01:00