Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9789820
refactor: add datafusion-postgres dependency
sunng87 Sep 5, 2025
5885af6
refactor: move and include pg_catalog udfs
sunng87 Sep 6, 2025
8dd3b47
Merge branch 'main' into feature/pg_catalog
sunng87 Sep 9, 2025
86e7e91
Merge branch 'main' into feature/pg_catalog
sunng87 Sep 9, 2025
f372f11
Merge branch 'main' into feature/pg_catalog
sunng87 Sep 13, 2025
4c6d05e
chore: update upstream
sunng87 Sep 13, 2025
62e0646
feat: register table function pg_get_keywords
sunng87 Sep 13, 2025
1278d03
feat: bridge CatalogInfo for our CatalogManager
sunng87 Sep 22, 2025
684aa49
feat: convert pg_catalog table to our system table
sunng87 Sep 22, 2025
533c56d
feat: bridge system catalog with datafusion-postgres
sunng87 Sep 23, 2025
6294463
feat: add more udfs
sunng87 Sep 23, 2025
43ff644
feat: add compatibility rewriter to postgres handler
sunng87 Sep 23, 2025
e67bf07
Merge branch 'main' into feature/pg_catalog
sunng87 Sep 23, 2025
99a3712
fix: various fix
sunng87 Sep 24, 2025
0780adc
fmt: fix
sunng87 Sep 24, 2025
e339436
fix: use functions from pg_catalog library
sunng87 Sep 24, 2025
9ca4e49
fmt
sunng87 Sep 24, 2025
88732a5
fix: sqlness runner
sunng87 Sep 24, 2025
41d3559
test: adopt arrow 56.0 to 56.1 memory size change
sunng87 Sep 24, 2025
06a59e1
fix: add additional udfs
sunng87 Sep 24, 2025
d1f6cca
chore: format
sunng87 Sep 24, 2025
1cf4e00
refactor: return None when creating system table failed
sunng87 Sep 24, 2025
2fe8d3f
chore: provide safety comments about expect usage
sunng87 Sep 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
145 changes: 109 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading