An open API service providing commit metadata for open source projects.

GitHub / h2database/h2database / commits

H2 is an embeddable RDBMS written in Java.

SHA Message Author Date Stats
a5e059b6 merge Merge pull request #4359 from mayank1008-tech/Fixed-wrong-int-to-double-casting Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
bd1e0f44 Formatting fix mayank1008-tech <m****8@g****m> about 2 months ago
2407f76b Modified changelog mayank1008-tech <m****8@g****m> about 2 months ago
a80a7eae Fixed casting issue: skipped Index Condition Pushdown optm for lossy conversions mayank1008-tech <m****8@g****m> about 2 months ago
acc99c20 merge Merge pull request #4358 from andreitokar/issue-4352 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
0f5cd56e fix for issue #4352 : race between metatable generation and transaction closure andreitokar <a****r@g****m> about 2 months ago
793b5b2b reproducer for race between metatable generation and transaction closure andreitokar <a****r@g****m> about 2 months ago
c39970ff merge Merge pull request #4348 from h2database/issue-4346 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
0d35069e relax maxOpenTransactions restriction for recovery tools andreitokar <a****r@g****m> 3 months ago
822a85bd merge Merge pull request #4347 from h2database/issue-4346 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
ec927533 CompactRowFactory andreitokar <a****r@g****m> 3 months ago
33a3f201 merge Merge pull request #4245 from inuga/master Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8bccaf48 merge Merge pull request #4344 from hansu650/fix/script-tool-columns-option Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
96693b1e Fix SCRIPT tool COLUMNS option placement hansu650 <2****1@q****m> 3 months ago
d948e368 merge Merge pull request #4343 from andreitokar/stop-on-panic Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
ae4e6589 MVStore: fix faulty assertion andreitokar <a****r@g****m> 4 months ago
a2b12ad0 MVStore: code deduping, minor refactoring andreitokar <a****r@g****m> 4 months ago
1bf9ee30 MVStore: prevent chunks saving after panic exception andreitokar <a****r@g****m> 4 months ago
0df739f4 merge Merge pull request #4340 from andreitokar/onVersinChange-race Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
06f27af8 eliminate concurrent access to MVStore.versions andreitokar <a****r@g****m> 5 months ago
cfe04fd3 merge Merge pull request #4317 from andreitokar/mvstore-misc Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
328b11d8 changelog update andreitokar <a****r@g****m> 7 months ago
9697231a merge Merge remote-tracking branch 'h2database/master' into mvstore-misc andreitokar <a****r@g****m> 7 months ago
338c20f4 in-place row update when prymary key is unchanged andreitokar <a****r@g****m> 7 months ago
c4233007 another attempt to fix ocassional ChunkNotFound when run TestRunscript, due t... andreitokar <a****r@g****m> 7 months ago
19965f71 in-place row update for non-clustered index andreitokar <a****r@g****m> 7 months ago
db411c02 fix javadoc warnings andreitokar <a****r@g****m> 8 months ago
1d0db772 fix ocassional ChunkNotFound when run TestRunscript, due to incomplete layout... andreitokar <a****r@g****m> 8 months ago
58ff1cba use page-level decisionMaker for CommitDecisionMaker andreitokar <a****r@g****m> 8 months ago
8a448efa introduce page-level decisionMaker andreitokar <a****r@g****m> 8 months ago
b0315226 old versions protection on post-commit undo log scan; typed decision makers andreitokar <a****r@g****m> 8 months ago
7fbdc03a minor simplification andreitokar <a****r@g****m> 8 months ago
6ca63567 merge Merge pull request #4314 from marschall/fix-the-garbage-typo Evgenij Ryazanov <k****n@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
97f98abc Fix typo in MEMORY_FREE and MEMORY_USED documentation Philippe Marschall <p****l@g****m> 8 months ago
3a0a3082 process leftover transactions in their commitment order andreitokar <a****r@g****m> 8 months ago
745ce662 explicit TransactionStore state andreitokar <a****r@g****m> 8 months ago
0c91e701 minor code deduplication andreitokar <a****r@g****m> 8 months ago
6e1d96a3 notify waiting transactions earlier andreitokar <a****r@g****m> 8 months ago
09d9f627 corner case NPE, deduplication, unused code removal, background thread grouping andreitokar <a****r@g****m> 8 months ago
8492b8c2 fix corner case with improper allocation in moveChunkInside, misc andreitokar <a****r@g****m> 8 months ago
ecf8e47e make MAX_OPEN_TRANSACTIONS configurable and reduce default to 255 andreitokar <a****r@g****m> 9 months ago
82747ca9 CursorPos and tree traversal path reuse andreitokar <a****r@g****m> 9 months ago
98b5bd5e eliminate some faulty assertions, database double close, corner case NPE andreitokar <a****r@g****m> 9 months ago
54ecdb47 fix deadlock under extreme load andreitokar <a****r@g****m> 9 months ago
928ed89c adjust locking strategy andreitokar <a****r@g****m> 9 months ago
56de09b3 merge Merge pull request #4311 from katzyn/check Evgenij Ryazanov <k****n@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
35f70285 Fix ConditionInConstantSet usage from other sessions Evgenij Ryazanov <k****n@g****m> 9 months ago
cdd1d066 merge Merge pull request #4305 from pascalmatthaeus/#4304FixDropMaterializedView Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
e8df82c8 4304: Modify DropDatabase include all table types except SYSTEM_TABLE pascalmatthaeus <5****s@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
6e2035c4 4304: Replace MView backing table removal call 'removeChildrenAndResources' w... Pascal Matthaeus <p****s@l****e> 10 months ago
9db82f10 merge Merge pull request #4300 from h2database/issue_4299 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
8cb2827f merge Merge pull request #4301 from h2database/issue_4048 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
ebecac17 fix faulty assertion about chunks and free spase bit set always being in sync andreitokar <a****r@g****m> 10 months ago
f05f0b2e invalidate cached EXISTS() result andreitokar <a****r@g****m> 10 months ago
0605f7ec merge Merge pull request #4297 from andreitokar/bitset-race Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
4669486e Allow trimming of a bit set andreitokar <a****r@g****m> 10 months ago
7778b1bc Fix race in with VersionedBitSet andreitokar <a****r@g****m> 10 months ago
48b7bca3 TransactionStore.committingTransactions BitSet -> long[] andreitokar <a****r@g****m> 10 months ago
e3754599 merge Merge pull request #4288 from andreitokar/issue_4286 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
11 months ago
9d900c07 remove faulty assertion andreitokar <a****r@g****m> 11 months ago
41885495 in preparation for a new development cycle andreitokar <a****r@g****m> 11 months ago
c8eb81be in preparation for a release andreitokar <a****r@g****m> 11 months ago
7ff5ee5c merge Merge pull request #4260 from JackPGreen/update-maven-central-url Evgenij Ryazanov <k****n@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
da4c337f merge Merge pull request #4271 from IrisesD/master Evgenij Ryazanov <k****n@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
d053544f feat: allow `CATALOG` in `CREATE SCHEMA` and `DROP SCHEMA` (#4277) manticore-projects <a****s@m****m>
Committed by: GitHub <n****y@g****m>
12 months ago
a448d91e merge Merge pull request #4273 from naive924/feat/compactThreads Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
12 months ago
6672123e fix: change log naive924 <s****e@g****m> 12 months ago
858e74ab fix: MVStore.compact: run map copy in parallel by default (¼ cores, override ... naive924 <s****e@g****m> 12 months ago
bce0ec1f feat: parallel map copy option for MVStore.compact() naive924 <s****e@g****m> 12 months ago
d8a6cc3e Fix command syntax in help.csv IrisesD <7****D@u****m>
Committed by: GitHub <n****y@g****m>
12 months ago
c45413cd merge Merge pull request #4266 from andreitokar/issue-4208-2 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
97a572e3 fix TestCachedQueryResults test by increasing timeout andreitokar <a****r@g****m> about 1 year ago
e6171333 merge Merge pull request #4265 from andreitokar/issue_4258 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
bb9361cf fix compaction for encrypted databases andreitokar <a****r@g****m> about 1 year ago
e29ed131 merge Merge pull request #4264 from katzyn/docs Evgenij Ryazanov <k****n@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
6744acae Fix help.csv and building of documentation Evgenij Ryazanov <k****n@g****m> about 1 year ago
c53fd068 merge Merge pull request #4262 from andreitokar/issue_4208 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
2455b44d minor cleaup, but mostly comments grammar andreitokar <a****r@g****m> about 1 year ago
f4165fa8 fix minor issue DateTimeTemplate andreitokar <a****r@g****m> about 1 year ago
63aa283a invalidation logic for cached query results re-worked andreitokar <a****r@g****m> about 1 year ago
c1c84152 Test for issue #4208 andreitokar <a****r@g****m> about 1 year ago
a6ad1dac merge Merge pull request #4261 from isanghaessi/GH-4133 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
93373a81 Update Maven central URL Jack Green <J****n@G****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
0965dc65 GH-4133: Fix remaining query cache after ddl
Signed-off-by: Seungyong Hong <j****1@n****m>
Seungyong Hong <j****1@n****m> about 1 year ago
2df8bdc9 fix: prevent `kanzi` from stalling w/ `TPAQX` and too many threads on limited... Andreas Reichel <a****s@m****m> about 1 year ago
7efcb199 style: remove unused code Andreas Reichel <a****s@m****m> about 1 year ago
e18301c5 fix: NPE when compression algorithm is not set Andreas Reichel <a****s@m****m> about 1 year ago
5c39d325 doc: update the documentation on `Recover`, `DirectRecover` and `RunScript` Andreas Reichel <a****s@m****m> about 1 year ago
76d8c715 feat: use KANZI and BZip2 in the existing script commands and tools Andreas Reichel <a****s@m****m> about 1 year ago
76ccc3f7 feat: move KANZI and BZip2 into the `CompressTool` Andreas Reichel <a****s@m****m> about 1 year ago
3c9ebbe0 merge Merge branch 'master' of github.com:h2database/h2database Andreas Reichel <a****s@m****m> about 1 year ago
806e526a merge Merge pull request #4254 from manticore-projects/master Noel Grandin <n****n@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
102fff87 feat: better settings for KANZI, so we get ahead of BZip2 Andreas Reichel <a****s@m****m> about 1 year ago
4370d699 feat: add a tool for direct recovery into a compressed SQL file using a pipe Andreas Reichel <a****s@m****m> about 1 year ago
79205402 merge Merge pull request #4249 from h2database/issue_4247 Andrei Tokar <8****r@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
1c201fd4 Prevent exception "Map tempLobMap(7) is closed" andreitokar <a****r@g****m> about 1 year ago
154f7d40 Postpone last commit() call on closure until after compaction andreitokar <a****r@g****m> about 1 year ago
6a6e7370 Update MANIFEST.MF inuga <4****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
56c0b70b merge Merge pull request #4227 from katzyn/fetch Evgenij Ryazanov <k****n@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7c575d73 Move session state fields and methods to SessionRemote Evgenij Ryazanov <k****n@g****m> over 1 year ago

← Back to repository