MonetDB: Aug2024 - Use function sockatmark if available instead ...

2024-08-07 Thread Sjoerd Mullender via checkin-list
Changeset: 4244a8a2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4244a8a2 Modified Files: cmake/monetdb-defines.cmake common/stream/socket_stream.c monetdb_config.h.in Branch: Aug2024 Log Message: Use function sockatmark if available instead of ioctl SIOC

MonetDB: Aug2024 - Try to properly distinguish between two forms...

2024-08-07 Thread Sjoerd Mullender via checkin-list
Changeset: 51f505078dfd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/51f505078dfd Modified Files: cmake/monetdb-defines.cmake common/stream/stream.c gdk/gdk_posix.c gdk/gdk_posix.h monetdb_config.h.in Branch: Aug2024 Log Message: Try to properly d

MonetDB: Aug2024 - cleanup leftover defines no longer needed on ...

2024-08-07 Thread Niels Nes via checkin-list
Changeset: af7f64ffb662 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/af7f64ffb662 Modified Files: common/utils/mutils.h Branch: Aug2024 Log Message: cleanup leftover defines no longer needed on modern unix diffs (26 lines): diff --git a/common/utils/mutils.h b/common/utils/mu

MonetDB: Aug2024 - We need a raw string on Windows.

2024-08-07 Thread Sjoerd Mullender via checkin-list
Changeset: 5bfb817548c6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5bfb817548c6 Modified Files: sql/test/BugTracker-2024/Tests/7465-fwf-block-boundary-error.test.in Branch: Aug2024 Log Message: We need a raw string on Windows. diffs (12 lines): diff --git a/sql/test/BugTra

MonetDB: default - merged with Aug2024

2024-08-07 Thread Niels Nes via checkin-list
Changeset: 211b59dc8eae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/211b59dc8eae Branch: default Log Message: merged with Aug2024 diffs (275 lines): diff --git a/cmake/monetdb-defines.cmake b/cmake/monetdb-defines.cmake --- a/cmake/monetdb-defines.cmake +++ b/cmake/monetdb-defines.c

MonetDB: Aug2024 - no dnf but yum on al2, disabled for now as cm...

2024-08-07 Thread Niels Nes via checkin-list
Changeset: 6b1f34cf8da0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6b1f34cf8da0 Modified Files: testing/test_docker.sh Branch: Aug2024 Log Message: no dnf but yum on al2, disabled for now as cmake is too old diffs (12 lines): diff --git a/testing/test_docker.sh b/testing/te

MonetDB: Aug2024 - use cmake3

2024-08-07 Thread Niels Nes via checkin-list
Changeset: ac49ee3c1aca for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ac49ee3c1aca Modified Files: testing/test_docker.sh Branch: Aug2024 Log Message: use cmake3 diffs (12 lines): diff --git a/testing/test_docker.sh b/testing/test_docker.sh --- a/testing/test_docker.sh +++ b/t

MonetDB: Dec2023 - fix memory leaks (as done in Aug2024, ref 997...

2024-08-07 Thread Martin van Dinther via checkin-list
Changeset: ed9da7ad339b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ed9da7ad339b Modified Files: sql/backends/monet5/sql.c Branch: Dec2023 Log Message: fix memory leaks (as done in Aug2024, ref 9972c673f797) diffs (17 lines): diff --git a/sql/backends/monet5/sql.c b/sql/back

MonetDB: resource_management - use allocator in opt_pipes

2024-08-07 Thread svetlin via checkin-list
Changeset: 6f2783323ed8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6f2783323ed8 Modified Files: gdk/gdk.h monetdb5/optimizer/opt_pipes.c Branch: resource_management Log Message: use allocator in opt_pipes diffs (67 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gd

MonetDB: resource_management - patch mssing allocations in opt_m...

2024-08-07 Thread svetlin via checkin-list
Changeset: d5c9d44569af for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d5c9d44569af Modified Files: monetdb5/optimizer/opt_mergetable.c Branch: resource_management Log Message: patch mssing allocations in opt_mergetable diffs (truncated from 360 to 300 lines): diff --git a/mone

MonetDB: Aug2024 - Extend ODBC Data Source Setup program with fi...

2024-08-07 Thread Martin van Dinther via checkin-list
Changeset: 5723762a433b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5723762a433b Modified Files: clients/odbc/winsetup/banner.bmp clients/odbc/winsetup/resource.h clients/odbc/winsetup/setup.c clients/odbc/winsetup/setup.rc Branch: Aug2024 Log Message: E

MonetDB: Dec2023 - small extra null ptr check, even when these a...

2024-08-07 Thread Niels Nes via checkin-list
Changeset: 8d4ff3ee0f8f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8d4ff3ee0f8f Modified Files: sql/server/rel_basetable.c Branch: Dec2023 Log Message: small extra null ptr check, even when these aren't supposed to happen. diffs (12 lines): diff --git a/sql/server/rel_baset

MonetDB: Aug2024 - Update changelog with changes made to the win...

2024-08-07 Thread Martin van Dinther via checkin-list
Changeset: de15952a0b04 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/de15952a0b04 Modified Files: clients/odbc/ChangeLog.Aug2024 Branch: Aug2024 Log Message: Update changelog with changes made to the windows ODBC Data Source setup program. diffs (20 lines): diff --git a/clie

MonetDB: Aug2024 - Disable the Help-button from the Windows dial...

2024-08-07 Thread Martin van Dinther via checkin-list
Changeset: 261199dcea59 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/261199dcea59 Modified Files: clients/odbc/winsetup/setup.rc Branch: Aug2024 Log Message: Disable the Help-button from the Windows dialog as it is not yet working. diffs (30 lines): diff --git a/clients/odbc/