2019-03-19 |
Sjoerd Mullender |
Added test for bug 6674.
Apr2019
|
2019-03-19 |
Sjoerd Mullender |
Add a cast.
|
2019-03-18 |
Pedro Ferreira |
Merge with default.
cmake-fun
|
2019-03-18 |
Pedro Ferreira |
Compiles, installs and runs on my Linux machine.
cmake-fun
|
2019-03-18 |
Sjoerd Mullender |
Lock free printing of query time.
|
2019-03-18 |
Sjoerd Mullender |
Lock free Thread allocation.
|
2019-03-18 |
Sjoerd Mullender |
Unset lock on failure; don't allow entry if initialization failed.
|
2019-03-18 |
Sjoerd Mullender |
Code simplification.
|
2019-03-18 |
Sjoerd Mullender |
Typo.
|
2019-03-18 |
Sjoerd Mullender |
Introduce ATOMIC_CAS (compare and set) macro/function.
|
2019-03-18 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-18 |
Sjoerd Mullender |
Use typedefs for atomic types; ATOMIC_BASE_TYPE is non-atomic version of ATOMIC_TYPE.
|
2019-03-18 |
Sjoerd Mullender |
Print time since query start, not since last print.
Apr2019
|
2019-03-18 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-18 |
Sjoerd Mullender |
Clang 7.0.1 (Fedora 29) complains about non-reachable code.
Apr2019
|
2019-03-18 |
Niels Nes |
fixed handling of subqueries in updates
subquery
|
2019-03-18 |
Sjoerd Mullender |
Only define MONETDB_RELEASE for a release.
Apr2019
|
2019-03-18 |
Sjoerd Mullender |
Remove references to libatomic_ops. Not needed since changeset be419310b1ae.
|
2019-03-18 |
Sjoerd Mullender |
With Intel compiler on Windows, use VS-compatible Interlocked functions.
|
2019-03-18 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-18 |
Niels Nes |
fixed crashes
subquery
|
2019-03-18 |
Pedro Ferreira |
Fixed libmonetdb5 compilation.
cmake-fun
|
2019-03-18 |
Pedro Ferreira |
Compiles, installs and runs on my Linux machine.
cmake-fun
|
2019-03-18 |
Sjoerd Mullender |
Give missing stable output a lower priority than crashes.
Apr2019
|
2019-03-17 |
Niels Nes |
fixed problem with ordering on constants
subquery
|
2019-03-17 |
Niels Nes |
fixed problems with updates and subqueries
subquery
|
2019-03-17 |
Niels Nes |
fixes for order problems
subquery
|
2019-03-17 |
Niels Nes |
return single column on in queries (with one column on the left)
subquery
|
2019-03-16 |
Niels Nes |
push more join expressions down
subquery
|
2019-03-16 |
Niels Nes |
fixing some problems with nested dependent joins
subquery
|
2019-03-16 |
Niels Nes |
approved output, small cleanup
subquery
|
2019-03-16 |
Niels Nes |
improvements on handling EXISTs (both on the unnesting as the semantic side)
subquery
|
2019-03-15 |
Sjoerd Mullender |
Fix spelling of MILLENNIUM (two 'n's), allow capitals in date_trunc.
Apr2019
|
2019-03-15 |
Pedro Ferreira |
Compiles and install mclient and mserver5.
cmake-fun
|
2019-03-15 |
Pedro Ferreira |
Compiles SQL layer and installs some of the libraries, include files and scripts.
cmake-fun
|
2019-03-15 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-15 |
Sjoerd Mullender |
Implemented a print timeout.
Apr2019
|
2019-03-15 |
Sjoerd Mullender |
Protect against NULL pointers.
Apr2019
|
2019-03-15 |
Sjoerd Mullender |
Datafow threads record for whom they're working, clients threads record query they're working on.
Apr2019
|
2019-03-15 |
Pedro Ferreira |
Libmonetdb5 compiles.
cmake-fun
|
2019-03-15 |
Sjoerd Mullender |
Use _Atomic keyword for atomic variables.
|
2019-03-15 |
Sjoerd Mullender |
Move initialization to after call to setjmp.
Apr2019
|
2019-03-14 |
Martin van Dinther |
Approve new extended output after updating the java test program.
Apr2019
|
2019-03-14 |
Pedro Ferreira |
Replace PkgConfig dependency checks with Cmake ones. Mapilib, mcient and GDK compile.
cmake-fun
|
2019-03-14 |
Sjoerd Mullender |
Add atomic exchange operations.
|
2019-03-13 |
Sjoerd Mullender |
Introduce atomic instructions on pointers.
|
2019-03-14 |
Sjoerd Mullender |
Various improvements.
Apr2019
|
2019-03-14 |
Martin van Dinther |
Corrected initialisation output such that it is not reported as an error on testweb
Apr2019
|
2019-03-14 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-12 |
Sjoerd Mullender |
Fix definition of sys.querylog_enable with threshold.
Apr2019
|
2019-03-14 |
Sjoerd Mullender |
Closing branch. The code has been transferred to the Apr2019 branch.
datetrunc
|
2019-03-14 |
Sjoerd Mullender |
Fixes to date_trunc upgrade and removed date_trunc(daytime).
Apr2019
|
2019-02-18 |
Martin Kersten |
Postgresql supports more date/time functions and operators.
Apr2019
|
2019-02-18 |
Martin Kersten |
Mtest run for date_trunc
Apr2019
|
2019-02-18 |
Martin Kersten |
Added missing vectorized versions, tests and include upgrade code.
Apr2019
|
2019-02-18 |
Martin Kersten |
Use new is_*_nil
Apr2019
|
2019-02-18 |
Martin Kersten |
Move datetrunc to its own file.
Apr2019
|
2019-02-18 |
Martin Kersten |
Add trunaction to week
Apr2019
|
2019-02-18 |
Martin Kersten |
Scalar truncation done (except for week)
Apr2019
|
2019-02-18 |
Martin Kersten |
Phase II. get the semantics of date_trunc correct.
Apr2019
|