Skip to content

datafusion-postgres-v0.9.0

Choose a tag to compare

@sunng87 sunng87 released this 20 Sep 21:18
· 41 commits to master since this release
b8f97dd

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