]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-02-02  drhFix a problem with NULL handling in aggregate min/max... output-minmax-row
2012-02-02  drhFor queries of the form "SELECT p, max(q) FROM t1"...
2012-02-02  drhData structure cleanup. Remove unused fields. Rearran...
2012-02-02  drhSimplified array allocation in the IdList and AggInfo...
2012-02-02  drhFix a possible segfault after an OOM fault. This has...
2012-02-02  drhRemove the nAlloc field from the ExprList object.
2012-02-01  drhVery small performance enhancement and reduction in...
2012-02-01  drhFix ALTER TABLE RENAME so that it correctly handles...
2012-01-31  drhFix a compiler warning in FTS4.
2012-01-31  drhFuther pedantic fixes to the sqlite3_uri_boolean()...
2012-01-31  drhImprovements to the documentation for sqlite3_uri_boole...
2012-01-31  danChange a comment in test script backup.test.
2012-01-30  drhBring the documentation and implementation of sqlite3_u...
2012-01-30  drhFix compiler warnings in the TCL test harness.
2012-01-30  drhDo not rely on the _WIN32_WINNT macro as vs2005 does...
2012-01-28  drhUpdate the .dump command of the command-line shell...
2012-01-28  drhRemove a couple of unnecessary nonterminals from the...
2012-01-28  drhAdd support for IF NOT EXISTS on CREATE VIRTUAL TABLE.
2012-01-28  drhUpdate the version number to 3.7.11 and rerun autoconf.
2012-01-28  drhAdd support for multiple rows of VALUES in an INSERT...
2012-01-25  drhOnly invalidate the schema when the OP_ParseSchema...
2012-01-25  danFix an FTS problem triggered by querying for an N chara...
2012-01-24  danChanges to the async-io module so that the xFileControl...
2012-01-19  drhMake the use and function of SQLITE_DYNAMIC clearer...
2012-01-18  drhAvoid overriding the malloc_usable_size symbol using...
2012-01-18  drhAdd the SQLITE_WITHOUT_MSIZE and SQLITE_WITHOUT_ZONEMAL...
2012-01-18  drhRemove a redundant assignment from the VM.
2012-01-18  mistachkinFix typo in comment.
2012-01-17  drhRemove the undocumented PRAGMA omit_readlock hack.
2012-01-16  drhEnhance the command-lin shell to interpret CSV files...
2012-01-16  danTest the fts4 content and prefix options together.
2012-01-16  drhVersion 3.7.10 version-3.7.10
2012-01-16  drhRebuild the configure script using autoconf 2.68 since...
2012-01-14  mistachkinMake sure the EXTERN macro is properly defined when...
2012-01-14  drhIn the multiplexor routine that determines the size...
2012-01-13  drhFix documentation typos. No changes to code.
2012-01-13  drhAdd the -uri option to the usage comment that is printe...
2012-01-13  drhUpdate the documentation for the sqlite3_uri_*() routin...
2012-01-13  danFix backup2.test so that it passes on OpenBSD (which...
2012-01-13  danDo not throw an error from within test_journal.c if...
2012-01-13  danOmit test file zerodamage.test from the inmemory_journa...
2012-01-13  danFix test case issues related to errors in file-controls...
2012-01-12  danFix issues in test cases so that they work with DEFAULT...
2012-01-12  danFix typos in a testcase() macro introduced by the previ...
2012-01-12  danRemove some assert() statements that can fail with...
2012-01-11  drhRemove code made unreachable by the enhancement of...
2012-01-11  drhMake the pager less vulnerable to problems caused by...
2012-01-11  danFix the sqlite3_quota_file() function in test_quota...
2012-01-11  mistachkinPrevent winOpenSharedMemory from masking the real retur...
2012-01-11  drhMake sure filenames handed to the VFS by the fake_big_f...
2012-01-10  drhOnly require double-zero terminators on database filena...
2012-01-10  drhRefactor sqlite3OsFileControlNoFail() into sqlite3FileC...
2012-01-10  danAvoid passing strings with a single nul-terminator...
2012-01-10  danAdd function sqlite3OsFileControlNoFail(), which is...
2012-01-10  drhCheck the return code from sqlite3OsFileControl() in...
2012-01-10  drhRemove the BenignMalloc() from around the call to FCNTL...
2012-01-09  drhCosmetic changes to lemon. No changes to core function...
2012-01-09  drhMake sure the multiplexor does not create unnecessary...
2012-01-09  danHave test_multiplex.c add a second nul-terminator byte...
2012-01-08  drhFix typos in commands. Combine the ExpandBlob and...
2012-01-08  drhMake sure the shared-memory filename sythesized by...
2012-01-08  mistachkinFix harmless compiler warning seen with MSVC.
2012-01-07  drhFix a bug in lemon in computation of which non-terminal...
2012-01-06  drhAdd missing finish_test to the end of the zerodamage...
2012-01-05  drhCombine various boolean variables in the BtShared struc...
2012-01-05  drhMake sure the name of the shared memory file has two...
2012-01-05  drhFix an incorrect assert() on the sqlite3FileSuffix3...
2012-01-05  drhChange the unix VFS so that it ignores all but the...
2012-01-05  drhEnsure 8-byte alignment of Index.aiRowEst[] elements...
2012-01-05  drhRemove the SQLITE_FCNTL_SYNC_OMITTED cases from the...
2012-01-04  drhFix typos and comments and make minor changes to a...
2012-01-03  drhMake sure filenames passed into sqlite3OsOpen() always...
2012-01-02  drhRemove the code that attempts to find the sector size...
2012-01-02  drhChange page quantities in pcache1.c to unsigned.
2012-01-02  drhRemove an incorrect assert() in btree.c.
2012-01-02  drhMake sure large negative arguments to PRAGMA cache_size...
2012-01-02  danHave SQLITE_FCNTL_SYNC_OMITTED use the normal method...
2012-01-02  drhFix the build so that it works when SQLITE_ENABLE_8_3_N...
2012-01-01  drhTweaks to improve testability.
2011-12-31  drhFix typos in comments. No changes to code.
2011-12-31  danAdd calls to the BenignMalloc() functions around the...
2011-12-30  danAdd calls to the BenignMalloc() functions around the...
2011-12-30  drhFix a typo in the documentation for PCACHE2. No change...
2011-12-30  danChange dbstatus.test to account for the fact that the...
2011-12-30  drhFix up requirements marks for syntax diagrams to reflec...
2011-12-30  drhUpdate the text of requirements associated with sqlite3...
2011-12-30  danHold the database handle mutex for the duration of...
2011-12-30  danMinor changes to fix compilation with SQLITE_OMIT_WAL...
2011-12-30  danChange an implicit i64-to-int cast in pager.c to an...
2011-12-30  danFix some typos in comments. No code changes.
2011-12-23  drhDocumentation updates. No changes to code.
2011-12-23  drhAvoid excess syncs when padding a transaction in a...
2011-12-23  drhMerge the POWERSAFE_OVERWRITE features and the use...
2011-12-23  drhChange the name ZERO_DAMAGE to the more descriptive... statvfs
2011-12-23  drhMerge the latest trunk changes into the statvfs branch.
2011-12-23  drhAdd interfaces sqlite3_uri_boolean() and sqlite3_uri_in...
2011-12-22  drhFix minor issues with FTS and RTREE discovered by coverity.
2011-12-22  drhCheck the return code from sqlite3_initialize() called...
2011-12-22  danFix a problem in fts3_write.c causing stack memory...
2011-12-22  drhMerge recent trunk changes into the statvfs branch.
next