elpasync pushed a change to branch elpa/pg. from d08800fc78 Prepare for v0.56 release new 1fb5ce08d3 Update information on tested Emacs versions new 66faf9597a Remove unnecessary constant names new 8e34aa05e4 Add test recipes for StoolAP, BabelfishPG and Kinetica variants new 9a841fb185 Add workaround for ClickHouse variant new 15428de168 Add test recipe for Geldata new c1dc9eaa3b Add test recipe for pgedge PostgreSQL variant new c68ecddd29 Fix the large object functionality to work with v3 of the wire protocol. new 1ce69d58f1 Update information on tested versions of PostgreSQL variants new 08e008f9c8 Modify SQL used to detect AlloyDB, for better cross-variant compatibility new 9e38486046 Use the 64-bit backend functions for large object functionality new 1ef3cf3f8a Use exported constants pg-SEEK_CUR and friends new 5934b3a7dc Document the large-object functionality new 0769355686 Tests: further workarounds for RisingWave variant new 69d5112419 Update information on versions of tested variants new e8bf0ac164 Prepare for v0.57 release
Summary of changes: CHANGELOG.md | 7 ++ README.md | 8 +- doc/src/SUMMARY.md | 1 + doc/src/about.md | 17 ++-- doc/src/large-objects.md | 76 ++++++++++++++ pg-lo.el | 252 +++++++++++++++++++++++++++++++---------------- pg.el | 95 +++++++++--------- test/Makefile | 110 +++++++++++++++++---- test/test-pg.el | 90 ++++++++++++++--- 9 files changed, 480 insertions(+), 176 deletions(-) create mode 100644 doc/src/large-objects.md