2019-03-07 |
Pedro Ferreira |
Fixed grammar change in msqldump.
Apr2019
|
2019-03-07 |
Martin van Dinther |
Added missing change log entry that we now support function ln(num_expr).
Apr2019
|
2019-03-07 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-07 |
Sjoerd Mullender |
Fixed dump and test after change to PARTITION syntax.
Apr2019
|
2019-03-07 |
Sjoerd Mullender |
Cleanup: remove unused lock, statically initialize static lock.
Apr2019
|
2019-03-07 |
Martin van Dinther |
The parser does not accept the double quotes around "position", so remove them.
Apr2019
|
2019-03-07 |
Martin van Dinther |
We do not support REVOKE options CASCADE or RESTRICT.
Apr2019
|
2019-03-07 |
Martin van Dinther |
Correcting invalid function mappings.
Apr2019
|
2019-03-07 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-07 |
Sjoerd Mullender |
Reduce code duplication.
Apr2019
|
2019-03-07 |
Sjoerd Mullender |
On Windows, dynamically, but safely, initialize mutexes.
Apr2019
|
2019-03-07 |
Sjoerd Mullender |
Simplify interface for atomic instructions.
Apr2019
|
2019-03-07 |
Pedro Ferreira |
Added additional checks for optional dependencies, plus cleaned unnecessary compilation test files.
cmake-fun
|
2019-03-07 |
Martin van Dinther |
Added info on why SQLSetParam() will return an error.
Apr2019
|
2019-03-07 |
Martin van Dinther |
Return proper SQLState IM001 instead of HY010
Apr2019
|
2019-03-07 |
Martin van Dinther |
For GRANT and REVOKE show the table_privileges and global_privileges directly when asking help
Apr2019
|
2019-03-07 |
Pedro Ferreira |
Typo.
Apr2019
|
2019-03-07 |
Pedro Ferreira |
Fixed test with new keywords.
Apr2019
|
2019-03-06 |
Pedro Ferreira |
Check for NULL value partitions when starting up the server. Also fixed rel_propagate optimizer when inserting into these partitions.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-06 |
Sjoerd Mullender |
First check for libatomic_ops, then for <stdatomic.h>.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Fix some tests.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Check for usable stdatomic.h header file.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Only require Python3 if we have py3integration enabled.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Fix race condition.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Remove GDKextractParentAndLastDirFromPath: it wasn't used.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Remove THRprintf: it wasn't really used.
Apr2019
|
2019-03-06 |
Pedro Ferreira |
Changed grammar for range partitions, using keyword pair FROM/TO instead of BETWEEN/AND, because BETWEEN/AND in SQL means both limits are included in the range, which is not in this case.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Fix changelog.
Apr2019
|
2019-03-06 |
Pedro Ferreira |
Changed maximum limit of range partitioned merge tables. The maximum value will now be excluded from the range.
Apr2019
|
2019-03-05 |
Sjoerd Mullender |
Avoid using ATOMIC_TYPE as a cast.
Apr2019
|
2019-03-06 |
Sjoerd Mullender |
Implemented the ATOMIC_* macros using C11 stdatomic.h.
Apr2019
|
2019-03-04 |
Sjoerd Mullender |
Get rid of ATOMIC_ISSET (revert changeset e2c83d9aab17).
Apr2019
|
2019-03-04 |
Sjoerd Mullender |
Reduce lock contention.
Apr2019
|
2019-03-05 |
Pedro Ferreira |
Added more optional dependencies checks.
cmake-fun
|
2019-03-05 |
Sjoerd Mullender |
Merge with default branch.
datetrunc
|
2019-03-05 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-05 |
Pedro Ferreira |
Throw a better error message in a merge statement ambiguous case.
Apr2019
|
2019-03-05 |
Sjoerd Mullender |
In case of abort or interrupt signal: exit right away.
Apr2019
|
2019-03-05 |
Pedro Ferreira |
Fixed grammar in mhelp for merge statements.
Apr2019
|
2019-03-04 |
Pedro Ferreira |
First checks for optional dependencies.
cmake-fun
|
2019-03-04 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-03-04 |
Sjoerd Mullender |
On Windows, when reading from stdin, don't hang inside the read function.
Apr2019
|
2019-03-04 |
Pedro Ferreira |
Added python interpreter checks.
cmake-fun
|
2019-03-03 |
Sjoerd Mullender |
The name in the MT_Lock structure is now an array.
Apr2019
|
2019-03-01 |
Sjoerd Mullender |
Prettification.
Apr2019
|
2019-03-01 |
Sjoerd Mullender |
Reduce lock contention.
Apr2019
|
2019-03-01 |
Sjoerd Mullender |
Store lock name in lock structure.
Apr2019
|
2019-03-01 |
Sjoerd Mullender |
Record lock/semaphore/thread we're waiting for.
Apr2019
|
2019-03-01 |
Sjoerd Mullender |
Skip function name lookup by providing the pointer right away.
Apr2019
|
2019-03-01 |
Pedro Ferreira |
Added compiler flag tests.
cmake-fun
|
2019-02-28 |
Niels Nes |
rewrite simple subqueries (from-less) into its selection list
subquery
|
2019-02-28 |
Pedro Ferreira |
Added cmake checks for large file support.
cmake-fun
|
2019-02-28 |
Sjoerd Mullender |
Merge with Apr2019 branch.
|
2019-02-28 |
Pedro Ferreira |
Starting Cmake fun.
cmake-fun
|
2019-02-28 |
Sjoerd Mullender |
Since semaphore and thread names are now copied, we don't need lasting storage for them.
Apr2019
|
2019-02-28 |
Sjoerd Mullender |
Add cast for ATOMIC_TYPE values.
Apr2019
|
2019-02-28 |
Sjoerd Mullender |
Properly destroy semaphores when their time has come.
Apr2019
|
2019-02-28 |
Sjoerd Mullender |
Use MacOS X's way of doing semaphores (using Grand Central Dispatch).
Apr2019
|
2019-02-28 |
Sjoerd Mullender |
MT_thread_setname is gone.
Apr2019
|