2020-08-20 |
Sjoerd Mullender |
Closing branch: merged into default.
atom_strings
|
2020-08-20 |
Sjoerd Mullender |
Merge with default branch.
atom_strings
|
2020-08-20 |
Sjoerd Mullender |
Look in the cmake cache file to find location of compiler files.
|
2020-08-20 |
Sjoerd Mullender |
Call JSONtoken and assign in two steps because of realloc.
atom_strings
|
2020-08-20 |
Sjoerd Mullender |
There has to be a default case: reading from a file.
makelibstreamgreatagain
|
2020-08-20 |
Sjoerd Mullender |
Rearrange code so we don't do weird stuff with loops that don't loop.
makelibstreamgreatagain
|
2020-08-20 |
Pedro Ferreira |
Added single threaded output
Jun2020
|
2020-08-20 |
Pedro Ferreira |
Backported changeset 5ad737dc2e27 into Jun2020, which fixes bug 6954.
Jun2020
|
2020-08-20 |
Sjoerd Mullender |
Fix some compilation issues (mix int/enum, inconsistent restrict).
makelibstreamgreatagain
|
2020-08-20 |
Sjoerd Mullender |
gethostname must of course also be different on Windows.
listenaddr
|
2020-08-20 |
Sjoerd Mullender |
Some more sockaddr cleanup. Make sure we use structs that are large enough.
listenaddr
|
2020-08-20 |
Sjoerd Mullender |
Use IP version independent code.
listenaddr
|
2020-08-20 |
Sjoerd Mullender |
One single definition for the default MAPI port.
listenaddr
|
2020-08-19 |
Aris Koning |
Merge with default.
monetdbe-proxy
|
2020-08-19 |
Aris Koning |
Introducing MAPI extended with mapi_set_columnar_protocol in monetdbe.
monetdbe-proxy
|
2020-08-11 |
Aris Koning |
Merge with default.
monetdbe-proxy
|
2020-08-19 |
Panagiotis Koutsourakis |
Add and approve test
atom_strings
|
2020-08-19 |
Sjoerd Mullender |
We assume getaddrinfo exists in other parts of the code, might as well here too.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Code deduplication.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Use correct setsockopt level value.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Cleanup.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
And now also on Windows...
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Improve reporting.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Only report connection if there is one.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Simplify (deduplicate) code, and listen to IPv4 also when listening to IPv6.
listenaddr
|
2020-08-19 |
Joeri van Ruth |
Merge branch 'default' into 'makelibstreamgreatagain'
makelibstreamgreatagain
|
2020-08-14 |
Joeri van Ruth |
Silence compiler warning on ppc
makelibstreamgreatagain
|
2020-08-14 |
Joeri van Ruth |
S_ISREG does not exist on Windows
makelibstreamgreatagain
|
2020-08-14 |
Joeri van Ruth |
Merge branch 'default' into 'makelibstreamgreatagain'
makelibstreamgreatagain
|
2020-08-19 |
Sjoerd Mullender |
Specify the default value.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Regenerate file.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Describe the new mapi_listenaddr facilities.
listenaddr
|
2020-08-19 |
Sjoerd Mullender |
Merge with oscar branch.
|
2020-08-19 |
Sjoerd Mullender |
Merge with Jun2020 branch.
oscar
|
2020-08-18 |
Panagiotis Koutsourakis |
Add and approve test
atom_strings
|
2020-08-18 |
Sjoerd Mullender |
Remove redundant line.
Jun2020
|
2020-08-18 |
Sjoerd Mullender |
Delay exiting from store_manager until after flush.
Jun2020
|
2020-08-18 |
Sjoerd Mullender |
Cleanup connection options: it's all done through mapi_listenaddr and mapi_port.
listenaddr
|
2020-08-18 |
Sjoerd Mullender |
Initial attempt at getting ipv4/6 working properly.
listenaddr
|
2020-08-18 |
Sjoerd Mullender |
Don't blithely ignore startup failures.
|
2020-08-17 |
Sjoerd Mullender |
Don't use old errno values to determine whether a recent syscall failed.
Jun2020
|
2020-08-17 |
Sjoerd Mullender |
Merge with default branch.
unlock
|
2020-08-17 |
Sjoerd Mullender |
Merge with default branch.
atom_strings
|
2020-08-17 |
Sjoerd Mullender |
Merge with oscar branch.
|
2020-08-17 |
Sjoerd Mullender |
Merge with Jun2020 branch.
oscar
|
2020-08-17 |
Sjoerd Mullender |
When exiting the logger, we still have to commit, even if inmemory.
Jun2020
|
2020-08-17 |
Sjoerd Mullender |
Incorporate lg->inmemory into LOG_DISABLED.
Jun2020
|
2020-08-17 |
Sjoerd Mullender |
Approvals.
atom_strings
|
2020-08-17 |
Sjoerd Mullender |
No need for (or even incorrect use of) external flag.
atom_strings
|
2020-08-17 |
Sjoerd Mullender |
Simplify code.
atom_strings
|
2020-08-14 |
Sjoerd Mullender |
Add option to msqldump to dump with NO ESCAPE.
atom_strings
|
2020-08-13 |
Sjoerd Mullender |
Have tablet code do \ interpretation, but only if the ESCAPE flag is used.
atom_strings
|
2020-08-17 |
Pedro Ferreira |
Starting the week with a breakfast crash and wrong result.
|
2020-08-16 |
Niels Nes |
approved output
|
2020-08-16 |
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.
|
2020-08-16 |
Pedro Ferreira |
Also make sure the input types are compatible
|
2020-08-16 |
Pedro Ferreira |
Don't call exp_convert for any input type (it may not be convertible to boolean). Approved other tests as well
|
2020-08-14 |
Martin Kersten |
Don't increment the SQL optimizer timing over all queries
|
2020-08-14 |
Sjoerd Mullender |
Look for the right file when determining whether we can build selinux policies.
|
2020-08-14 |
Panagiotis Koutsourakis |
Add some more documentation on testing
|