]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-12-10  danMerge latest mutexfree-shmlock changes into this branch. begin-concurrent-pnu-mutexfree-shmlock
2018-12-10  danMake SQLITE_MFS_NSHARD a compile time setting.
2018-12-10  danMerge the latest version of mutexfree-shmlock with...
2018-12-10  danAdd extra tests to shmlock.test (direct testing of...
2018-12-10  danRework the SQLITE_MUTEXFREE_SHMLOCK code to reduce...
2018-12-10  danAvoid a mutex in-and-out in unixShmBarrier() on this...
2018-12-10  danAvoid a mutex in-and-out in unixShmBarrier() on this...
2018-12-06  danAdd the mutexfree-shmlock experiment to the begin-concu...
2018-12-06  danExperiment with using an atomic CPU primitive instead...
2018-12-06  drhInvoking the sqlite3_trace() or sqlite3_trace_v2()...
2018-12-06  drhMerge fixes from trunk.
2018-12-06  drhMerge bug fixes from trunk.
2018-12-06  drhRemove the unused pColHash field from the Table object.
2018-12-06  drhFix a potential NULL pointer dereference that can occur...
2018-12-06  drhFix a missing mutex in the sqlite3_normalized_sql(...
2018-12-06  drhMerge ALTER TABLE and sqlite3_normalized_sql() bug...
2018-12-06  drhMerge ALTER TABLE and sqlite3_normalized_sql() fixes...
2018-12-05  drhGet rid of the hash table used to track IN operators...
2018-12-05  drhThe sqlite3_normalized_sql() interface should not be...
2018-12-05  drhFix an imbalanced lock problem in sqlite3Normalize...
2018-12-05  drhIncrease the version number to 3.27.0 for the next...
2018-12-05  drhSimplifications to the sqlite3_normalized_sql() impleme...
2018-12-05  drhMerge enhancements from trunk, especially the sqlite3_n...
2018-12-05  danEnsure that ALTER TABLE modifies table and column names...
2018-12-05  drhMerge enhancements from trunk, especially the enhanced
2018-12-05  drhEnhance the sqlite3_normalize_sql() interface so that...
2018-12-04  drhAdd the "index_usage" utility program.
2018-12-04  drhPerformance improvement in sqlite3_step() by creating...
2018-12-04  danFix a problem with SQLITE_ENABLE_EXPENSIVE_ASSERT build...
2018-12-04  drhSmall performance increase in sqlite3_step() for the...
2018-12-03  drhReduce the size of the parser tables generated by Lemon...
2018-12-03  danMinor change to wal.c on this branch to make it more...
2018-12-03  danCherrypick a couple of fixes from begin-concurrent...
2018-12-03  drhMerge in all changes for release 3.26.0.
2018-12-03  drhBring up to date with version 3.26.0.
2018-12-03  drhRemove the unused sqlite3Fts5UnicodeNCat() function.
2018-12-03  danAdd the "remove_diacritics=2" option to the unicode61...
2018-12-03  mistachkinUpdate the autoconf makefile for MSVC.
2018-12-03  drhRemove two lines of unnecessary code, for a very small...
2018-12-03  drhFix a parser bug in the use of parentheses around table...
2018-12-02  drhOmit a line of code that has no affect on the outcome.
2018-12-01  drhVery slightly smaller and faster.
2018-12-01  drhVersion 3.26.0 version-3.26.0
2018-11-30  drhFix a typo in a comment. No changes to code.
2018-11-30  danMerge the mutex-free PRNG change into this branch.
2018-11-29  drhFix the name of the trig function approximation in...
2018-11-28  drhFix a typo in a comment used to generate documentation...
2018-11-29  danUpdate incrvacuum.test so that it works with builds...
2018-11-28  danUpdate some test cases to account for SQLITE_OMIT_VIRTU...
2018-11-28  drhFollow-up to [0bf0fd242b93c3bd30]: only reset the pager...
2018-11-28  danChanges to Makefile.in to allow testfixture to be built...
2018-11-28  danRemove -DSQLITE_USER_AUTHENTICATION from the "Unlock...
2018-11-28  danFixes for SQLITE_OMIT_VIRTUAL_TABLE builds.
2018-11-28  drhAlways enable SQLITE_ENABLE_DESERIALIZE for the MSVC...
2018-11-27  danFix a failing assert() in sqlite3ResetAllSchemasOfConne...
2018-11-27  drhImprovements to two cases in pragma4.test.
2018-11-27  drhRemove the sqlite3PagerUseWal() routine which was made...
2018-11-27  drhAdd a simple test case for Lemon. Always include asser...
2018-11-27  drhFix to the error handling logic in the Lemon parser...
2018-11-27  danAdd an "#ifndef SQLITE_DISABLE_FTS4_DEFERRED" block...
2018-11-26  drhDo not allow direct access to internal-use SQL function...
2018-11-26  drhMinor comment enhancement in alter.c. No changes to...
2018-11-26  danMerge latest begin-concurrent changes into this branch.
2018-11-26  danMerge latest trunk changes into this branch.
2018-11-24  drhFix a bug in the geopoly_ccw() function. Test cases...
2018-11-24  drhMake the winTruncate() method of the windows VFS be...
2018-11-24  drhRemove the unused mmapSizeActual field from the Windows...
2018-11-22  danFix a problem reading from temp databases in SQLITE_DIR...
2018-11-21  drhImprovements to the ossfuzz.c fuzz-testing module so...
2018-11-20  danFix problems in pragma.c causing some PRAGMA statements...
2018-11-17  drhFix the regexp used to recognize libdl errors on OS-X.
2018-11-17  drhFix harmless compiler warnings that appear with SQLITE_...
2018-11-17  drhRemove a C++-style comment.
2018-11-17  danFix a problem in test script e_fkey.test.
2018-11-16  drhFix a test case so that it works on windows.
2018-11-16  drhAdd SQLITE_CONSTRAINT support to the xBestIndex methods...
2018-11-16  drhUpdate the explain virtual table to make use of SQLITE_...
2018-11-16  drhFix the JSON table-valued functions to make use of...
2018-11-16  drhAdd an assert() to the generate_series virtual table...
2018-11-16  drhUpdate the generate_series() table-valued function...
2018-11-16  danIn order to avoid exporting a symbol, use a macro inste...
2018-11-16  drhEnhance the xBestIndex interface of virtual table so...
2018-11-16  drhFix comments and make magic numbers into #defines in...
2018-11-16  danFix a problem with virtual table "fsdir" and some join...
2018-11-16  drhImprovements to the CSV virtual table.
2018-11-15  mistachkinFix typos in the previous check-in.
2018-11-15  drhInclude geopoly in the compiler-warning script.
2018-11-15  drhNew fuzztest cases.
2018-11-13  drhFix a potential buffer overread in the dbstat virtual...
2018-11-13  drhTurn on ASAN for the dbfuzz2 utility. Fix a buffer...
2018-11-12  drhNew hyperlinks in comments used to generate documentati...
2018-11-12  danFix a use-after-free problem in the fts5vocab virtual...
2018-11-10  drhAdd support for read-only shadow tables on virtual...
2018-11-10  danAdd the "changesetfuzz" program. For fuzzing changeset...
2018-11-10  danMerge latest trunk changes. changesetfuzz
2018-11-10  drhRemove a NEVER() that is reachable after all. Reverts... read-only-shadow
2018-11-10  drhMerge fixes from trunk.
2018-11-09  drhFix invalid use of unprotected sqlite3_value objects...
2018-11-09  danWhen a table is renamed using "ALTER TABLE RENAME TO...
2018-11-09  drhFix for ticket [787fa716be3a7f650cac]
next