Skip to content

Releases: datafusion-contrib/datafusion-postgres

datafusion-postgres-v0.14.0

14 Jan 02:09
datafusion-postgres-v0.14.0
fb41837

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: datafusion-postgres-v0.10.2...datafusion-postgres-v0.14.0

datafusion-postgres-v0.13.0

26 Nov 08:05
ff9be47

Choose a tag to compare

What's Changed

  • feat: include optional FormatOptions in arrow encode by @sunng87 in #229
  • chore: use psql18 in flake environment, update flake by @sunng87 in #233
  • feat: output default values for show statements by @sunng87 in #234
  • chore(deps): bump duckdb from 1.4.1 to 1.4.2 by @dependabot[bot] in #235
  • chore(deps): bump bytes from 1.10.1 to 1.11.0 by @dependabot[bot] in #237
  • Fix TIME processing by @mjgarton in #236
  • chore: remove duckdb example from this repo by @sunng87 in #244
  • chore(deps): bump pgwire from 0.35.0 to 0.36.0 by @dependabot[bot] in #241
  • Upgrade to datafusion 51 & arrow 57 by @mjgarton in #240
  • fix: datafusion feature flag when compiling pg-catalog alone by @sunng87 in #246

Full Changelog: datafusion-postgres-v0.12.2...datafusion-postgres-v0.13.0

datafusion-postgres-v0.12.0

22 Oct 18:05
0580445

Choose a tag to compare

What's Changed

Full Changelog: datafusion-postgres-v0.11.0...datafusion-postgres-v0.12.0

datafusion-postgres-v0.11.0

02 Oct 02:02
f49d6d1

Choose a tag to compare

What's Changed

Full Changelog: datafusion-postgres-v0.10.2...datafusion-postgres-v0.11.0

datafusion-postgres-v0.10.2

21 Sep 14:35
298e06d

Choose a tag to compare

What's Changed

  • Rewrite version result to fix column name by @mjgarton in #179
  • fix: array type conversion in format_type by @sunng87 in #180

Full Changelog: datafusion-postgres-v0.10.1...datafusion-postgres-v0.10.2

datafusion-postgres-v0.9.0

20 Sep 21:18
b8f97dd

Choose a tag to compare

What's Changed

  • chore(deps): bump pgwire from 0.32.0 to 0.32.1 by @dependabot[bot] in #128
  • chore(deps): bump async-trait from 0.1.88 to 0.1.89 by @dependabot[bot] in #129
  • chore(deps): bump datafusion from 49.0.0 to 49.0.1 by @dependabot[bot] in #131
  • Per connection trasnaction tracking and cleanup by @tonyalaribe in #130
  • refactor: update transaction management by @sunng87 in #132
  • feat: use exported data for pg_catalog by @sunng87 in #133
  • refactor: simplify arrowtable with memtable by @sunng87 in #134
  • docs: fix version and docs badges to README by @waynexia in #137
  • chore(deps): bump datafusion from 49.0.1 to 49.0.2 by @dependabot[bot] in #136
  • refactor: optimise logicalplan before execution by @sunng87 in #138
  • test: add unit test infra code by @sunng87 in #139
  • feat: add sql rewrite rules framework and alias rewrite rule by @sunng87 in #143
  • fix: resolve arrow-pg panic when encoding dictionary arrays by @savani02 in #142
  • feat: add sql rewrite rule to resolve unqualified identifier by @sunng87 in #144
  • feat: rewrite to remove unsupported type cast by @sunng87 in #145
  • feat: remove additional unsupported cast by @sunng87 in #146
  • feat: implement dbeaver startup queries one-by-one by @sunng87 in #140
  • chore(deps): bump log from 0.4.27 to 0.4.28 by @dependabot[bot] in #148
  • chore(deps): bump chrono from 0.4.41 to 0.4.42 by @dependabot[bot] in #151
  • Feature/max connection limit by @iPeluwa in #154
  • Fix parameter type inference for untyped parameters in extended queries by @iPeluwa in #152
  • Add session-level statement timeout support by @iPeluwa in #153
  • Fix high priority transaction issues by @iPeluwa in #156
  • Fix the unsupported parameter type issue by @iPeluwa in #157
  • test: include queries for pgcli startup by @sunng87 in #149
  • feat: metabase startup queries by @sunng87 in #160
  • refactor: add a layer of abstraction for CatalogProviderList by @sunng87 in #161
  • refactor: update CatalogInfo signatures by @sunng87 in #162
  • chore: make all CatalogInfo methods async by @sunng87 in #163
  • chore(deps): bump rust_decimal from 1.37.2 to 1.38.0 by @dependabot[bot] in #167
  • feat: implement first \d table query by @sunng87 in #169
  • chore(deps): bump tokio-rustls from 0.26.2 to 0.26.3 by @dependabot[bot] in #172
  • fix: include path for data files by @sunng87 in #173

New Contributors

Full Changelog: datafusion-postgres-v0.8.1...datafusion-postgres-v0.9.0

datafusion-postgres-v0.10.1

20 Sep 22:39
2ebd6ec

Choose a tag to compare

What's Changed

Full Changelog: datafusion-postgres-v0.9.0...datafusion-postgres-v0.10.1

datafusion-postgres-v0.8.1

19 Aug 09:24
28c9f02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: datafusion-postgres-v0.7.0...datafusion-postgres-v0.8.1

datafusion-postgres-v0.7.0

08 Jul 20:48
6b16c80

Choose a tag to compare

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

datafusion-postgres-v0.6.0

16 Jun 00:50
a3d8d85

Choose a tag to compare

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

Full Changelog: datafusion-postgres-v0.4.0...datafusion-postgres-v0.6.0