- 12 3月, 2016 1 次提交
-
-
由 Vakhurin Sergey 提交于
-
- 25 2月, 2016 1 次提交
-
-
由 mtandy 提交于
-
- 22 2月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
-
- 17 2月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 06 2月, 2016 1 次提交
-
-
由 Tomas Pospichal 提交于
Restores the ability of H2 in default configuration to use ssl connections out-of-the-box. The security property jdk.tls.legacyAlgorithms exists in newer Java versions and its default value effectively prevents anonymous TLS from being used. The modification is only attempted when h2.enableAnonymousTLS is true and makes SSL server socket behaviour during handshake more similar to that of older JREs. Note that the setting affects all SSL server sockets on the same JVM.
-
- 05 2月, 2016 2 次提交
-
-
由 Tomas Pospichal 提交于
-
由 Tomas Pospichal 提交于
-
- 28 1月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
-
- 27 1月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
-
- 21 1月, 2016 2 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 19 1月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Thomas Mueller Graf 提交于
-
- 15 1月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
Issue #156: Add support for getGeneratedKeys() when executing commands via PreparedStatement#executeBatch
-
- 11 1月, 2016 2 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 04 1月, 2016 2 次提交
-
-
由 Patrick Brielmayer 提交于
-
由 Patrick Brielmayer 提交于
-
- 03 1月, 2016 1 次提交
-
-
由 Patrick Brielmayer 提交于
-
- 27 12月, 2015 2 次提交
-
-
由 Steve McLeod 提交于
-
由 Thomas Mueller Graf 提交于
-
- 26 12月, 2015 4 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
由 Noel Grandin 提交于
revamp the selection of indexes to move the bulk of the costing into BaseIndex. In the process, clean it up and modify the costing so that when using a covering index, we pick the index with the least number of columns. Smaller indexes are faster to load, leading to lower retrieval costs.
-
由 Noel Grandin 提交于
-
- 23 12月, 2015 1 次提交
-
-
由 Noel Grandin 提交于
-
- 22 12月, 2015 1 次提交
-
-
由 Patrick Brielmayer 提交于
-
- 20 12月, 2015 1 次提交
-
-
由 Noel Grandin 提交于
when we can satisfy a query from an index without touching table data, then that index should have a lower cost than an index that DOES need to retrieve table data
-
- 19 12月, 2015 2 次提交
-
-
由 S.Vladykin 提交于
-
由 S.Vladykin 提交于
OptimizerHints dropped in favor of SET FORCE_JOIN_ORDER setting, fixed join order in case of TableFilter reorderings by Parser, added more tests.
-
- 10 12月, 2015 1 次提交
-
-
由 Noel Grandin 提交于
-
- 02 12月, 2015 1 次提交
-
-
由 S.Vladykin 提交于
-
- 01 12月, 2015 2 次提交
-
-
由 S.Vladykin 提交于
-
由 S.Vladykin 提交于
-
- 29 11月, 2015 1 次提交
-
-
由 S.Vladykin 提交于
-
- 24 11月, 2015 1 次提交
-
-
由 S.Vladykin 提交于
-
- 23 11月, 2015 1 次提交
-
-
由 S.Vladykin 提交于
-
- 20 11月, 2015 1 次提交
-
-
由 S.Vladykin 提交于
-
- 19 11月, 2015 1 次提交
-
-
由 Thomas Mueller Graf 提交于
-