fu/c
Yorhel 1f7e2de9a0 pg: Add prepared statement caching
The tests are not as thourough as I would like. There's many ways to
mess this up.

I was initially planning to drop the ref on the prepared statement
immediately after executing the query, so that the $st object can be
kept around for introspection without consuming excess resources.
Unfortunately, PQcopyResult does not copy over information about bind
parameters, so we need another way to keep that information alive. I
ended up going for the simple solution: keep the ref on the prepared
statement...
2025-02-12 17:19:20 +01:00
..
common.c Abstract and cleanup ugly byte swapping code 2025-02-10 07:35:34 +01:00
jsonfmt.c pg: Add json, jsonb, jsonpath support 2025-02-08 15:16:47 +01:00
jsonparse.c Fix build for threaded perl + additional project idea 2025-02-01 13:39:58 +01:00
khashl.h pg: Add support for record/composite types 2025-02-11 16:04:10 +01:00
libpq.h pg: Pipeline prepare + describeprepared 2025-02-09 09:26:01 +01:00
pgconn.c pg: Add prepared statement caching 2025-02-12 17:19:20 +01:00
pgst.c pg: Add prepared statement caching 2025-02-12 17:19:20 +01:00
pgtypes.c pg: Add support for record/composite types 2025-02-11 16:04:10 +01:00