·
12 commits
to master
since this release
What's Changed
- feat: high-level serve function for
SessionContext
by @sunng87 in #79 - refactor: catalog names, error handling and set statements by @sunng87 in #80
- chore: reorganize workspace meta by @sunng87 in #81
- feat: add --dir option for the cli by @sunng87 in #82
- refactor: accept arc reference for serve by @sunng87 in #83
- refactor: remove custom information_schema and use datafusion built-in by @sunng87 in #85
- feat: add pg_catalog and its tables by @sunng87 in #86
- feat: add udf current_schema and current_schemas by @sunng87 in #87
- refactor: extract a new crate arrow-pg by @sunng87 in #89
- feat: update datafusion to 48 by @sunng87 in #90
- refactor: use minimal feature set of pgwire by @sunng87 in #92
- chore(deps): bump rust_decimal from 1.37.1 to 1.37.2 by @dependabot in #91
- chore(deps): bump getset from 0.1.5 to 0.1.6 by @dependabot in #94
- refactor: introducing datafusion feature in arrow-pg by @sunng87 in #93
- feat: add support for binaryview type by @sunng87 in #96
- chore(deps): bump arrow from 55.1.0 to 55.2.0 by @dependabot in #97
- feat: Major DataFusion PostgreSQL Enhancements - Security, Compatibility by @iPeluwa in #98
- refactor: use logger and predefined filters by @sunng87 in #99
- chore(deps): bump tokio from 1.45.1 to 1.46.0 by @dependabot in #100
- feat: update pgwire to 0.31 by @sunng87 in #101
- feat: provide function to customize pgwire handlers by @sunng87 in #103
New Contributors
Full Changelog: datafusion-postgres-v0.4.0...datafusion-postgres-v0.7.0