Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the PostgresStorageExtension to DuckDB #97

Merged
merged 36 commits into from
Sep 24, 2024
Merged

Commits on Aug 1, 2024

  1. start of the catalog extension - next step is that we need an Extensi…

    …on to be able to have a CatalogExtension
    Tishj committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    92d9de4 View commit details
    Browse the repository at this point in the history
  2. wip

    Tishj committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8ad3b4f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    4fdfb97 View commit details
    Browse the repository at this point in the history
  2. POC for scanning tables

    Tishj committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4198907 View commit details
    Browse the repository at this point in the history
  3. pushed the PlannerInfo down so we can figure out if we're dealing wit…

    …h an index scan, view or regular table
    Tishj committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    71d838b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    5ca932e View commit details
    Browse the repository at this point in the history
  2. add back the replacement scan, strip it down to only perform the VIEW…

    … replacement portion
    Tishj committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    80a815a View commit details
    Browse the repository at this point in the history
  3. some clean up

    Tishj committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    334ebe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41f48cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cac9ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6029e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    895249c View commit details
    Browse the repository at this point in the history
  8. fix broken test

    Tishj committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    841a2b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    c0c1b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7708aa0 View commit details
    Browse the repository at this point in the history
  3. format

    Tishj committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    387e5c4 View commit details
    Browse the repository at this point in the history
  4. remove headers

    Tishj committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3b7506a View commit details
    Browse the repository at this point in the history
  5. add back cardinality

    Tishj committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    579a4eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d380a27 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. format

    Tishj committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fa17cc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. catalog entries now live in the PostgresTransaction object, so they d…

    …ie when the transaction ends
    Tishj committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4c0acda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4683d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    831f8cd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. address test failures

    Tishj committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e4f3871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e4b62 View commit details
    Browse the repository at this point in the history
  3. remove the PlannerInfo from the PostgresStorageExtension, put it into…

    … the PostgresContextState instead
    Tishj committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    91ab9be View commit details
    Browse the repository at this point in the history
  4. UINT64_FORMAT

    Tishj committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b9914a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d6e8f3 View commit details
    Browse the repository at this point in the history
  6. formatting

    Tishj committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f2eb7c6 View commit details
    Browse the repository at this point in the history
  7. temporarily unset the search_path when stringifying the query so the …

    …table references become fully qualified
    Tishj committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cdafccb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    0659109 View commit details
    Browse the repository at this point in the history
  2. pgduckdb.main

    Tishj committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    89d3b9b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    0bc28ce View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    a7b6ecd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. undo some changes

    Tishj committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    72c470f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4e256 View commit details
    Browse the repository at this point in the history