log

age author description
Thu, 20 Aug 2020 14:48:24 +0200 Sjoerd Mullender Closing branch: merged into default. atom_strings
Thu, 20 Aug 2020 14:47:37 +0200 Sjoerd Mullender Merge with default branch. atom_strings
Thu, 20 Aug 2020 14:44:46 +0200 Sjoerd Mullender Look in the cmake cache file to find location of compiler files.
Thu, 20 Aug 2020 14:09:39 +0200 Sjoerd Mullender Call JSONtoken and assign in two steps because of realloc. atom_strings
Thu, 20 Aug 2020 12:45:08 +0200 Sjoerd Mullender There has to be a default case: reading from a file. makelibstreamgreatagain
Thu, 20 Aug 2020 12:44:36 +0200 Sjoerd Mullender Rearrange code so we don't do weird stuff with loops that don't loop. makelibstreamgreatagain
Thu, 20 Aug 2020 10:39:24 +0100 Pedro Ferreira Added single threaded output Jun2020
Thu, 20 Aug 2020 10:19:21 +0100 Pedro Ferreira Backported changeset 5ad737dc2e27 into Jun2020, which fixes bug 6954. Jun2020
Thu, 20 Aug 2020 10:27:53 +0200 Sjoerd Mullender Fix some compilation issues (mix int/enum, inconsistent restrict). makelibstreamgreatagain
Thu, 20 Aug 2020 09:56:20 +0200 Sjoerd Mullender gethostname must of course also be different on Windows. listenaddr
Thu, 20 Aug 2020 09:22:42 +0200 Sjoerd Mullender Some more sockaddr cleanup. Make sure we use structs that are large enough. listenaddr
Thu, 20 Aug 2020 08:42:08 +0200 Sjoerd Mullender Use IP version independent code. listenaddr
Thu, 20 Aug 2020 08:37:42 +0200 Sjoerd Mullender One single definition for the default MAPI port. listenaddr
Wed, 19 Aug 2020 16:41:33 +0200 Aris Koning Merge with default. monetdbe-proxy
Wed, 19 Aug 2020 16:39:07 +0200 Aris Koning Introducing MAPI extended with mapi_set_columnar_protocol in monetdbe. monetdbe-proxy
Tue, 11 Aug 2020 14:24:57 +0200 Aris Koning Merge with default. monetdbe-proxy
Wed, 19 Aug 2020 16:28:07 +0300 Panagiotis Koutsourakis Add and approve test atom_strings
Wed, 19 Aug 2020 14:56:33 +0200 Sjoerd Mullender We assume getaddrinfo exists in other parts of the code, might as well here too. listenaddr
Wed, 19 Aug 2020 14:11:26 +0200 Sjoerd Mullender Code deduplication. listenaddr
Wed, 19 Aug 2020 13:09:51 +0200 Sjoerd Mullender Use correct setsockopt level value. listenaddr
Wed, 19 Aug 2020 13:03:12 +0200 Sjoerd Mullender Cleanup. listenaddr
Wed, 19 Aug 2020 12:31:36 +0200 Sjoerd Mullender And now also on Windows... listenaddr
Wed, 19 Aug 2020 11:55:06 +0200 Sjoerd Mullender Improve reporting. listenaddr
Wed, 19 Aug 2020 11:54:45 +0200 Sjoerd Mullender Only report connection if there is one. listenaddr
Wed, 19 Aug 2020 10:26:34 +0200 Sjoerd Mullender Simplify (deduplicate) code, and listen to IPv4 also when listening to IPv6. listenaddr
Wed, 19 Aug 2020 09:39:30 +0200 Joeri van Ruth Merge branch 'default' into 'makelibstreamgreatagain' makelibstreamgreatagain
Fri, 14 Aug 2020 10:07:13 +0200 Joeri van Ruth Silence compiler warning on ppc makelibstreamgreatagain
Fri, 14 Aug 2020 09:59:37 +0200 Joeri van Ruth S_ISREG does not exist on Windows makelibstreamgreatagain
Fri, 14 Aug 2020 09:16:43 +0200 Joeri van Ruth Merge branch 'default' into 'makelibstreamgreatagain' makelibstreamgreatagain
Wed, 19 Aug 2020 10:00:22 +0200 Sjoerd Mullender Specify the default value. listenaddr
Wed, 19 Aug 2020 09:55:08 +0200 Sjoerd Mullender Regenerate file. listenaddr
Wed, 19 Aug 2020 09:52:02 +0200 Sjoerd Mullender Describe the new mapi_listenaddr facilities. listenaddr
Wed, 19 Aug 2020 09:16:48 +0200 Sjoerd Mullender Merge with oscar branch.
Wed, 19 Aug 2020 09:16:03 +0200 Sjoerd Mullender Merge with Jun2020 branch. oscar
Tue, 18 Aug 2020 18:14:40 +0300 Panagiotis Koutsourakis Add and approve test atom_strings
Tue, 18 Aug 2020 16:49:35 +0200 Sjoerd Mullender Remove redundant line. Jun2020
Tue, 18 Aug 2020 16:18:48 +0200 Sjoerd Mullender Delay exiting from store_manager until after flush. Jun2020
Tue, 18 Aug 2020 14:40:52 +0200 Sjoerd Mullender Cleanup connection options: it's all done through mapi_listenaddr and mapi_port. listenaddr
Tue, 18 Aug 2020 10:24:42 +0200 Sjoerd Mullender Initial attempt at getting ipv4/6 working properly. listenaddr
Tue, 18 Aug 2020 12:12:58 +0200 Sjoerd Mullender Don't blithely ignore startup failures.
Mon, 17 Aug 2020 16:06:23 +0200 Sjoerd Mullender Don't use old errno values to determine whether a recent syscall failed. Jun2020
Mon, 17 Aug 2020 13:35:15 +0200 Sjoerd Mullender Merge with default branch. unlock
Mon, 17 Aug 2020 13:26:33 +0200 Sjoerd Mullender Merge with default branch. atom_strings
Mon, 17 Aug 2020 13:25:12 +0200 Sjoerd Mullender Merge with oscar branch.
Mon, 17 Aug 2020 13:24:02 +0200 Sjoerd Mullender Merge with Jun2020 branch. oscar
Mon, 17 Aug 2020 13:12:30 +0200 Sjoerd Mullender When exiting the logger, we still have to commit, even if inmemory. Jun2020
Mon, 17 Aug 2020 13:11:29 +0200 Sjoerd Mullender Incorporate lg->inmemory into LOG_DISABLED. Jun2020
Mon, 17 Aug 2020 11:28:03 +0200 Sjoerd Mullender Approvals. atom_strings
Mon, 17 Aug 2020 10:22:26 +0200 Sjoerd Mullender No need for (or even incorrect use of) external flag. atom_strings
Mon, 17 Aug 2020 10:21:39 +0200 Sjoerd Mullender Simplify code. atom_strings
Fri, 14 Aug 2020 09:30:00 +0200 Sjoerd Mullender Add option to msqldump to dump with NO ESCAPE. atom_strings
Thu, 13 Aug 2020 15:16:08 +0200 Sjoerd Mullender Have tablet code do \ interpretation, but only if the ESCAPE flag is used. atom_strings
Mon, 17 Aug 2020 09:36:26 +0200 Pedro Ferreira Starting the week with a breakfast crash and wrong result.
Sun, 16 Aug 2020 13:22:16 +0200 Niels Nes approved output
Sun, 16 Aug 2020 13:21:46 +0200 Niels Nes make sure a between (l.a 'const' <= l.l <= r.a) is seen as a select expression (ie in sqlancer02 test we need a cross first). TODO create optimizer to split this between and to check better for constants.
Sun, 16 Aug 2020 09:44:44 +0200 Pedro Ferreira Also make sure the input types are compatible
Sun, 16 Aug 2020 09:37:08 +0200 Pedro Ferreira Don't call exp_convert for any input type (it may not be convertible to boolean). Approved other tests as well
Fri, 14 Aug 2020 19:21:51 +0200 Martin Kersten Don't increment the SQL optimizer timing over all queries
Fri, 14 Aug 2020 18:06:16 +0200 Sjoerd Mullender Look for the right file when determining whether we can build selinux policies.
Fri, 14 Aug 2020 18:54:27 +0300 Panagiotis Koutsourakis Add some more documentation on testing