]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-05-15  drhFix the sharedA.test module so that it does not attempt... shared-cache-fixes
2013-05-15  danDo not run sharedA.test if the system is not threadsafe.
2013-05-15  danMerge latest trunk changes with this branch.
2013-05-15  danWhen loading a database schema that contains an index...
2013-05-15  drhAdd the rot13.c loadable extension.
2013-05-15  danWhen closing a connection, avoid tripping active cursor...
2013-05-14  drhMerge together the fork in this branch.
2013-05-14  drhFix an assert() in unlockBtreeIfUnused() so that it...
2013-05-14  danAvoid deleting a b-tree "has-content" vector belonging...
2013-05-13  danCandidate fixes for problems revealed by notify2.test...
2013-05-09  drhAdd assert()s to the implementation of xRead() in the...
2013-05-09  drhDo not move WHERE clause terms inside OR expressions...
2013-05-09  mistachkinRefine and reform all Windows OSTRACE macro usage....
2013-05-08  drhFix a couple of harmless compiler warnings in the fts3_...
2013-05-08  drhMake sure the ORDER BY collating sequences are compatib...
2013-05-08  drhFix the wholenumber virtual table so that it returns...
2013-05-07  drhMake sure the ORDER BY collating sequences are compatib... tkt-6709574
2013-05-07  danModify the fts3tokenize table implementation so that...
2013-05-06  drhIn the command-line shell, output the elements of the...
2013-05-06  drhIn the command-line shell, make sure the output of...
2013-05-06  drhAdd an assert() to fts3_expr.c in order to silence...
2013-05-06  drhMake sure the authorizer callback gets a valid pointer...
2013-05-03  drhAdd magic numbers for Bentley Systems application files.
2013-05-03  drhAllocate meta(8) in the header as the "application...
2013-05-02  danMinor fixes for compilation with SQLITE_OMIT_WAL defined.
2013-05-01  drhFix comments in the magic number file. application-id
2013-05-01  drhPreserve the application-ID across VACUUM. Updates...
2013-05-01  drhAllocate 4 bytes of unused header space for an "Applica...
2013-05-01  drhDo not use a transitive constraint to an IN operator...
2013-05-01  drhAvoid redundant constraint checking due to transitive...
2013-04-30  drhUpdate the documentation to explain that when the 3rd...
2013-04-30  drhMake sure extra parentheses around subqueries in the...
2013-04-30  mistachkinAdd the #ifdefs for sqlite3ErrName() to sqliteInt.h... winOsTrace
2013-04-30  mistachkinDefine the sqlite3ErrName() function only when necessar...
2013-04-29  danImprove the error message issued when an FTS query...
2013-04-29  danFix an off-by-one in the code for limiting the depth...
2013-04-29  mistachkinMerge mmap test fix from trunk.
2013-04-29  danFix mmap1.test so that it passes on windows as well...
2013-04-29  mistachkinAdjust a WAL test result due to changes in the correspo...
2013-04-29  mistachkinMerge updates from trunk.
2013-04-29  mistachkinUpdate 'fuzzerfault' test for its new module loading...
2013-04-29  mistachkinMore refinements to Windows OSTRACE usage. Replace...
2013-04-28  mistachkinInitial work on reforming usage of OSTRACE by the Windo...
2013-04-27  drhRemove spellfix virtual table documentation from the...
2013-04-27  drhUntested fix for building on VxWorks.
2013-04-26  drhFix a formatting typo in a comment. No changes to...
2013-04-26  danAvoid unnecessarily reseting the pager cache after...
2013-04-26  danAvoid using posix_fallocate() in WAL mode, as it is...
2013-04-26  danAvoid using posix_fallocate() in WAL mode, as it is... avoid-fallocate
2013-04-26  drhUpdate documentation with new hyperlinks. No changes...
2013-04-26  danRebalance FTS expressions after parsing to limit recurs...
2013-04-26  danMerge another trunk change. fts3-expr-rebalance
2013-04-26  drhFix harmless compiler warnings in the FTS expression...
2013-04-26  drhReduce the default SQLITE_MAX_MMAP_SIZE slightly so...
2013-04-26  danMerge latest trunk changes.
2013-04-25  danRebalance FTS expressions after parsing to limit recurs...
2013-04-25  drhAdded the nextchar.c extension. Minor changes to the...
2013-04-25  drhFix the tool/build-shell.sh script to remove references...
2013-04-25  drhAdd wiki documentation files for the spellfix1 virtual...
2013-04-25  drhMerge the std-ext branch into trunk. This merge adds...
2013-04-25  drhAdded the transitive_closure, ieee754, and amatch exten... std-ext
2013-04-25  drhMove the test_spellfix.c module to ext/misc/spellfix.c.
2013-04-25  drhFix the MSVC makefile so that it works with the ext...
2013-04-25  drhConvert the fuzzer virtual table into a loadable extens...
2013-04-25  drhMake test_wholenumber.c into a loadable extension and...
2013-04-25  drhMake sure the affinity and datatype of sub-subqueries...
2013-04-24  drhFix a simple comment typo. No changes to code.
2013-04-23  drhMake "test_regexp.c" into a loadable extension and...
2013-04-22  drhFix harmless compiler warnings.
2013-04-22  drhDo not allow a virtual table to cancel the ORDER BY...
2013-04-22  drhUpdate MSCV makefile for the fts3tokenize virtual table...
2013-04-22  danAdd virtual table module 'fts3tokenize' to fts3. fts3to...
2013-04-22  drhEnhanced documentation for the SQLITE_CONFIG_SQLLOG...
2013-04-22  drhUse transitivity to move constraints into the outer...
2013-04-19  drhAdd the "warning" command to the TCL test infrastructur...
2013-04-19  drhEnhance the extension loading mechanism so that the...
2013-04-19  drhMake the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_IN... loadext
2013-04-18  drhExperiments in making loadable extensions easier to...
2013-04-18  drhFix an incorrect comment (a copy/paste error) in the...
2013-04-18  drhAdd the --breakpoint and --show-sql-errors commands...
2013-04-18  drhFix a compiler warning in sqlite3_compileoption_used().
2013-04-18  drhDo not suppress the ORDER BY clause on a virtual table...
2013-04-17  drhFix the --match command in mptester so that it checks...
2013-04-17  drhIn the mptester, add --glob and --notglob and --testcas...
2013-04-17  drhIn the command-line shell, allow a dot-command to occur...
2013-04-17  drhImprovements to some of the comments that are used...
2013-04-17  drhUpdate the command-line shell to give an exit code...
2013-04-16  drhOmit sqlite3_compileoption_used() entries that are...
2013-04-16  drhRemove the unused SQLITE_CURDIR macro.
2013-04-16  drhDisable memory-mapped I/O when the codec is enabled.
2013-04-15  mistachkinExpand scope of the SQLITE_MAX_MMAP_SIZE define for...
2013-04-15  drhRefactoring the mmap interface. The controlling pragma...
2013-04-15  drhFix a formatting typo in a comment. No changes to...
2013-04-14  drhOnly consider AS names from the result set as candidate...
2013-04-13  drhOnly consider AS names from the result set as candidate... tkt-2500cdb9be
2013-04-12  danAdd a test case for detaching a database referenced...
2013-04-12  danChange the fts4aux virtual table module so that fts4aux...
2013-04-12  drhIn mptester: improve the way that child processes are...
2013-04-11  mistachkinFor the multi-process tester on Win32, make use of...
2013-04-11  drhFix the xCheckReservedLock() method on the windows...
next