Skip to content

Commit 2d3cad0

Browse files
committed
Add Postgres extension & SQL streaming
Introduce Postgres extension support and streaming SQL results. Adds pgrx/pgrx-tests to Cargo.toml and a local patch for librocksdb-sys; includes a new docker/pg setup and many kalam-pg extension sources and tests. Backend API changes enable streaming SQL row responses: new helpers/streaming.rs, updates to execute.rs to use raw execution results and stream rows when appropriate, and converter/helper tweaks to support username/role handling. Also minor repo updates (.gitignore /vendor) and various build/runtime scripts for the Postgres extension.
1 parent 9d4db57 commit 2d3cad0

121 files changed

Lines changed: 13277 additions & 1919 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ ui/package-lock.json
103103
/target_cli_smoke_run
104104
/link/sdks/dart/build
105105
/link/sdks/dart/.dart_tool
106+
/vendor

0 commit comments

Comments
 (0)