Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2024 19:30:17 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: da6b097e3047 - main - databases/{,py-}duckdb: update 1.0.0 =?utf-8?Q?=E2=86=92?= 1.1.0
Message-ID:  <202409161930.48GJUH0Z075950@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da6b097e3047aed4704fab7ecc91d0b05f7a130c

commit da6b097e3047aed4704fab7ecc91d0b05f7a130c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-16 14:55:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-16 19:29:59 +0000

    databases/{,py-}duckdb: update 1.0.0 → 1.1.0
---
 databases/duckdb/Makefile    | 13 ++++++--
 databases/duckdb/distinfo    | 18 ++++++++---
 databases/duckdb/pkg-plist   | 74 +++++++++++++++++++++++++++++++++++++++++---
 databases/py-duckdb/Makefile |  2 +-
 databases/py-duckdb/distinfo |  6 ++--
 5 files changed, 97 insertions(+), 16 deletions(-)

diff --git a/databases/duckdb/Makefile b/databases/duckdb/Makefile
index eb66f290a1ab..add4d7d244c4 100644
--- a/databases/duckdb/Makefile
+++ b/databases/duckdb/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	duckdb
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.0
+DISTVERSION=	1.1.0
 CATEGORIES=	databases
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -12,13 +12,20 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake:testing compiler:c++11-lang ssl
 USE_GITHUB=	yes
-GH_TUPLE=	duckdb:sqlite_scanner:50b7870:sqlite/extension/sqlite_scanner
+GH_TUPLE=	duckdb:duckdb_inet:eca867b2517af06eabc89ccd6234266e9a7d6d71:inet/extension/inet \
+		duckdb:duckdb_spatial:58e0fcd09f2306803da36c4b1e8a66bb1e263316:spatial/extension/spatial \
+		duckdb:substrait:800be4945807b831754f6b0d1a064a3d30f9cada:sqlsmith/extension/substrait \
+		duckdb:sqlite_scanner:315861963c8106397af36cbda10faebc8dae485a:sqlite/extension/sqlite_scanner \
+		duckdb:duckdb_sqlsmith:7b00307a0c00fbb85bef2010330946f11311ba4c:sqlsmith/extension/sqlsmith \
+		duckdb:duckdb_vss:77739ea5382cce3220af83803ac0b1e98b3ab7d8:vss/extension/vss
 # the list of out-of-tree extensions is here: .github/config/out_of_tree_extensions.cmake
 
+CXXFLAGS+=	-I${WRKSRC}/extension/inet/src/include \
+		-I${WRKSRC}/extension/sqlsmith/src/include # https://github.com/duckdb/duckdb/issues/13971
 CMAKE_ON=	BUILD_SHARED_LIBS
 CMAKE_OFF=	BUILD_UNITTESTS
 CMAKE_ARGS=	-DOVERRIDE_GIT_DESCRIBE=v${DISTVERSION}-0-g0000000000
-CMAKE_TESTING_ON=	BUILD_UNITTESTS # 2 tests fail, see https://github.com/duckdb/duckdb/issues/11744
+CMAKE_TESTING_ON=	BUILD_UNITTESTS # 1 test fails, Signal 11 during tests, see https://github.com/duckdb/duckdb/issues/13972
 CMAKE_TESTING_TARGET=	${ALL_TARGET} # hack: works as empty target
 
 BINARY_ALIAS=	git=false
diff --git a/databases/duckdb/distinfo b/databases/duckdb/distinfo
index bc2a058adec2..3e35ec42a7c5 100644
--- a/databases/duckdb/distinfo
+++ b/databases/duckdb/distinfo
@@ -1,5 +1,13 @@
-TIMESTAMP = 1717491439
-SHA256 (duckdb-duckdb-v1.0.0_GH0.tar.gz) = 04e472e646f5cadd0a3f877a143610674b0d2bcf9f4102203ac3c3d02f1c5f26
-SIZE (duckdb-duckdb-v1.0.0_GH0.tar.gz) = 80094305
-SHA256 (duckdb-sqlite_scanner-50b7870_GH0.tar.gz) = f956100535e9cfdd955682de9a8d92ba3673db92b63f0b9b8c8508c71e4a20a2
-SIZE (duckdb-sqlite_scanner-50b7870_GH0.tar.gz) = 4649013
+TIMESTAMP = 1726510019
+SHA256 (duckdb-duckdb-v1.1.0_GH0.tar.gz) = d9be2c6d3a5ebe2b3d33044fb2cb535bb0bd972a27ae38c4de5e1b4caa4bf68d
+SIZE (duckdb-duckdb-v1.1.0_GH0.tar.gz) = 89199327
+SHA256 (duckdb-duckdb_inet-eca867b2517af06eabc89ccd6234266e9a7d6d71_GH0.tar.gz) = 397e6fb135d70b8a0ba057173baffc3a20295241dee3c512320abb98db4069c0
+SIZE (duckdb-duckdb_inet-eca867b2517af06eabc89ccd6234266e9a7d6d71_GH0.tar.gz) = 63852
+SHA256 (duckdb-duckdb_spatial-58e0fcd09f2306803da36c4b1e8a66bb1e263316_GH0.tar.gz) = 266c3ce89082a2021dd7e713a30750af93652980154592b82413052a584c0b62
+SIZE (duckdb-duckdb_spatial-58e0fcd09f2306803da36c4b1e8a66bb1e263316_GH0.tar.gz) = 125714572
+SHA256 (duckdb-duckdb_sqlsmith-7b00307a0c00fbb85bef2010330946f11311ba4c_GH0.tar.gz) = 19a432c6046989dcfb0334d106d3bdbe7c196b9186cd425f5099c2d74dddb2d0
+SIZE (duckdb-duckdb_sqlsmith-7b00307a0c00fbb85bef2010330946f11311ba4c_GH0.tar.gz) = 48153
+SHA256 (duckdb-sqlite_scanner-315861963c8106397af36cbda10faebc8dae485a_GH0.tar.gz) = 804962bbe3203cf1b04d51b559749e6decc48b5377c002cf4dd16ee28705f010
+SIZE (duckdb-sqlite_scanner-315861963c8106397af36cbda10faebc8dae485a_GH0.tar.gz) = 4650354
+SHA256 (duckdb-duckdb_vss-77739ea5382cce3220af83803ac0b1e98b3ab7d8_GH0.tar.gz) = cbfa30a7fad8c9bda658dffcd151832c85d8949848c89780dc460c2b1d90c678
+SIZE (duckdb-duckdb_vss-77739ea5382cce3220af83803ac0b1e98b3ab7d8_GH0.tar.gz) = 149752
diff --git a/databases/duckdb/pkg-plist b/databases/duckdb/pkg-plist
index 74b47441d676..1bc631734750 100644
--- a/databases/duckdb/pkg-plist
+++ b/databases/duckdb/pkg-plist
@@ -37,6 +37,7 @@ include/duckdb/catalog/default/builtin_types/types.hpp
 include/duckdb/catalog/default/default_functions.hpp
 include/duckdb/catalog/default/default_generator.hpp
 include/duckdb/catalog/default/default_schemas.hpp
+include/duckdb/catalog/default/default_table_functions.hpp
 include/duckdb/catalog/default/default_types.hpp
 include/duckdb/catalog/default/default_views.hpp
 include/duckdb/catalog/dependency.hpp
@@ -52,12 +53,14 @@ include/duckdb/common/adbc/single_batch_array_stream.hpp
 include/duckdb/common/algorithm.hpp
 include/duckdb/common/allocator.hpp
 include/duckdb/common/array.hpp
+include/duckdb/common/array_ptr.hpp
 include/duckdb/common/arrow/appender/append_data.hpp
 include/duckdb/common/arrow/appender/bool_data.hpp
 include/duckdb/common/arrow/appender/enum_data.hpp
 include/duckdb/common/arrow/appender/fixed_size_list_data.hpp
 include/duckdb/common/arrow/appender/list.hpp
 include/duckdb/common/arrow/appender/list_data.hpp
+include/duckdb/common/arrow/appender/list_view_data.hpp
 include/duckdb/common/arrow/appender/map_data.hpp
 include/duckdb/common/arrow/appender/scalar_data.hpp
 include/duckdb/common/arrow/appender/struct_data.hpp
@@ -67,9 +70,14 @@ include/duckdb/common/arrow/arrow.hpp
 include/duckdb/common/arrow/arrow_appender.hpp
 include/duckdb/common/arrow/arrow_buffer.hpp
 include/duckdb/common/arrow/arrow_converter.hpp
+include/duckdb/common/arrow/arrow_merge_event.hpp
+include/duckdb/common/arrow/arrow_query_result.hpp
 include/duckdb/common/arrow/arrow_wrapper.hpp
 include/duckdb/common/arrow/nanoarrow/nanoarrow.hpp
+include/duckdb/common/arrow/physical_arrow_batch_collector.hpp
+include/duckdb/common/arrow/physical_arrow_collector.hpp
 include/duckdb/common/arrow/result_arrow_wrapper.hpp
+include/duckdb/common/arrow/schema_metadata.hpp
 include/duckdb/common/assert.hpp
 include/duckdb/common/atomic.hpp
 include/duckdb/common/bind_helpers.hpp
@@ -79,6 +87,7 @@ include/duckdb/common/bitset.hpp
 include/duckdb/common/box_renderer.hpp
 include/duckdb/common/bswap.hpp
 include/duckdb/common/case_insensitive_map.hpp
+include/duckdb/common/cgroups.hpp
 include/duckdb/common/checksum.hpp
 include/duckdb/common/chrono.hpp
 include/duckdb/common/common.hpp
@@ -88,6 +97,7 @@ include/duckdb/common/crypto/md5.hpp
 include/duckdb/common/deque.hpp
 include/duckdb/common/dl.hpp
 include/duckdb/common/enable_shared_from_this_ipp.hpp
+include/duckdb/common/encryption_state.hpp
 include/duckdb/common/enum_class_hash.hpp
 include/duckdb/common/enum_util.hpp
 include/duckdb/common/enums/access_mode.hpp
@@ -100,6 +110,8 @@ include/duckdb/common/enums/copy_overwrite_mode.hpp
 include/duckdb/common/enums/cte_materialize.hpp
 include/duckdb/common/enums/date_part_specifier.hpp
 include/duckdb/common/enums/debug_initialize.hpp
+include/duckdb/common/enums/destroy_buffer_upon.hpp
+include/duckdb/common/enums/explain_format.hpp
 include/duckdb/common/enums/expression_type.hpp
 include/duckdb/common/enums/file_compression_type.hpp
 include/duckdb/common/enums/file_glob_options.hpp
@@ -109,6 +121,7 @@ include/duckdb/common/enums/join_type.hpp
 include/duckdb/common/enums/joinref_type.hpp
 include/duckdb/common/enums/logical_operator_type.hpp
 include/duckdb/common/enums/memory_tag.hpp
+include/duckdb/common/enums/metric_type.hpp
 include/duckdb/common/enums/on_create_conflict.hpp
 include/duckdb/common/enums/on_entry_not_found.hpp
 include/duckdb/common/enums/operator_result_type.hpp
@@ -127,6 +140,7 @@ include/duckdb/common/enums/set_operation_type.hpp
 include/duckdb/common/enums/set_scope.hpp
 include/duckdb/common/enums/set_type.hpp
 include/duckdb/common/enums/statement_type.hpp
+include/duckdb/common/enums/stream_execution_result.hpp
 include/duckdb/common/enums/subquery_type.hpp
 include/duckdb/common/enums/tableref_type.hpp
 include/duckdb/common/enums/undo_flags.hpp
@@ -157,7 +171,7 @@ include/duckdb/common/fstream.hpp
 include/duckdb/common/gzip_file_system.hpp
 include/duckdb/common/helper.hpp
 include/duckdb/common/hive_partitioning.hpp
-include/duckdb/common/http_state.hpp
+include/duckdb/common/http_util.hpp
 include/duckdb/common/hugeint.hpp
 include/duckdb/common/index_map.hpp
 include/duckdb/common/index_vector.hpp
@@ -193,9 +207,11 @@ include/duckdb/common/operator/subtract.hpp
 include/duckdb/common/optional_idx.hpp
 include/duckdb/common/optional_ptr.hpp
 include/duckdb/common/optionally_owned_ptr.hpp
+include/duckdb/common/owning_string_map.hpp
 include/duckdb/common/pair.hpp
 include/duckdb/common/perfect_map_set.hpp
 include/duckdb/common/pipe_file_system.hpp
+include/duckdb/common/platform.hpp
 include/duckdb/common/printer.hpp
 include/duckdb/common/profiler.hpp
 include/duckdb/common/progress_bar/display/terminal_progress_bar_display.hpp
@@ -207,17 +223,18 @@ include/duckdb/common/radix_partitioning.hpp
 include/duckdb/common/random_engine.hpp
 include/duckdb/common/re2_regex.hpp
 include/duckdb/common/reference_map.hpp
+include/duckdb/common/render_tree.hpp
 include/duckdb/common/row_operations/row_matcher.hpp
 include/duckdb/common/row_operations/row_operations.hpp
 include/duckdb/common/serializer/binary_deserializer.hpp
 include/duckdb/common/serializer/binary_serializer.hpp
 include/duckdb/common/serializer/buffered_file_reader.hpp
 include/duckdb/common/serializer/buffered_file_writer.hpp
-include/duckdb/common/serializer/deserialization_data.hpp
 include/duckdb/common/serializer/deserializer.hpp
 include/duckdb/common/serializer/encoding_util.hpp
 include/duckdb/common/serializer/memory_stream.hpp
 include/duckdb/common/serializer/read_stream.hpp
+include/duckdb/common/serializer/serialization_data.hpp
 include/duckdb/common/serializer/serialization_traits.hpp
 include/duckdb/common/serializer/serializer.hpp
 include/duckdb/common/serializer/write_stream.hpp
@@ -238,10 +255,16 @@ include/duckdb/common/swap.hpp
 include/duckdb/common/thread.hpp
 include/duckdb/common/to_string.hpp
 include/duckdb/common/tree_renderer.hpp
+include/duckdb/common/tree_renderer/graphviz_tree_renderer.hpp
+include/duckdb/common/tree_renderer/html_tree_renderer.hpp
+include/duckdb/common/tree_renderer/json_tree_renderer.hpp
+include/duckdb/common/tree_renderer/text_tree_renderer.hpp
 include/duckdb/common/type_util.hpp
+include/duckdb/common/type_visitor.hpp
 include/duckdb/common/typedefs.hpp
 include/duckdb/common/types.hpp
 include/duckdb/common/types/arrow_aux_data.hpp
+include/duckdb/common/types/arrow_string_view_type.hpp
 include/duckdb/common/types/batched_data_collection.hpp
 include/duckdb/common/types/bit.hpp
 include/duckdb/common/types/blob.hpp
@@ -257,6 +280,7 @@ include/duckdb/common/types/conflict_manager.hpp
 include/duckdb/common/types/constraint_conflict_info.hpp
 include/duckdb/common/types/data_chunk.hpp
 include/duckdb/common/types/date.hpp
+include/duckdb/common/types/date_lookup_cache.hpp
 include/duckdb/common/types/datetime.hpp
 include/duckdb/common/types/decimal.hpp
 include/duckdb/common/types/hash.hpp
@@ -287,6 +311,7 @@ include/duckdb/common/types/uuid.hpp
 include/duckdb/common/types/validity_mask.hpp
 include/duckdb/common/types/value.hpp
 include/duckdb/common/types/value_map.hpp
+include/duckdb/common/types/varint.hpp
 include/duckdb/common/types/vector.hpp
 include/duckdb/common/types/vector_buffer.hpp
 include/duckdb/common/types/vector_cache.hpp
@@ -319,14 +344,22 @@ include/duckdb/core_functions/aggregate/algebraic/covar.hpp
 include/duckdb/core_functions/aggregate/algebraic/stddev.hpp
 include/duckdb/core_functions/aggregate/algebraic_functions.hpp
 include/duckdb/core_functions/aggregate/distributive_functions.hpp
+include/duckdb/core_functions/aggregate/histogram_helpers.hpp
 include/duckdb/core_functions/aggregate/holistic_functions.hpp
+include/duckdb/core_functions/aggregate/minmax_n_helpers.hpp
 include/duckdb/core_functions/aggregate/nested_functions.hpp
 include/duckdb/core_functions/aggregate/quantile_enum.hpp
+include/duckdb/core_functions/aggregate/quantile_helpers.hpp
+include/duckdb/core_functions/aggregate/quantile_sort_tree.hpp
+include/duckdb/core_functions/aggregate/quantile_state.hpp
 include/duckdb/core_functions/aggregate/regression/regr_count.hpp
 include/duckdb/core_functions/aggregate/regression/regr_slope.hpp
 include/duckdb/core_functions/aggregate/regression_functions.hpp
+include/duckdb/core_functions/aggregate/sort_key_helpers.hpp
 include/duckdb/core_functions/aggregate/sum_helpers.hpp
+include/duckdb/core_functions/array_kernels.hpp
 include/duckdb/core_functions/core_functions.hpp
+include/duckdb/core_functions/create_sort_key.hpp
 include/duckdb/core_functions/function_list.hpp
 include/duckdb/core_functions/lambda_functions.hpp
 include/duckdb/core_functions/scalar/array_functions.hpp
@@ -354,14 +387,16 @@ include/duckdb/execution/execution_context.hpp
 include/duckdb/execution/executor.hpp
 include/duckdb/execution/expression_executor.hpp
 include/duckdb/execution/expression_executor_state.hpp
+include/duckdb/execution/ht_entry.hpp
 include/duckdb/execution/index/art/art.hpp
 include/duckdb/execution/index/art/art_key.hpp
+include/duckdb/execution/index/art/base_leaf.hpp
+include/duckdb/execution/index/art/base_node.hpp
 include/duckdb/execution/index/art/iterator.hpp
 include/duckdb/execution/index/art/leaf.hpp
 include/duckdb/execution/index/art/node.hpp
-include/duckdb/execution/index/art/node16.hpp
 include/duckdb/execution/index/art/node256.hpp
-include/duckdb/execution/index/art/node4.hpp
+include/duckdb/execution/index/art/node256_leaf.hpp
 include/duckdb/execution/index/art/node48.hpp
 include/duckdb/execution/index/art/prefix.hpp
 include/duckdb/execution/index/bound_index.hpp
@@ -382,6 +417,7 @@ include/duckdb/execution/operator/aggregate/physical_perfecthash_aggregate.hpp
 include/duckdb/execution/operator/aggregate/physical_streaming_window.hpp
 include/duckdb/execution/operator/aggregate/physical_ungrouped_aggregate.hpp
 include/duckdb/execution/operator/aggregate/physical_window.hpp
+include/duckdb/execution/operator/aggregate/ungrouped_aggregate_state.hpp
 include/duckdb/execution/operator/csv_scanner/base_scanner.hpp
 include/duckdb/execution/operator/csv_scanner/column_count_scanner.hpp
 include/duckdb/execution/operator/csv_scanner/csv_buffer.hpp
@@ -392,11 +428,13 @@ include/duckdb/execution/operator/csv_scanner/csv_file_handle.hpp
 include/duckdb/execution/operator/csv_scanner/csv_file_scanner.hpp
 include/duckdb/execution/operator/csv_scanner/csv_option.hpp
 include/duckdb/execution/operator/csv_scanner/csv_reader_options.hpp
+include/duckdb/execution/operator/csv_scanner/csv_schema.hpp
 include/duckdb/execution/operator/csv_scanner/csv_sniffer.hpp
 include/duckdb/execution/operator/csv_scanner/csv_state.hpp
 include/duckdb/execution/operator/csv_scanner/csv_state_machine.hpp
 include/duckdb/execution/operator/csv_scanner/csv_state_machine_cache.hpp
 include/duckdb/execution/operator/csv_scanner/global_csv_state.hpp
+include/duckdb/execution/operator/csv_scanner/header_value.hpp
 include/duckdb/execution/operator/csv_scanner/quote_rules.hpp
 include/duckdb/execution/operator/csv_scanner/scanner_boundary.hpp
 include/duckdb/execution/operator/csv_scanner/skip_scanner.hpp
@@ -404,6 +442,7 @@ include/duckdb/execution/operator/csv_scanner/state_machine_options.hpp
 include/duckdb/execution/operator/csv_scanner/string_value_scanner.hpp
 include/duckdb/execution/operator/filter/physical_filter.hpp
 include/duckdb/execution/operator/helper/physical_batch_collector.hpp
+include/duckdb/execution/operator/helper/physical_buffered_batch_collector.hpp
 include/duckdb/execution/operator/helper/physical_buffered_collector.hpp
 include/duckdb/execution/operator/helper/physical_create_secret.hpp
 include/duckdb/execution/operator/helper/physical_execute.hpp
@@ -418,12 +457,14 @@ include/duckdb/execution/operator/helper/physical_reservoir_sample.hpp
 include/duckdb/execution/operator/helper/physical_reset.hpp
 include/duckdb/execution/operator/helper/physical_result_collector.hpp
 include/duckdb/execution/operator/helper/physical_set.hpp
+include/duckdb/execution/operator/helper/physical_set_variable.hpp
 include/duckdb/execution/operator/helper/physical_streaming_limit.hpp
 include/duckdb/execution/operator/helper/physical_streaming_sample.hpp
 include/duckdb/execution/operator/helper/physical_transaction.hpp
 include/duckdb/execution/operator/helper/physical_update_extensions.hpp
 include/duckdb/execution/operator/helper/physical_vacuum.hpp
 include/duckdb/execution/operator/helper/physical_verify_vector.hpp
+include/duckdb/execution/operator/join/join_filter_pushdown.hpp
 include/duckdb/execution/operator/join/outer_join_marker.hpp
 include/duckdb/execution/operator/join/perfect_hash_join_executor.hpp
 include/duckdb/execution/operator/join/physical_asof_join.hpp
@@ -519,6 +560,10 @@ include/duckdb/function/scalar_function.hpp
 include/duckdb/function/scalar_macro_function.hpp
 include/duckdb/function/table/arrow.hpp
 include/duckdb/function/table/arrow/arrow_duck_schema.hpp
+include/duckdb/function/table/arrow/arrow_type_info.hpp
+include/duckdb/function/table/arrow/enum/arrow_datetime_type.hpp
+include/duckdb/function/table/arrow/enum/arrow_type_info_type.hpp
+include/duckdb/function/table/arrow/enum/arrow_variable_size_type.hpp
 include/duckdb/function/table/list.hpp
 include/duckdb/function/table/range.hpp
 include/duckdb/function/table/read_csv.hpp
@@ -531,6 +576,7 @@ include/duckdb/function/udf_function.hpp
 include/duckdb/logging/http_logger.hpp
 include/duckdb/main/appender.hpp
 include/duckdb/main/attached_database.hpp
+include/duckdb/main/buffered_data/batched_buffered_data.hpp
 include/duckdb/main/buffered_data/buffered_data.hpp
 include/duckdb/main/buffered_data/simple_buffered_data.hpp
 include/duckdb/main/capi/capi_internal.hpp
@@ -538,7 +584,9 @@ include/duckdb/main/capi/cast/from_decimal.hpp
 include/duckdb/main/capi/cast/generic.hpp
 include/duckdb/main/capi/cast/to_decimal.hpp
 include/duckdb/main/capi/cast/utils.hpp
+include/duckdb/main/capi/extension_api.hpp
 include/duckdb/main/chunk_scan_state.hpp
+include/duckdb/main/chunk_scan_state/batched_data_collection.hpp
 include/duckdb/main/chunk_scan_state/query_result.hpp
 include/duckdb/main/client_config.hpp
 include/duckdb/main/client_context.hpp
@@ -567,6 +615,8 @@ include/duckdb/main/materialized_query_result.hpp
 include/duckdb/main/pending_query_result.hpp
 include/duckdb/main/prepared_statement.hpp
 include/duckdb/main/prepared_statement_data.hpp
+include/duckdb/main/profiling_info.hpp
+include/duckdb/main/profiling_node.hpp
 include/duckdb/main/query_profiler.hpp
 include/duckdb/main/query_result.hpp
 include/duckdb/main/relation.hpp
@@ -575,6 +625,7 @@ include/duckdb/main/relation/create_table_relation.hpp
 include/duckdb/main/relation/create_view_relation.hpp
 include/duckdb/main/relation/cross_product_relation.hpp
 include/duckdb/main/relation/delete_relation.hpp
+include/duckdb/main/relation/delim_get_relation.hpp
 include/duckdb/main/relation/distinct_relation.hpp
 include/duckdb/main/relation/explain_relation.hpp
 include/duckdb/main/relation/filter_relation.hpp
@@ -596,6 +647,7 @@ include/duckdb/main/relation/value_relation.hpp
 include/duckdb/main/relation/view_relation.hpp
 include/duckdb/main/relation/write_csv_relation.hpp
 include/duckdb/main/relation/write_parquet_relation.hpp
+include/duckdb/main/secret/default_secrets.hpp
 include/duckdb/main/secret/secret.hpp
 include/duckdb/main/secret/secret_manager.hpp
 include/duckdb/main/secret/secret_storage.hpp
@@ -603,11 +655,13 @@ include/duckdb/main/settings.hpp
 include/duckdb/main/stream_query_result.hpp
 include/duckdb/main/table_description.hpp
 include/duckdb/main/valid_checker.hpp
+include/duckdb/optimizer/build_probe_side_optimizer.hpp
 include/duckdb/optimizer/column_binding_replacer.hpp
 include/duckdb/optimizer/column_lifetime_analyzer.hpp
 include/duckdb/optimizer/common_aggregate_optimizer.hpp
 include/duckdb/optimizer/compressed_materialization.hpp
 include/duckdb/optimizer/cse_optimizer.hpp
+include/duckdb/optimizer/cte_filter_pusher.hpp
 include/duckdb/optimizer/deliminator.hpp
 include/duckdb/optimizer/expression_heuristics.hpp
 include/duckdb/optimizer/expression_rewriter.hpp
@@ -615,6 +669,7 @@ include/duckdb/optimizer/filter_combiner.hpp
 include/duckdb/optimizer/filter_pullup.hpp
 include/duckdb/optimizer/filter_pushdown.hpp
 include/duckdb/optimizer/in_clause_rewriter.hpp
+include/duckdb/optimizer/join_filter_pushdown_optimizer.hpp
 include/duckdb/optimizer/join_order/cardinality_estimator.hpp
 include/duckdb/optimizer/join_order/cost_model.hpp
 include/duckdb/optimizer/join_order/join_node.hpp
@@ -625,6 +680,7 @@ include/duckdb/optimizer/join_order/query_graph.hpp
 include/duckdb/optimizer/join_order/query_graph_manager.hpp
 include/duckdb/optimizer/join_order/relation_manager.hpp
 include/duckdb/optimizer/join_order/relation_statistics_helper.hpp
+include/duckdb/optimizer/limit_pushdown.hpp
 include/duckdb/optimizer/matcher/expression_matcher.hpp
 include/duckdb/optimizer/matcher/expression_type_matcher.hpp
 include/duckdb/optimizer/matcher/function_matcher.hpp
@@ -649,6 +705,7 @@ include/duckdb/optimizer/rule/empty_needle_removal.hpp
 include/duckdb/optimizer/rule/enum_comparison.hpp
 include/duckdb/optimizer/rule/equal_or_null_simplification.hpp
 include/duckdb/optimizer/rule/in_clause_simplification.hpp
+include/duckdb/optimizer/rule/join_dependent_filter.hpp
 include/duckdb/optimizer/rule/like_optimizations.hpp
 include/duckdb/optimizer/rule/list.hpp
 include/duckdb/optimizer/rule/move_constants.hpp
@@ -670,8 +727,10 @@ include/duckdb/parallel/pipeline_event.hpp
 include/duckdb/parallel/pipeline_executor.hpp
 include/duckdb/parallel/pipeline_finish_event.hpp
 include/duckdb/parallel/pipeline_initialize_event.hpp
+include/duckdb/parallel/pipeline_prepare_finish_event.hpp
 include/duckdb/parallel/task.hpp
 include/duckdb/parallel/task_counter.hpp
+include/duckdb/parallel/task_executor.hpp
 include/duckdb/parallel/task_scheduler.hpp
 include/duckdb/parallel/thread_context.hpp
 include/duckdb/parser/base_expression.hpp
@@ -792,6 +851,7 @@ include/duckdb/parser/statement/vacuum_statement.hpp
 include/duckdb/parser/tableref.hpp
 include/duckdb/parser/tableref/basetableref.hpp
 include/duckdb/parser/tableref/column_data_ref.hpp
+include/duckdb/parser/tableref/delimgetref.hpp
 include/duckdb/parser/tableref/emptytableref.hpp
 include/duckdb/parser/tableref/expressionlistref.hpp
 include/duckdb/parser/tableref/joinref.hpp
@@ -811,6 +871,7 @@ include/duckdb/planner/bound_result_modifier.hpp
 include/duckdb/planner/bound_statement.hpp
 include/duckdb/planner/bound_tableref.hpp
 include/duckdb/planner/bound_tokens.hpp
+include/duckdb/planner/collation_binding.hpp
 include/duckdb/planner/column_binding.hpp
 include/duckdb/planner/column_binding_map.hpp
 include/duckdb/planner/constraints/bound_check_constraint.hpp
@@ -939,6 +1000,7 @@ include/duckdb/planner/table_filter.hpp
 include/duckdb/planner/tableref/bound_basetableref.hpp
 include/duckdb/planner/tableref/bound_column_data_ref.hpp
 include/duckdb/planner/tableref/bound_cteref.hpp
+include/duckdb/planner/tableref/bound_delimgetref.hpp
 include/duckdb/planner/tableref/bound_dummytableref.hpp
 include/duckdb/planner/tableref/bound_expressionlistref.hpp
 include/duckdb/planner/tableref/bound_joinref.hpp
@@ -1077,6 +1139,7 @@ include/duckdb/transaction/transaction_data.hpp
 include/duckdb/transaction/transaction_manager.hpp
 include/duckdb/transaction/undo_buffer.hpp
 include/duckdb/transaction/update_info.hpp
+include/duckdb/transaction/wal_write_state.hpp
 include/duckdb/verification/copied_statement_verifier.hpp
 include/duckdb/verification/deserialized_statement_verifier.hpp
 include/duckdb/verification/external_statement_verifier.hpp
@@ -1103,4 +1166,7 @@ lib/libduckdb_skiplistlib.a
 lib/libduckdb_static.a
 lib/libduckdb_utf8proc.a
 lib/libduckdb_yyjson.a
+@dir include/duckdb/main/capi/header_generation/apis/v0/dev
+@dir include/duckdb/main/capi/header_generation/apis/v0/v0.0
+@dir include/duckdb/main/capi/header_generation/functions
 @dir include/duckdb/storage/serialization
diff --git a/databases/py-duckdb/Makefile b/databases/py-duckdb/Makefile
index 1467255d07cc..d226b3d5548e 100644
--- a/databases/py-duckdb/Makefile
+++ b/databases/py-duckdb/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	duckdb
-DISTVERSION=	1.0.0
+DISTVERSION=	1.1.0
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-duckdb/distinfo b/databases/py-duckdb/distinfo
index 3347d6cb2b10..fb94698969d8 100644
--- a/databases/py-duckdb/distinfo
+++ b/databases/py-duckdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717559958
-SHA256 (duckdb-1.0.0.tar.gz) = a2a059b77bc7d5b76ae9d88e267372deff19c291048d59450c431e166233d453
-SIZE (duckdb-1.0.0.tar.gz) = 11351622
+TIMESTAMP = 1726510375
+SHA256 (duckdb-1.1.0.tar.gz) = b4d4c12b1f98732151bd31377753e0da1a20f6423016d2d097d2e31953ec7c23
+SIZE (duckdb-1.1.0.tar.gz) = 12230980



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409161930.48GJUH0Z075950>