convergence
convergence copied to clipboard
A set of tools for writing servers that speak PostgreSQL's wire protocol
We should support a minimal subset of Postgres' [system metadata tables](https://www.postgresql.org/docs/13/catalogs.html) for automatic introspection in IDEs and data vis tooling.
Production use cases should probably just handle this with a dedicated load balancer configured for TLS termination (e.g. ELB, Nginx, Haproxy), and remove the hassles of key management, but for...
Postgres supports [various authentication flows](https://www.postgresql.org/docs/13/protocol-flow.html#id-1.10.5.7.3) as part of the startup phase. We should implement a minimal subset of these: - Cleartext - MD5 - SASL For this, we should either...
Postgres' [extended query flow](https://www.postgresql.org/docs/13/protocol-overview.html#PROTOCOL-QUERY-CONCEPTS) allows clients to present a statement for parsing that contains placeholder vars (`$1`, `$2`, ...`$n`) and later fill in these vars at the bind phase. However,...
Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. Changelog Sourced from sqlparser's changelog. [0.45.0] 2024-04-12 Added Support DateTimeField variants: CUSTOM and WEEK(MONDAY) (#1191) - Thanks @iffyio Support for...
Updates the requirements on [datafusion](https://github.com/apache/arrow-datafusion) to permit the latest version. Changelog Sourced from datafusion's changelog. #!/bin/bash Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements....
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. Release notes Sourced from actions/checkout's releases. v4.1.2 We are investigating the following issue with this release and have rolled-back the v4 tag to point...
Updates the requirements on [datafusion](https://github.com/apache/datafusion) to permit the latest version. Commits 4cae813 manually remove a reverted PR from the breaking change section 43fb645 regenerate changelog 981486a Prepare 40 release a6898d3...
Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. Changelog Sourced from sqlparser's changelog. [0.48.0] 2024-07-09 Huge shout out to @iffyio @jmhain and @lovasoa for their help reviewing and...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. Release notes Sourced from actions/checkout's releases. v4.1.7 What's Changed Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in actions/checkout#1739 Bump...