fu/c
Yorhel 87d99e412b pg: Add support for record/composite types
This is simply magical. \o/

Vendored in khashl.h. I wouldn't have used it if this were the only
place where I'd need a custom hash table, but it should come in handy
for other tasks as well, especially when I get to implementing an LRU
for prepared statement caching.

(Can all be done with Perl HV's, but they're less efficient and more
cumbersome for these tasks)
2025-02-11 16:04:10 +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 support for record/composite types 2025-02-11 16:04:10 +01:00
pgst.c pg: Module rename + more docs 2025-02-11 11:04:03 +01:00
pgtypes.c pg: Add support for record/composite types 2025-02-11 16:04:10 +01:00