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

feat(c/driver/postgresql): Use COPY for writes #1093

Merged
merged 17 commits into from
Oct 13, 2023

Commits on Sep 21, 2023

  1. first build

    WillAyd committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d685042 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. hacked together

    WillAyd committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e5f559a View commit details
    Browse the repository at this point in the history
  2. working with ArrowBuffer

    WillAyd committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2002e78 View commit details
    Browse the repository at this point in the history
  3. dedicated ExecuteCopy method

    WillAyd committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ff6c03a View commit details
    Browse the repository at this point in the history
  4. Add ExecuteCopy method

    WillAyd committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1939483 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    95d4ba0 View commit details
    Browse the repository at this point in the history
  2. Update to use CopyWriter

    WillAyd committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4c9bc6c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    b42feea View commit details
    Browse the repository at this point in the history
  2. updated IngestError test

    WillAyd committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    96b7796 View commit details
    Browse the repository at this point in the history
  3. use unique_ptr

    WillAyd committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    95094d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. factory func cleanup

    WillAyd committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e032f55 View commit details
    Browse the repository at this point in the history
  2. zero initialize

    WillAyd committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1ae2e48 View commit details
    Browse the repository at this point in the history
  3. nullptr assignment

    WillAyd committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e732ef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39492a2 View commit details
    Browse the repository at this point in the history
  5. change benchmark iterations

    WillAyd committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    35452fc View commit details
    Browse the repository at this point in the history
  6. benchmark improvements

    WillAyd committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    671a6ae View commit details
    Browse the repository at this point in the history
  7. release error

    WillAyd committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d8fdeca View commit details
    Browse the repository at this point in the history