MonetDB: userprofile - merge default

2022-06-15 Thread svetlin
Changeset: 0f5ff89ffa74 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0f5ff89ffa74 Branch: userprofile Log Message: merge default diffs (truncated from 444 to 300 lines): diff --git a/clients/odbc/ChangeLog b/clients/odbc/ChangeLog --- a/clients/odbc/ChangeLog +++ b/clients/odbc/Chang

MonetDB: userprofile - add password column to users tbl

2022-06-15 Thread svetlin
Changeset: 8e4c0ac61102 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8e4c0ac61102 Modified Files: monetdb5/mal/mal_authorize.c monetdb5/mal/mal_authorize.h monetdb5/mal/mal_session.c sql/backends/monet5/sql_user.c Branch: userprofile Log Message: add pass

MonetDB: perf-imdb-air - Renamed branch to imdbairperf.

2022-06-15 Thread Aris Koning
Changeset: bdd5372c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bdd5372c Branch: perf-imdb-air Log Message: Renamed branch to imdbairperf. ___ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to chec

MonetDB: imdbairperf - Another dummy commit.

2022-06-15 Thread Aris Koning
Changeset: c2399b99a375 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c2399b99a375 Modified Files: foo Branch: imdbairperf Log Message: Another dummy commit. diffs (6 lines): diff --git a/foo b/foo --- a/foo +++ b/foo @@ -1,1 +1,2 @@ bar +stuff ___

MonetDB: imdbairperf - Rename branch.

2022-06-15 Thread Aris Koning
Changeset: 68c912f015b0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/68c912f015b0 Branch: imdbairperf Log Message: Rename branch. ___ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@mon

MonetDB: Jan2022 - Reverse R version test and add negation to th...

2022-06-15 Thread Sjoerd Mullender
Changeset: 626ee3024b3c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/626ee3024b3c Modified Files: sql/backends/monet5/Tests/All testing/Mtest.py.in Branch: Jan2022 Log Message: Reverse R version test and add negation to the mix. This way, the test is the same as the one

MonetDB: Jan2022 - Split off test that only works with older R v...

2022-06-15 Thread Sjoerd Mullender
Changeset: 01aef0406052 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/01aef0406052 Added Files: sql/backends/monet5/Tests/rapi09a.test Modified Files: sql/backends/monet5/Tests/All sql/backends/monet5/Tests/rapi09.test testing/Mtest.py.in Branch: Jan2022 Lo

MonetDB: perf-imdb-air - One extra dummy commit.

2022-06-15 Thread Aris Koning
Changeset: 30088309fe21 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/30088309fe21 Added Files: foo Branch: perf-imdb-air Log Message: One extra dummy commit. diffs (6 lines): diff --git a/foo b/foo new file mode 100644 --- /dev/null +++ b/foo @@ -0,0 +1,1 @@ +bar

MonetDB: perf-imdb-air - This branch is to help reproduce perfor...

2022-06-15 Thread Aris Koning
Changeset: 6692da25d986 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6692da25d986 Branch: perf-imdb-air Log Message: This branch is to help reproduce performance degradation that workbench started to demonstrate around 16 of May on default for imdb and airtraffic. ___

MonetDB: geo-update - Fix non-existing bounding box on polygon f...

2022-06-15 Thread Bernardo Mota
Changeset: 6ca55805d7cd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6ca55805d7cd Modified Files: geom/monetdb5/geod.c geom/monetdb5/geom.c Branch: geo-update Log Message: Fix non-existing bounding box on polygon for distancegeographic, makeline temporary fix diffs (1

MonetDB: geo-update - Merging with default due to problem with f...

2022-06-15 Thread stefanos mavros
Changeset: 9ad933bcfdc3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9ad933bcfdc3 Modified Files: .hgtags Branch: geo-update Log Message: Merging with default due to problem with filter functions diffs (truncated from 95650 to 300 lines): diff --git a/.hgtags b/.hgtags --- a/

MonetDB: default - Remove dead code.

2022-06-15 Thread Sjoerd Mullender
Changeset: b6a788ee6227 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b6a788ee6227 Modified Files: tools/merovingian/client/monetdb.c Branch: default Log Message: Remove dead code. diffs (13 lines): diff --git a/tools/merovingian/client/monetdb.c b/tools/merovingian/client/mo

MonetDB: Jul2021 - Sleep briefly on transient errors in accept().

2022-06-15 Thread Sjoerd Mullender
Changeset: e799ff5b1923 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e799ff5b1923 Modified Files: tools/merovingian/daemon/client.c tools/merovingian/daemon/controlrunner.c Branch: Jul2021 Log Message: Sleep briefly on transient errors in accept(). diffs (40 lines): d

MonetDB: default - F_LOCK and friends is defined in unistd.h and...

2022-06-15 Thread Sjoerd Mullender
Changeset: d20e413d3282 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d20e413d3282 Modified Files: common/utils/mutils.h Branch: default Log Message: F_LOCK and friends is defined in unistd.h and/or fcntl.h. diffs (23 lines): diff --git a/common/utils/mutils.h b/common/utils/m

MonetDB: Jul2021 - Changed error message for "impossible state".

2022-06-15 Thread Sjoerd Mullender
Changeset: eeb6a93397fb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/eeb6a93397fb Modified Files: tools/merovingian/daemon/forkmserver.c Branch: Jul2021 Log Message: Changed error message for "impossible state". diffs (29 lines): diff --git a/tools/merovingian/daemon/forkmser

MonetDB: Jul2021 - Close files. Mostly in case of (rare) error,...

2022-06-15 Thread Sjoerd Mullender
Changeset: 97d4194885f5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/97d4194885f5 Modified Files: tools/merovingian/daemon/forkmserver.c tools/merovingian/daemon/handlers.c tools/merovingian/daemon/merovingian.c tools/merovingian/daemon/multiplex-funnel.c

MonetDB: Jul2021 - Don't kill already dead server; kill inherite...

2022-06-15 Thread Sjoerd Mullender
Changeset: d61dcc675506 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d61dcc675506 Modified Files: tools/merovingian/daemon/forkmserver.c Branch: Jul2021 Log Message: Don't kill already dead server; kill inherited server. If the pid in the internal admin is -1, we already receive