elpasync pushed a change to branch elpa/pg. from e8bf0ac164a Prepare for v0.57 release new 870efb8e48f Move documentation of large object functionality to dedicated page new 86b7d4525db Improve error handling for large object functionality new a817b23ae90 Retain default gnutls-log-level in pg-connect/direct-tls new fd9ab9e413d Tests: extra tests for error handling in large object functions new 2717bf7bed7 Fix bug in error signalling new 0cfc1f8fedc Add test recipe for CedarDB variant new cd03d96a3d5 Add workarounds for PostgreSQL variant CedarDB. new 2fb857574ea Fix byte-compiler undefined function warnings new 0bc15fcd53e - Add serialization support for the `numeric` data type, for arguments to prepared statements. new 0ed5bb3a7bf Add information on compatibility with the CedarDB database new 7ce4f3fb8ae Improve test recipe for the Timeplus Proton database (Clickhouse fork) new dfe445ebe5d Add tests for numeric datatype new 24ed24db001 Add serialization support for the _varchar data type new 2d3e259a5b7 Tests: new tests for serialization of CHAR, CHAR(N), VARCHAR, VARCHAR(N) data types new b03cdf7b724 Add parsing and serialization support for the data type new 852f1dd3785 Check value type when serializing char and bpchar objects new 71f958e76f3 Tests: add workarounds for CrateDB, CockroachDB and CedarDB new e2a593ad5d6 Tests: additional workarounds for Google Spanner variant new 9f505535653 Update information on tested versions of PostgreSQL variants new 991bd9429d3 Prepare for v0.58 release
Summary of changes: CHANGELOG.md | 26 +++ README.md | 35 +-- doc/src/API.md | 72 ------ doc/src/large-objects.md | 21 +- pg-lo.el | 111 ++++++++-- pg.el | 141 ++++++++++-- test/Makefile | 183 +++++++++------- test/test-pg.el | 555 +++++++++++++++++++++++++++++++++++++---------- 8 files changed, 821 insertions(+), 323 deletions(-)