Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: decision-labs/duckdb_fdw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: alitrack/duckdb_fdw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 29, 2025

  1. Update DuckDB FDW to version 1.3.2

    - Update extension version to 1.3.2 to match DuckDB library version
    - Remove duckdb.h and duckdb.hpp (should be downloaded, not committed)
    - Update .gitignore to exclude DuckDB binary files and headers
    - Add migration script for 1.1.3 to 1.3.2 upgrade
    - Update version references in README.md and Makefile
    - Keep .duckdb_version file for build configuration
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    hy.li and claude committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    be4bcd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. add Postgres 18 support

    rubypdf committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    870bc43 View commit details
    Browse the repository at this point in the history
Loading