]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-05-27  danAdd the "dist" target to main.mk. For building the... autoconf-package
2013-05-27  danAdd the files used to build the amalgamation-autoconf...
2013-05-27  danWhen writing to an FTS table, take an exclusive shared...
2013-05-24  drhSet _XOPEN_SOURCE to 600 so that fchmod() will (hopeful...
2013-05-24  drhFix harmless compiler warnings in the shell.
2013-05-23  drhAdd OGC GeoPackage files to the magic.txt database.
2013-05-23  danHave the "make fulltest" command run the "mmap" permuta...
2013-05-23  danAvoid unnecessary calls to FCNTL_SIZE_HINT. Return...
2013-05-23  drhCause the mmap_size PRAGMA to immediately change the...
2013-05-20  drhVersion 3.7.17 version-3.7.17
2013-05-17  drhRemove a stray tab character from the transitive_closur...
2013-05-17  drhFix a bug in SQLITE_TRACE_SIZE_LIMIT that was introduced by
2013-05-17  danIn test file test_syscall.c, include sqliteInt.h before...
2013-05-17  drhUse sum() instead of total() in mptest/multiwrite01...
2013-05-17  drhUse sum() instead of total() in the mptest/crash01...
2013-05-17  danAdd extra "PRAGMA mmap_size = N" statements to mmap1...
2013-05-17  danIn os_unix.c and os_win.c, initialize the default mmap...
2013-05-16  danFix minor test script issues causing releasetest.tcl...
2013-05-16  danFix a typo in Makefile.in preventing compilation with...
2013-05-16  danSeveral releasetest.tcl related fixes to test cases...
2013-05-16  mistachkinFix compilation with SQLITE_OMIT_WAL on Win32.
2013-05-16  danIn sqlite3_close_v2(), do not attempt to roll back...
2013-05-16  drhTreat identifiers in the HAVING clause the same as...
2013-05-15  mistachkinApply compilation fix from [a58af81483] to the other...
2013-05-15  danFixes to allow testfixture to be compiled with SQLITE_O...
2013-05-15  drhThe sqlite3ExprCollSeq() function can no longer be...
2013-05-15  drhMerge the shared-cache-fixes branch into trunk.
2013-05-15  danExtra test for commit [6dae62c4e5].
2013-05-15  danAdd main.c to the list of files compiled with SQLITE_TE...
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...
next