]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-06-25  drhAdd a new (experimental) sqlite3_stmt_status() verb... status-vm-step
2013-06-21  drhRemove an unused function declaration from the FTS3...
2013-06-21  danMerge the fts4-notindexed branch with the trunk.
2013-06-21  danAdd a few more tests for the fts4 notindexed option. fts4-notindexed
2013-06-21  danAdd the "notindexed" option to fts4.
2013-06-20  drhDisable posix_fallocate() for all systems, all the...
2013-06-19  drhOnly default HAVE_POSIX_FALLOCATE on for linux, and...
2013-06-19  drhOnly enable posix_fallocate by default on linux and...
2013-06-11  danAdd the SQLITE_FTS3_MAX_EXPR_DEPTH compile time option.
2013-06-09  drhFix the memory leak in CREATE TABLE that occurs if...
2013-06-09  drhAdd test cases to demonstrate the memory leak on the... memleak
2013-06-08  drhCandidate fix for a memory leak that occurs if a CREATE...
2013-06-07  mistachkinImprove manual cleaning step performed by the multi...
2013-06-05  danUp until now the fts4 "unicode61" tokenizer has treated...
2013-06-03  drhFix a typo in a collating function inside the e_reindex...
2013-06-03  drhEnhance the shell to provide more flexibility when...
2013-06-03  drhFurther improvements to error handling of the run-time...
2013-05-31  drhImproved handling of errors when doing run-time loading...
2013-05-29  drhUpdates to the Codec interface to support codecs on...
2013-05-29  danAdd tests for running FTS 'merge' and 'optimize' comman...
2013-05-28  drhAdd the percentile() SQL function as a loadable
2013-05-28  drhFinish removing the sqlite3.inTrans field. In the...
2013-05-28  drhRemove the obsolete and unused sqlite3.inTrans field.
2013-05-28  drhMany small harmless comment changes. Removal of obsole...
2013-05-28  danMerge autoconf-package branch with trunk.
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...
next