Feature Request
Feature: Implement PostgreSQL Binary Protocol Encoders and Decoders for timetz ,timestamptz, and uuid and Their Multi-dimensional Arrays
In #36372, I implemented binary parsing for all basic types that were previously incorrectly handled, including their multidimensional array parsing. These are now abstracted through ArrayEncoder and ArrayDecoder (when needed). I believe we can further extend support to additional types.