]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-02-15  drhOn unix, the "PRAGMA fsync_interval=N" command causes... write-queue-flush-hack
2018-02-15  danFix another point in zonefile.c so that all files are...
2018-02-15  danWhen calling fopen() in the zonefile extension, use...
2018-02-13  danFix formatting errors in ext/zonefile/README.md.
2018-02-13  danNote the fact that zonefile depends on json1 in ext...
2018-02-13  danFix handling of maxAutoFrameSize parameter.
2018-02-13  danEnhance ext/zonefile/README.md to describe the currentl...
2018-02-13  danRemove, for now, the "priority" column from the zonefil...
2018-02-13  danPad the 26 byte Zonefile header to 32 bytes so that...
2018-02-12  danAdd support for reading simple (no compression, no...
2018-02-10  danAdd start of "zonefile" virtual table.
2018-02-10  danAdd the start of the "zonefile" extension.
2018-02-10  drhFix misplaced testcase() macros from the previous check-in.
2018-02-09  drhImprove the performance of the built-in REPLACE() funct...
2018-02-09  drhAdd the zorder.c extension implementing zorder() and...
2018-02-09  danMake the tests in func6.test more robust against implem...
2018-02-09  drhFix a harmless compiler warning.
2018-02-08  mistachkinEnhance sqlite3ErrStr() to include several more error...
2018-02-07  mistachkinFix typo in comment. Skip tests added by check-in...
2018-02-07  danIn extensions rtree, fts3 and fts5, ensure that when...
2018-02-07  danWhen the final connection disconnects from a wal mode...
2018-02-05  mistachkinAdjust the previous check-in, which modified the Win32...
2018-02-05  mistachkinAllocation the mutex used by the Win32 VFS only once...
2018-02-05  drhAllocation the mutex used by the unix VFS only once...
2018-02-05  danFix another minor problem in walro2.test.
2018-02-05  danUpdate test file walro2.test to account for systems...
2018-02-04  drhIn the CLI,
2018-02-04  mistachkinFix harmless compiler warning seen with MSVC.
2018-02-04  mistachkinMove variable declaration in zipfile extension to fix...
2018-02-02  danRemove the "include <io.h>" win32 dependency from the...
2018-02-02  danRemove the time() dependency from the zipfile extension...
2018-02-01  danAdd a few more zipfile tests. No changes to code.
2018-02-01  danFix a problem triggered when a zipfile virtual table...
2018-02-01  drhNew assert() statements to help ensure that no other...
2018-02-01  danFix a memory leak that could follow an IO error in...
2018-02-01  drhWhen an index is based on a text representation of...
2018-01-31  danWhen creating a new archive entry, have zipfile store...
2018-01-31  danFix a test case in zipfile.test. zipfile-timestamp-fix
2018-01-31  danWhen creating a new archive entry, have zipfile store...
2018-01-31  drhImprove the omit-left-join optimization so that it...
2018-01-31  danFix a failing assert() in the new code on this branch. omit-left-join-fix
2018-01-31  drhChanges to the autoconf tarball so that it does not...
2018-01-30  danIf a virtual table xColumn method sets an error message...
2018-01-30  danAdd tests cases for the zipfile extension.
2018-01-30  danPrevent users from creating zipfile() virtual tables...
2018-01-29  danAdd unix-only tests to check that the "unzip" program...
2018-01-29  danAdd aggregate function zipfile() to the zipfile extensi...
2018-01-29  danUpdate the omit-left-join optimization so that it works...
2018-01-29  danEnsure the "unique-not-null" flag is set for automatic...
2018-01-27  danFix missing header comments and other code issues in...
2018-01-27  danIf a zipfile virtual table is created with no argument...
2018-01-27  drhChanges to avoid a harmless UB warning from clang.
2018-01-27  drhNew test case for ticket [ec32177c99ccac2b1] that works...
2018-01-27  drhProposed fix for the query planner problem of ticket
2018-01-27  drhFix compiler warnings in zipfile.c.
2018-01-26  drhFix the query planner so that it takes into account...
2018-01-26  danIf the argument to table function zipfile() is a blob...
2018-01-26  drhImprove text-to-integer conversion in boundary cases...
2018-01-25  danReorganize zipfile.c code to make it easier to add...
2018-01-25  drhSlightly smaller and faster implementation of OP_If...
2018-01-24  drhWhen unpacking a sorter record, do so from right to...
2018-01-24  danReorganize spellfix.c to make it easier to edit automat...
2018-01-24  drhRearrange fields of the BtCursor object so that it...
2018-01-24  drhAdd the normalize.c extension.
2018-01-24  drhInterchange the numeric codes for CURSOR_VALID and...
2018-01-24  drhAdjust the fts3rank.test module so that it works on...
2018-01-24  drhImproved error message output when the btreeinfo.c...
2018-01-24  drhPrevent a harmless unused variable warning when compili...
2018-01-24  drhFix a formatting issue in sqlite3_prepare_v3() document...
2018-01-24  drhFix the sqlite3ext.h header file so that it correctly...
2018-01-24  danUpdate a couple of test scripts so that they work on...
2018-01-24  drhMake the shell functional even if compiled with SQLITE_...
2018-01-24  drhInvoke the sqlite3_complete() interface from the fuzzer.
2018-01-23  drhIncrease the version number to 3.23.0 for the next...
2018-01-23  drhRemove an unreachable branch from sqlite3SkipAccumulato...
2018-01-23  drhWork around a problem with GCC on 32-bit machines that...
2018-01-23  danFix a bug causing spurious "sub-select returns N column...
2018-01-23  drhFix the modification-time setting logic in the fileio...
2018-01-23  danIn SQLITE_ENABLE_BATCH_ATOMIC_WRITE builds on F2FS...
2018-01-23  drhFix comment typos. No changes to code.
2018-01-23  mistachkinSkip defining WIN32_LEAN_AND_MEAN when it is already...
2018-01-23  drhSlightly faster implementation of the length() SQL...
2018-01-23  drhSlightly faster function dispatch in the virtual machin...
2018-01-23  mistachkinSimplify one of the compiler warning fixes from the...
2018-01-23  mistachkinFix harmless compiler warnings seen with MSVC.
2018-01-22  drhVersion 3.22.0 version-3.22.0
2018-01-22  drhAvoid unnecessary OOM detection warnings in a debugging...
2018-01-22  danFix a test case in walro2.test so that it works with...
2018-01-22  drhOn the walro2-X.4.2.2 test case, show the size as part...
2018-01-20  danAllow the shell to be built from the configure script...
2018-01-18  danUse a loop to avoid recursion in the heightOfSelect...
2018-01-18  danCheck for both zlib.h and -lz before enabling zlib...
2018-01-18  drhUpdate the autoconf configure.ac script and Makefile...
2018-01-18  danFix sessions module handling of sqlite_stat1 rows with...
2018-01-18  danClarify the handling of the sqlite_stat1 table by legac... sessions-stat1
2018-01-18  danAdd comments describing the special sqlite_stat1 handli...
2018-01-18  drhFix to the documentation for sqlite3_trace_v2(). No...
2018-01-18  danFix sessions module conflict handling for the sqlite_st...
2018-01-18  danSimplify the sessions preupdate-hook logic for transfor...
2018-01-17  drhAlternative implementation for the internal sqlite3Pow1...
next