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 Feature Into Main #9726

Merged
merged 597 commits into from Nov 20, 2023
Merged

Merge Feature Into Main #9726

merged 597 commits into from Nov 20, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    6b094bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ae8f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49da0a6 View commit details
    Browse the repository at this point in the history
  4. format fix

    Tmonster committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    867b9fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcd8588 View commit details
    Browse the repository at this point in the history
  6. Issue #7672: TIMESTAMP_XX to DATE

    Add missing casts.
    
    fixes #7672
    fixes duckdblabs/duckdb-internal#446
    hawkfish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5a54175 View commit details
    Browse the repository at this point in the history
  7. fix test errors

    Tmonster committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    95665b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    61907bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9279 from hawkfish/nsdate-cast

    Issue #7672: TIMESTAMP_XX to DATE
    Mytherin committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9a8f2ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38a58d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45a9b27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3f1ceb View commit details
    Browse the repository at this point in the history
  6. format

    samansmink committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3a91d59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01aa1ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c2b0ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    967212b View commit details
    Browse the repository at this point in the history
  10. dont modify extension config

    Maxxen committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f381e11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a61846 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06538bd View commit details
    Browse the repository at this point in the history
  13. add missing header

    Maxxen committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f631e51 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c4a4029 View commit details
    Browse the repository at this point in the history
  15. merge

    Maxxen committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e4b4727 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. merge with feature branch

    lnkuiper committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3705938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d216e3 View commit details
    Browse the repository at this point in the history
  3. lambda serialization

    taniabogatsch committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5e192ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05fc311 View commit details
    Browse the repository at this point in the history
  5. overflow tests

    nickgerrets committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    08f689e View commit details
    Browse the repository at this point in the history
  6. corrected tests

    nickgerrets committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    920c045 View commit details
    Browse the repository at this point in the history
  7. incorporate tanias feedback

    Maxxen committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    db51712 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffc5ee2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #8851 from taniabogatsch/binary_lambdas

    N-ary lambdas, and indexes as lambda parameters
    Mytherin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    470b96a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6189a52 View commit details
    Browse the repository at this point in the history
  11. merge

    Maxxen committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6497a3b View commit details
    Browse the repository at this point in the history
  12. more headers

    Maxxen committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7322a64 View commit details
    Browse the repository at this point in the history
  13. fix unused warning

    Maxxen committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    56a08aa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    33d3f53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8983 from Maxxen/types/fixedsizelist

    Feature: Fixed size list nested type (ARRAY)
    Mytherin committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1ed4d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f642a7b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9318 from Maxxen/fix-unused

    Fix unused warning
    Mytherin committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a00428d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90f6aed View commit details
    Browse the repository at this point in the history
  6. Internal #330: MAD Merge Sort Trees

    Refactor, simplify and deploy to Median Absolute Deviation.
    hawkfish committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a097ddc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    493368c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2372d1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dac3e45 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    55544fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4894dbd View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into new-list-functions

    Bjoern authored and Bjoern committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a8f6685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f69959 View commit details
    Browse the repository at this point in the history
  5. corrected minimum UUID

    nickgerrets committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9dcaa28 View commit details
    Browse the repository at this point in the history
  6. updated storage version

    nickgerrets committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    aba7b62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88ece82 View commit details
    Browse the repository at this point in the history
  8. corrected tests

    nickgerrets committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    383fe0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4035bb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Internal #330: Window Frame Statistics

    Plumb through statistics and extract min/max for ROWS.
    hawkfish committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dcbc1c1 View commit details
    Browse the repository at this point in the history
  2. Internal #330: Quantile Statistics

    Use frame expression statistics to choose between
    Skip Lists and Merge Sort Trees
    hawkfish committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    bdfad06 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    96883c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9220 from hawkfish/exclude

    Internal #215: Window EXCLUDE Functionality
    Mytherin committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e47be52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9230 from Maxxen/json-plan-serialization

    Add `json_serialize_plan`, json_serialize_sql tweaks
    Mytherin committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0fe1b77 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9011 from Tmonster/add_create_statement_support_t…

    …o_fuzzer
    
    Add create statement support to fuzzer
    Mytherin committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0c7e625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d813b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebeab38 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9353 from maiadegraaf/list_random_lambda

    Fix for issue #8108: Random() in lambda
    Mytherin committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    af29e34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2b25c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    05200e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6abc8f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    224542f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    844b982 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2266429 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Internal #330: Window EXCLUDE Statistics

    Test statistics and handle no propagation situation.
    hawkfish committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8225dfc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9323 from taniabogatsch/lambda-ser

    Fix Lambda Serialization
    Mytherin committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8e698ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afce1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cb071a View commit details
    Browse the repository at this point in the history
  5. Add suggestion

    Bjoern authored and Bjoern committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0373234 View commit details
    Browse the repository at this point in the history
  6. added test and another if statement to disallow unnest for from table…

    … refs. but replacing text with column0 passes. Needs to be fixed
    Tmonster committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    085bf52 View commit details
    Browse the repository at this point in the history
  7. Fix compare idx_t to int64_t

    Bjoern authored and Bjoern committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7189fee View commit details
    Browse the repository at this point in the history
  8. Fix compare fix

    Bjoern authored and Bjoern committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7d2bb22 View commit details
    Browse the repository at this point in the history
  9. Fix: selections can now be int64

    Bjoern authored and Bjoern committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e236bb8 View commit details
    Browse the repository at this point in the history
  10. more questions

    Tmonster committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    25473f6 View commit details
    Browse the repository at this point in the history
  11. stil weird. The BindTableInTableOutFunction adds the empty table ref.…

    … But then the proper datasource scan is added later (but I dont now where). Need to figure that out
    Tmonster committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    efc1662 View commit details
    Browse the repository at this point in the history
  12. Internal #330: Merge Sort Trees

    Fix fanout misplacement.
    hawkfish committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b20a841 View commit details
    Browse the repository at this point in the history
  13. Internal #330: Merge Sort Tree EXCLUDE

    Finish implementing and testing merge sort trees
    by supporting EXCLUDE/multiple frames.
    hawkfish committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a9ef0e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c155a2 View commit details
    Browse the repository at this point in the history
  15. Internal #330: Merge Sort Trees

    Fix CI issues (formatting, includes)
    hawkfish committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    924d264 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. amalgamation finally builds

    lnkuiper committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    04c53d1 View commit details
    Browse the repository at this point in the history
  2. trying to please ci

    lnkuiper committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    def3807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    184b930 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6530e70 View commit details
    Browse the repository at this point in the history
  5. format

    samansmink committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d59baf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d5bd67 View commit details
    Browse the repository at this point in the history
  7. going to rebase

    Tmonster committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2ef1d37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4f2760 View commit details
    Browse the repository at this point in the history
  9. benchmarks

    taniabogatsch committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f340ec3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8595a3a View commit details
    Browse the repository at this point in the history
  11. tidying up the code

    taniabogatsch committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7b4cc7e View commit details
    Browse the repository at this point in the history
  12. Internal #330: Import Skip Lists

    Remove non-portable #pragma mark lines.
    hawkfish committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8902ce7 View commit details
    Browse the repository at this point in the history
  13. Internal #330: Merge Sort Tree EXCLUDE

    Standardise SubFrame typing.
    hawkfish committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    eb396b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Merge pull request #9290 from samansmink/parquet-schema-param-fix

    Allow file_row_number with parquet schema option
    Mytherin committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2f4425c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9250 from pdet/csv_api

    CSV - Always run sniffer by default
    Mytherin committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    de73089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f2b91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ef0bc View commit details
    Browse the repository at this point in the history
  5. remove comments I made along the way. let having binder bind at a dep…

    …th of 0, and throw any correlated bind error results
    Tmonster committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    26694e9 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary changes

    Tmonster committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e05cbe5 View commit details
    Browse the repository at this point in the history
  7. make format fix

    Tmonster committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e30ab1c View commit details
    Browse the repository at this point in the history
  8. tidying and refactoring

    taniabogatsch committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    39ca3ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3236547 View commit details
    Browse the repository at this point in the history
  10. remove unnecessary D_ASSERT

    Tmonster committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    20ab1ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    755e09d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fdaafab View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. disable entropy on win32

    lnkuiper committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0790119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2a69a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3c8ea6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8741 from Tishj/python_import_cache_upgrade

    [Python Dev] Import items lazily
    Mytherin committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e72ab94 View commit details
    Browse the repository at this point in the history
  5. remove unused swift file

    Tmonster committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ef50c28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3db1e3 View commit details
    Browse the repository at this point in the history
  7. fix test files

    Tmonster committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bda3d0d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Internal #330: Quantile EXCLUDE

    Push subframes into the Merge Sort Tree.
    hawkfish committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    37f2ea0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9400 from Maxxen/array-fixes

    Array fixes + make validity more lazy
    Mytherin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7a091e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e7eab8 View commit details
    Browse the repository at this point in the history
  4. add some tests for replacement scans of various types, using both the…

    … 'sql(...)' and the table('...') methods
    Tishj committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    92de713 View commit details
    Browse the repository at this point in the history
  5. formatting

    Tishj committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7ba4638 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    df7b067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91376c View commit details
    Browse the repository at this point in the history
  3. Merge fixes

    Mytherin committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    0f54eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70cefc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17075f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    566b5dc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    fb4ee40 View commit details
    Browse the repository at this point in the history
  2. explicit error message

    nickgerrets committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    966242a View commit details
    Browse the repository at this point in the history
  3. assertion

    nickgerrets committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1956ea1 View commit details
    Browse the repository at this point in the history
  4. fixed division

    nickgerrets committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4cd3fb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d50b07b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12b5638 View commit details
    Browse the repository at this point in the history
  7. removed dead code

    nickgerrets committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4833b7b View commit details
    Browse the repository at this point in the history
  8. formatting

    nickgerrets committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f7779bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    166fb5f View commit details
    Browse the repository at this point in the history
  10. Internal #330: Validity Mask Hack

    Temporary hack around unnecessary validity mask construction in DataChunk::Append.
    hawkfish committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d3143a3 View commit details
    Browse the repository at this point in the history
  11. Internal #330: Validity Mask Fix

    Try just fixing the validity mask allocation.
    hawkfish committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    71cde06 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Internal #330: Validity Mask Fix

    Find remaining shubs and zuuls.
    hawkfish committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4882557 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9395 from taniabogatsch/lambda-performance

    Lambda performance revamp
    Mytherin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5615c62 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9427 from Tishj/python_table_support_replacement_…

    …scan
    
    [Python] Support replacement scan on `connection.table(<name>)` method
    Mytherin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3ab2cbd View commit details
    Browse the repository at this point in the history
  4. tidy-check fix

    Tmonster committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d53f79c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    a916b75 View commit details
    Browse the repository at this point in the history
  2. more specific tests

    Tmonster committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    880b972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d81298 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0190a83 View commit details
    Browse the repository at this point in the history
  5. corrected test

    nickgerrets committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    244e32c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28a0205 View commit details
    Browse the repository at this point in the history
  7. Internal #330: Skip List Pooling

    Add a one element Node pool to avoid repeated new/delete calls.
    hawkfish committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    437aa2f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    a79c5c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    051a6b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    331a835 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44ac5cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bb895c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. remove unncessary defines, try to fix csv reader test by sorting inpu…

    …t files in multifilereader
    Maxxen committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c7d4776 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. add another sort

    Maxxen committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6dff6a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    879ca72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8915454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ad76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a394d11 View commit details
    Browse the repository at this point in the history
  5. make format-fix

    Tmonster committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    29d5ac2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9516 from carlopi/fixformat

    [Dev] Fix failure in Format Check CI job
    Mytherin committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a2f8220 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a15fb1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bf980e View commit details
    Browse the repository at this point in the history
  9. corrected test

    nickgerrets committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4eb173b View commit details
    Browse the repository at this point in the history
  10. additional modulo test

    nickgerrets committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    51fe57c View commit details
    Browse the repository at this point in the history
  11. formatting

    nickgerrets committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    673c563 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e9b28b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    46e4a4f View commit details
    Browse the repository at this point in the history
  14. Internal #330: Quantile Performance Review

    Integrate Tania' feedback (thanks!)
    hawkfish committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    300e8c0 View commit details
    Browse the repository at this point in the history
  15. Internal #330: Quantile Performance Review

    Incorporate Carlo's review (thanks!)
    hawkfish committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    67f0fd4 View commit details
    Browse the repository at this point in the history
  16. Internal #330: Quantile Performance Review

    Fix signed/unsigned portability issue and extra include.
    hawkfish committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2afe92e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    72923f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61e3c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Merge pull request #9485 from Maxxen/fix-parquet-serialization

    Fix parquet serialization
    Mytherin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    86e3ffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6834d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f7dd71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f48590 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86c87e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3312fac View commit details
    Browse the repository at this point in the history
  7. Internal #330: Quantile Performance Review

    Revert single-bit prng use as it trashes performance by 2x.
    hawkfish committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9ae5eb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    2d11a28 View commit details
    Browse the repository at this point in the history
  2. code format changes

    chrisiou committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    51b9221 View commit details
    Browse the repository at this point in the history
  3. Change the r2 default endpoint to be the same as s3 and add some stat…

    …ements to test the generated urls
    chrisiou committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    12e9095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b959f7a View commit details
    Browse the repository at this point in the history
  5. dont reset target count

    Maxxen committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3aeecec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60d2368 View commit details
    Browse the repository at this point in the history
  7. only resize if needed

    Maxxen committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a568f68 View commit details
    Browse the repository at this point in the history
  8. Internal #330: Custom Window APIs

    Clean them up in response to PR feedback.
    Note that ListWindow is being naughty and modifying the
    partition data, which is not thread-safe.
    Richard Wesley committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bbe7fe0 View commit details
    Browse the repository at this point in the history
  9. Internal #330: Quantile Performance Feedback

    Restore the statistics API to use signed values.
    Add coverage tests for quantile variants.
    Richard Wesley committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1016a51 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    d3241fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9388 from chrisiou/issue217

    Support gcs:// and r2:// URLs to read data from GCS and R2
    Mytherin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    66b583b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce061d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9565 from Maxxen/fix-array-vector-sizes

    Don't reset validity target count
    Mytherin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    70dd2f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7661c7a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge pull request #9583 from carlopi/feature

    Merge into feature
    Mytherin committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    941f7b6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/feature' into new-list-functions

    Bjoern authored and Bjoern committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e507628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    565f3d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6af08b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd779a4 View commit details
    Browse the repository at this point in the history
  6. PR feedback

    lnkuiper committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2ece048 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge pull request #8907 from cryoEncryp/new-list-functions

    Additional list functions
    Mytherin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b0dbd9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0be72a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8658 from Tishj/pytype_optional

    [Python] Support `Optional[...]` in DuckDBPyType
    Mytherin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    85eed5c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8642 from Virgiel/capi-streaming-arrow

    C-API: support streaming arrow query
    Mytherin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    358b5da View commit details
    Browse the repository at this point in the history
  5. Remove "enum_name"

    Mytherin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d717196 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9040 from Light-City/feature/set_mg

    Add ToString and Print method for JoinRelationSetManager and Fix JoinNode Print
    Mytherin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    be47ec4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9441 from nickgerrets/uuid_compression_bug

    Removed artificial `HUGEINT` minimum
    Mytherin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    96be357 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa158b2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9392 from lnkuiper/parquet_encryption

    Parquet Encryption
    Mytherin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4915dd7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9461 from hawkfish/merge-sort-trees

    Internal #330: Quantile Performance
    Mytherin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    aad21f3 View commit details
    Browse the repository at this point in the history
  11. remove mode skip

    Tmonster committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6bd3623 View commit details
    Browse the repository at this point in the history
  12. Internal #576: strptime strftime infinities

    Make it so we can round trip infinite temporal values
    through the datetime parser and formatter.
    This now differs from PG but I think they are wrong.
    
    fixes: duckdblabs/duckdb-internal#576
    hawkfish committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    67936f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Merge pull request #8788 from alnkesq/capi_create_enum_type

    CAPI: Make it possible to create enum types
    Mytherin committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b1fb71b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b76f111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd76853 View commit details
    Browse the repository at this point in the history
  4. Add enum within schema test

    Mytherin committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4593c05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f62c326 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73f294f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd4db85 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9513 from Tmonster/5614-database-invalidated

    5614 database invalidated
    Mytherin committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    fbb72d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a249d62 View commit details
    Browse the repository at this point in the history
  10. ATTACH IF NOT EXISTS

    Mytherin committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3aed45e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    664305f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15f0e96 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #9622 from Mytherin/typescoping

    Add support for proper scoping (catalog + schema) to custom types
    Mytherin committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7c96448 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a205dd View commit details
    Browse the repository at this point in the history
  15. Enum

    Mytherin committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9980de3 View commit details
    Browse the repository at this point in the history
  16. SystemTypeName

    Mytherin committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    56796d5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f867610 View commit details
    Browse the repository at this point in the history
  18. Internal #576: strptime strftime infinities

    CR feedback: Precheck for specials' leading characters to avoid
    multiple strcmp passes on every parsed value.
    hawkfish committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    074b43c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    09f0add View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    6a3aa2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2478505 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9615 from hawkfish/strptime-infinity

    Internal #576: strptime strftime infinities
    Mytherin committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    57f7a78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9627 from Mytherin/attachifnotexists

    ATTACH IF NOT EXISTS
    Mytherin committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    897b6b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a629be3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    858178f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead336f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    6a5a2ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c672c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10edb1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    970cdaf View commit details
    Browse the repository at this point in the history
  5. add keep alive option

    samansmink committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    90bea00 View commit details
    Browse the repository at this point in the history
  6. Handle columnref in set

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

Commits on Nov 13, 2023

  1. Merge pull request #9638 from taniabogatsch/bench-refactor

    Small benchmark changes
    Mytherin committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7343627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a5e85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9648 from samansmink/add-keep-alive-toggle

    add option for keep_alive setting
    Mytherin committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0284805 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9651 from Mytherin/getenv

    Add "getenv" function to shell which can be used to read environment variables, and allow functions to be used in SET statements/PRAGMA statements
    Mytherin committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    754991b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d198fee View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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