]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-08-15  drhAdd initial implementations of mutex and memory subsyst...
2007-08-15  drhRevisions to the interface design for 3.5. (CVS 4225)
2007-08-14  drhClarify documentation on sqlite3_interrupt(). (CVS...
2007-08-14  danielk1977Add comments describing upcoming changes to crash-test...
2007-08-14  drhAdd a first cut at the new version 3.5 interface defini...
2007-08-13  drhVersion 3.4.2 (CVS 4218)
2007-08-13  drhUpdate version number of documentation in preparation...
2007-08-13  danielk1977Invalidate prepared SQL statements when rolling back...
2007-08-13  drhDisable tests that require 80-bit long doubles when...
2007-08-13  drhFix a page leak in btree balance routines that follows...
2007-08-13  danielk1977When loading a database schema, do not clear the SQLITE...
2007-08-13  drhFix the test labels in mallocC.test. (CVS 4212)
2007-08-13  drhAdd a new test cases for a problem with malloc failure...
2007-08-13  drhRemove a memory allocation from sqlite3VdbeIOTraceSql...
2007-08-12  drhUpdates to test scripts for better support of soft...
2007-08-11  drhBackout check-in (4206) and replace it with a much...
2007-08-10  drhFix some incorrect asserts() in the pager - problems...
2007-08-10  drhFix the corruption problem of ticket #2565 as demonstra...
2007-08-10  shessConvert fts2 to use sqlite3_prepare_v2() to prevent...
2007-08-10  drhAdd a test case to reproduce the database corruption...
2007-08-10  drhUpdate tests so that they work properly even if the...
2007-08-10  drhAdd the --soft-heap-limit=N option to the test scripts...
2007-08-09  drhFix documentation typos. Tickets #2168 and #2560....
2007-08-08  drhMore tweaking of linkage. Ticket #2554. (CVS 4200)
2007-08-08  drhAdditional refinements on the amalgamation: Give a...
2007-08-07  drhRemove all tabs from source code files. Ticket #2556...
2007-08-07  drhRevise the amalgamation so that all symbols have file...
2007-08-05  drhFix some compiler warnings. (CVS 4196)
2007-08-03  danielk1977Change some (English language) grammar in faq.tcl....
2007-08-03  danielk1977Avoid reloading the schema when an expired statement...
2007-07-30  drhFix a typo in limits.html. (CVS 4193)
2007-07-30  drhMake excess output from the CLI appear inside SQL comme...
2007-07-30  rseFix ticket #2439: the FTS1 and FTS2 extensions use...
2007-07-30  rse"extern" declarations inside function bodies are not...
2007-07-30  rseGet rid of the following compile-time warnings:
2007-07-30  rseGet rid of the following compile-time warning:
2007-07-30  danielk1977Fix a bug with explicit collation sequences attached...
2007-07-26  danielk1977Test that an explicit collation sequence overrides...
2007-07-26  danielk1977Fix two obscure memory leaks that can follow a malloc...
2007-07-25  shessImplement xRename() for fts1 so that it is possible...
2007-07-25  shessReplicates http://www.sqlite.org/cvstrac/chngview?cn...
2007-07-25  shessSorry, previous check-in included a last-minute "Did...
2007-07-25  shessApply change 4095 to fts1. Fix snippet generation...
2007-07-24  drhRemove the comment in the documentation that says that...
2007-07-23  drhDetect nested aggregate functions even if the inner...
2007-07-23  drhThe REPLACE conflict resolution falls back to FAIL...
2007-07-23  drhMove prototypes for LEMON-generated parser functions...
2007-07-23  drhCheck the return value of sqlite3PagerWrite() when...
2007-07-23  drhRework the UTF8 reader logic in order to avoid the...
2007-07-22  drhFix a bad sizeof in vdbe.c. Ticket #2522. (CVS 4174)
2007-07-21  drhWork around a bug in GCC. Ticket #2469. (CVS 4173)
2007-07-20  aswiftWork around an AFP file system byte-range locking error...
2007-07-20  drhUpdates to build scripts. Added scripts for building...
2007-07-20  drhVersion 3.4.1 (CVS 4170)
2007-07-20  drhKeep sqlite3ext.h backwards compatible. This really...
2007-07-20  drhAdd new APIs to the end of the sqlite3_apis structure...
2007-07-20  drhDocumentation change in preparation for version 3.4...
2007-07-20  drhFix a memory leak in the Rename method of the echo...
2007-07-20  drhCleanup unused function in pager.c. This is the conclu...
2007-07-19  drhDisable tests that use the progress handler when the...
2007-07-19  drhPreliminary fix for ticket #2518. Make sure the VACUUM...
2007-07-19  drhClarify the documentation on the nByte parameter to...
2007-07-18  drhGet the min/max optimization working with descending...
2007-07-18  drhAdditional diagnostics added to the "out" file generate...
2007-07-17  shessFix annoying emacs warning about suspicious line. ...
2007-07-13  drhAdd an extra integrity_check to the transaction test...
2007-07-13  drhUpdate documentation to make it clear that VACUUM is...
2007-07-13  drh"extern" prototypes cause problems for the Digital...
2007-07-12  danielk1977Fix for #2497. Set the database error code to the retur...
2007-07-03  pweilbacherFix compilation warnings shown when using strict GCC...
2007-07-03  danielk1977Fix a memory leak in shell.c. Reported on the mailing...
2007-07-02  drhFix a comment typo reported on the mailing list. (CVS...
2007-07-02  danielk1977Modify handling of SQLITE_SCHEMA in fts2 code. An SQLIT...
2007-07-01  drhRemove an unnecessary temporary variable for clarity...
2007-07-01  pweilbacherChange OS/2 version of sqlite3Os2FullPathname() for...
2007-06-30  pweilbacherIncluding os2safe.h from os_os2.c is no longer necessar...
2007-06-30  pweilbacherold emx/gcc sets __EMX__ (with double underscores)...
2007-06-29  drhSet FD_CLOEXEC on all open files under Unix. Ticket...
2007-06-27  drhAdd a test case to verify that ticket #2470 has been...
2007-06-27  danielk1977Test error handling when renaming fts2 tables. (CVS...
2007-06-27  danielk1977Implement xRename() for fts2 so that it is possible...
2007-06-27  danielk1977Allow ALTER TABLE on virtual tables. (CVS 4142)
2007-06-27  vapierrespect $LDFLAGS from env/configure (CVS 4141)
2007-06-27  danielk1977Fix for compiling with OMIT_VIRTUALTABLE defined. ...
2007-06-27  drhFix typo in comments of the sqlite.h.in header file...
2007-06-27  drhMake sure auto_vacuum is turned off before running...
2007-06-27  drhSet the connection error code when sqlite3_blob_read...
2007-06-27  drhUpdate the FAQ to describe how moving sqlite3 handles...
2007-06-26  drhMake sure the TCL bindings always use Tcl_GetWideIntFro...
2007-06-26  drhFix a test case so that it (hopefully) works on x86...
2007-06-26  drhRemove vestigal code from Makefile.linux-gcc. Ticket...
2007-06-26  danielk1977Reorganize comments in fts2_tokenizer.h. No code change...
2007-06-26  danielk1977Use (((i64)1)<<63) instead of just (1<<63) to compute...
2007-06-26  danielk1977Fix for #2444: Avoid SIGFPE on 64-bit platforms when...
2007-06-26  danielk1977Remove the unused EXTSRC variable from the non-configur...
2007-06-26  danielk1977Fix an unitialized variable in fts2. (CVS 4128)
2007-06-26  danielk1977Allow virtual tables to mark columns as 'hidden'. Hidde...
2007-06-26  drhTry to work around an MSVC compiler bug. Ticket #2457...
2007-06-26  drhModify the amalgamation generator to identify every...
2007-06-26  drhChange the name of sqlite3_atoi64 back to sqlite3Atoi64...
next