]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-04-08  drhAttempt to treat the arguments to a table-valued functi... tabfunc-in-left-join
2016-04-08  drhUpdate documentation for sqlite3_snapshot_open(). ...
2016-04-07  drhAdd test cases for ticket [7f7f8026eda387d544].
2016-04-07  drhPrevent the in-memory journal read cursor from entering...
2016-04-07  drhAvoid decrementing a pointer off the front end of the...
2016-04-07  drhInstead of just commenting out the unneeded code in...
2016-04-07  drhRemove an unnecessary test for a NULL pointer in freeP4().
2016-04-07  drhUpdate comments on the unix file locking protocol....
2016-04-05  drhRemove an unnecessary branch in the sqlite3LogEstToInt...
2016-04-05  drhCarry table column types through into VIEW definitions...
2016-04-05  mistachkinRemove superfluous directories from the Makefile clean...
2016-04-05  drhIncorrect version of build.c checked in at [87e5f5a6c60...
2016-04-05  drhMake sure "0" intended as a NULL pointer is cast to...
2016-04-05  drhRemove an unnecessary conditional from the index builder.
2016-04-05  drhUse SQLITE_WITHIN() for pointer range comparisons in...
2016-04-05  drhDo not allow pointer arithmetic to move a pointer acros...
2016-04-04  drhFix documentation typos. Comment changes only. No...
2016-04-04  mistachkinImprove error messages from the 'shell1-5.0' test.
2016-04-04  drhImproved handling of UTF8 by the command-line shell.
2016-04-04  drhAdd the ".auth ON|OFF" command to the command-line...
2016-04-04  danTest that the view name is passed to the authorization...
2016-04-04  mistachkinAdd and enhance the new tests. altShellFix
2016-04-04  drhEnhance sqlite3session_apply() and sqlite3session_apply...
2016-04-04  drhMinor performance optimization in the comparison opcode...
2016-04-04  drhFix harmless compiler warnings.
2016-04-04  mistachkinRefinements to the previous check-in.
2016-04-04  mistachkinExperimental changes to the command line shell to make...
2016-04-04  mistachkinMore refactoring and cleanup work on the Win32 string...
2016-04-03  mistachkinRevise and enhance the Win32 string conversion routines.
2016-04-03  mistachkinReplace the new fprintf() calls.
2016-04-03  mistachkinMerge updates from trunk.
2016-04-01  drhPreupdate hook documentation fixes. No changes to...
2016-04-01  drhWhen reading an sqlite_stat1 table with missing entries...
2016-03-31  mistachkinUpdate the clean target in the MSVC makefile.
2016-03-31  drhEnhance the query planner so that IS and IS NULL operat...
2016-03-31  danAdd another OOM test to this branch. session-retry
2016-03-31  danAdd further tests for the code on this branch. Fix...
2016-03-31  drhEnhanced comments describing the sessions file format...
2016-03-31  drhFix the return code in sessionRetryConstraints().
2016-03-30  danHave the sqlite3session_apply() function and its stream...
2016-03-30  mistachkinUpdates for the MSVC makefiles.
2016-03-30  mistachkinFix typo in comment. No changes to code.
2016-03-30  drhSimplifications and clarification to update callback...
2016-03-30  drhIncrease the version number to 3.13.0 on account of...
2016-03-30  drhRemove a redundant test for disabling RESTRICT with...
2016-03-30  drhIncorporate the sessions extension and the
2016-03-30  drhAvoid compiler warnings and excess opcodes when SQLITE_... sessions
2016-03-30  drhImprovements to the performance testing program "speedt...
2016-03-29  drhMerge changes for 3.12.0.
2016-03-29  drhVersion 3.12.0 version-3.12.0
2016-03-28  drhFix the multiplexor so that it does not assume that...
2016-03-26  drhMore changes to the shellN.test scripts to get them...
2016-03-26  drhRemove the catchcmd_collapse_space procedure in tester...
2016-03-26  drhUpdate shell1.test tests to deal with backslash escapin...
2016-03-25  drhDo not run the shell3.test module under mingw because...
2016-03-25  mistachkinIn the Win32 VFS, avoid trying to use rand_s() on Windo...
2016-03-25  drhAdd the catchcmd_collapse_space command and use it...
2016-03-25  drhFix two instances of undefined behavior in the C code...
2016-03-24  drhMake test cases in shell1.test robust against TCL decid...
2016-03-24  mistachkinPrevent negative values of SQLITE_DEFAULT_CACHE_SIZE...
2016-03-24  drhLarger margins for one memsubsys1 range check when...
2016-03-24  danFix some test scripts so that they work with various...
2016-03-24  drhMerge the beta changes into sessions.
2016-03-23  drhAvoid calling realloc() with a zero size in fuzzcheck.c.
2016-03-23  danFix "ifcapable" tests in capi3.test and capi3c.test...
2016-03-23  drhRemove an unused local variable from FTS5.
2016-03-23  danExplicitly limit the size of fts5 tokens to 32768 bytes.
2016-03-23  drhUpdate a requirement mark. No changes to code.
2016-03-22  drhThe sqlite3_column_decltype() routine should return...
2016-03-22  mistachkinFix harmless compiler warning for MSVC.
2016-03-22  drhFix a harmless compiler warning.
2016-03-22  danFix some errors in fts5 test scripts.
2016-03-22  drhCreate the "uptr" typedef (the same as uintptr_t when...
2016-03-22  drhAvoid the possibility of integer overflow on a pointer...
2016-03-21  drhFix harmless compiler warnings.
2016-03-21  danAdd tests to ensure that fts5 is now deterministic.
2016-03-21  drhSkip recently added test cases in nolock.test when...
2016-03-21  drhRemove an unreachable branch from the unlink verificati...
2016-03-21  drhMerge 3.12.0 beta changes from trunk.
2016-03-21  danHave fts5 cache the structure of its index in main...
2016-03-21  danRearrange code so that tests pass whether SQLITE_DEBUG... fts5-data-version
2016-03-21  drhAdd the sqlite3_system_errno() interface.
2016-03-21  drhMake sure system errors that occur durign sqlite3_step... sqlite_system_errno
2016-03-21  drhImproved comments. No logical changes to code.
2016-03-21  drhDo a better job of capturing all system errno values...
2016-03-21  drhMerge updates from trunk.
2016-03-21  danChange the way fts5 internally allocates segment ids...
2016-03-21  drhChange the Vdbe.aMem array so that it is zero-based...
2016-03-21  drhRemove an unreachable branch. Improvements to comments. zero-base-aMem
2016-03-19  drhChange the Vdbe.aMem array so that it is zero-based...
2016-03-19  danFix exclusive.test so that it works with -DSQLITE_TEMP_...
2016-03-19  drhUpdates to the Lemon documentation.
2016-03-19  danAdd the sqlite3rbu_bp_progress() API to the RBU extensi...
2016-03-19  danFix a problem detecting invalid values in the rbu_contr... rbu-percent-progress
2016-03-19  danUpdate the sqldiff tool so that it generates an rbu_cou...
2016-03-19  danMerge latest trunk changes, including fixes to test...
2016-03-19  danFix another problem in test script rbudiff.test.
2016-03-19  danFix test scripts sqldiff.test and rbudiff.test so that...
2016-03-19  danAdd test file fts5multiclient.test.
2016-03-19  drhFix a register allocation bug in the VDBE code generato...
next