- 26 11月, 2014 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In the multi-threaded mode, database metadata operations did sometimes not work if the schema was changed at the same time (for example, if tables were dropped).
-
由 Thomas Mueller 提交于
In the multi-threaded mode, updating the column selectivity ("analyze") in the background sometimes did not work.
-
由 Thomas Mueller 提交于
-
- 25 11月, 2014 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 24 11月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
Fix bug which could generate a NegativeArraySizeException when performing large (>40M) row union operations (v2)
-
- 21 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 11月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
Fix bug which could generate a NegativeArraySizeException when performing large (>40M) row union operations
-
- 14 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 11月, 2014 4 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 07 11月, 2014 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 06 11月, 2014 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 05 11月, 2014 10 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 01 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
Server mode: the transfer buffer size has been changed from 16 KB to 64 KB, after it was found that this improves performance on Linux quite a lot.
-
- 31 10月, 2014 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
H2 Console and server mode: SSL is now disabled and TLS is used to protect against the POODLE SSLv3 vulnerability. The system property to disable secure anonymous connections is now "h2.enableAnonymousTLS". The default certificate is still self-signed, so you need to manually install another one if you want to avoid man in the middle attacks.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 10月, 2014 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
JdbcDatabaseMetaData#supportsTransactionIsolationLevel(TRANSACTION_READ_UNCOMMITTED) should return false
-
由 noelgrandin@gmail.com 提交于
it now makes more sense to return a boolean for isLockedExclusivelyBy() from the lock() method, to make it easier to reason about the atomic-ness of the operation
-
- 17 10月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-