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

Merge into feature #9583

Merged
merged 31 commits into from Nov 7, 2023
Merged

Merge into feature #9583

merged 31 commits into from Nov 7, 2023

Commits on Oct 22, 2023

  1. Add appender method for LocalDateTime

    Add methods and tests down until jni to use microseconds since epoche as a
    long value instead of string parsing.
    Jens-H committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    9253159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4fde5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Use static method for LocalDateTime to long conversion

    Should avoid object creation
    Jens-H committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a95f59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea0f40a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    539038e View commit details
    Browse the repository at this point in the history
  4. Change long to int64_t

    Jens-H committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e4008f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    834d4ea View commit details
    Browse the repository at this point in the history
  2. unique test

    taniabogatsch committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    91ba771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c9d67e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request duckdb#9542 from motherduckdb/steph-bug-fix

    fix: check for IsRowId before accessing column name
    Mytherin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    65fc99f View commit details
    Browse the repository at this point in the history
  2. Merge pull request duckdb#9540 from taniabogatsch/pk-mem-cleanup

    Commit drop of index memory
    Mytherin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5ef1572 View commit details
    Browse the repository at this point in the history
  3. Merge pull request duckdb#9523 from Tishj/catalog_locking_issue

    [Catalog] Fix locking issues + identify problem in MappingValue
    Mytherin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    db3d653 View commit details
    Browse the repository at this point in the history
  4. Merge pull request duckdb#9435 from Jens-H/main

    JDBC - Add append method for LocalDateTime
    Mytherin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2e6a379 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. run_tests_one_by_one

    Mytherin committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    696fb7f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    1fbd02f View commit details
    Browse the repository at this point in the history
  2. Python 3.8?

    Mytherin committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    818c81e View commit details
    Browse the repository at this point in the history
  3. Setup nodejs through yum

    Mytherin committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f76d9d1 View commit details
    Browse the repository at this point in the history
  4. Use "python3"

    Mytherin committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    8247941 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    e86abbe View commit details
    Browse the repository at this point in the history
  2. remove unused code

    Tmonster committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5b7cbf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    367aec2 View commit details
    Browse the repository at this point in the history
  4. make format-fix

    Tmonster committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fbdc308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4ce84f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8067c3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request duckdb#9570 from Mytherin/attemptedcifix

    Use run_tests_one_by_one to fix CI
    Mytherin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6f54660 View commit details
    Browse the repository at this point in the history
  8. Merge pull request duckdb#9579 from samansmink/pin-run-vcpkg-action

    pin run-vcpkg action version
    Mytherin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c5f9e1e View commit details
    Browse the repository at this point in the history
  9. Merge pull request duckdb#9574 from carlopi/fixci

    Add rowsort to test_window_order_collate.test
    Mytherin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4ff8ae2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request duckdb#9564 from Tmonster/exploding-joins

    Fix exploding Delim Joins
    Mytherin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cb27693 View commit details
    Browse the repository at this point in the history
  11. Merge pull request duckdb#9576 from carlopi/fixci2

    HivePartition: Add also lock on partition_state
    Mytherin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    60ddc31 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7661c7a View commit details
    Browse the repository at this point in the history