]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1625)
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1624)
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1623)
2004-06-18  drhFix declaration problem in the previous check-in. ...
2004-06-18  drhChanges to allow libsqlite3.a and libsqlite.a to be...
2004-06-18  drhFix typos in documentation. Fix publish.sh so that...
2004-06-18  drhVersion 3.0.0 (ALPHA) (CVS 1619)
2004-06-18  danielk1977Fix typos in capi3.tcl (CVS 1618)
2004-06-18  drhUpdate the Makefile.in, version number, change log...
2004-06-18  danielk1977Fix typos and minor errors in lang.tcl. (CVS 1616)
2004-06-18  danielk1977Fix a couple of gcc warnings. (CVS 1615)
2004-06-18  danielk1977Optimisation for unicode encoding conversion routines...
2004-06-17  drhDocumentation updates in preparation for the release...
2004-06-17  danielk1977Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey...
2004-06-17  danielk1977Handle conflicting ON CONFLICT clauses in table definit...
2004-06-17  danielk1977Use the faster LIKE function from sqlite v2. Add specia...
2004-06-17  danielk1977Remove the second definition of SQLITE_N_BTREE_META...
2004-06-16  danielk1977Trivial modifications to prevent compiler warnings...
2004-06-16  danielk1977Trivial modifications to prevent compiler warnings...
2004-06-16  danielk1977Trivial modifications to prevent compiler warnings...
2004-06-16  danielk1977Fix handling of a failed malloc() in various places...
2004-06-16  danielk1977Fix handling of a failed malloc() in various places...
2004-06-16  danielk1977Fix two more memory leaks. (CVS 1603)
2004-06-16  drhDocumentation updates and changes the publish.sh script...
2004-06-15  danielk1977Assorted memory leak fixes. (CVS 1600)
2004-06-15  danielk1977Memory leak fixes for tests in file select1.test. ...
2004-06-15  danielk1977Minor bugfixes and test case adjustments for version...
2004-06-15  danielk1977(1) Vdbe makes a copy of column types. (2) Don't invali...
2004-06-15  drhUpdate comments in btree.c. No changes to code. (CVS...
2004-06-15  drhDo not use the page containing locks for anything to...
2004-06-15  drhAdd the sqlite3OsFileModTime() interface. But it is...
2004-06-14  danielk1977Update some old tests to use the new API. (CVS 1593)
2004-06-14  danielk1977Schema modifications are committed internally when...
2004-06-14  danielk1977Fix a bug in the auth.test script. (CVS 1590)
2004-06-14  danielk1977Have the TCL 'errorcode' interface call sqlite3_errcode...
2004-06-14  danielk1977Don't invoke authorisation callback during database...
2004-06-14  danielk1977Bugfix for previous checkin. (CVS 1587)
2004-06-14  danielk1977Ensure master journal file is deleted when a transactio...
2004-06-14  danielk1977Check the value of the schema cookie before reading...
2004-06-14  danielk1977Change tests in pager.test to account for the extra...
2004-06-14  danielk1977Ensure the master journal directory is synced. Also...
2004-06-14  danielk1977Update the file change counter just before each transac...
2004-06-13  drhos_win.c is now working with the new locking protocol...
2004-06-13  drhMore speed improvements. (CVS 1580)
2004-06-12  drhThe VDBE aggregate functions use an in-memory btree...
2004-06-12  drhSpeed up in the handling of VDBE cursors. (CVS 1578)
2004-06-12  drhImprove the speed of OP_Column through better caching...
2004-06-12  drhFix typo in the locking document. (CVS 1576)
2004-06-12  danielk1977(1) Modifications to the user-function interface and...
2004-06-12  drhBug fix in the unix locking code. (CVS 1574)
2004-06-12  danielk1977Change prototype for busy callbacks to "int xBusy(void...
2004-06-12  danielk1977Use the SQLITE_UTF* symbols instead of the old internal...
2004-06-11  drhFix typos in the new locking document. (CVS 1571)
2004-06-11  drhDocumentation of the new pager locking mechanism. ...
2004-06-11  danielk1977Have the vdbe aggregator use a btree table instead...
2004-06-11  danielk1977Fix various collation sequence issues. (CVS 1568)
2004-06-10  drhComment changes in pager.c. (CVS 1567)
2004-06-10  drhAdd new contributed logo TIFF. (CVS 1566)
2004-06-10  danielk1977Correctly handle the situation where a collation sequen...
2004-06-10  danielk1977Add the sqlite3_collation_needed() API and fix some...
2004-06-10  danielk1977Add the sqlite3_collation_needed() API and fix some...
2004-06-10  danielk1977Add the sqlite3_collation_needed() API and fix some...
2004-06-10  danielk1977Misc fixes for test cases failing due to the new lockin...
2004-06-10  danielk1977When in PAGER_RESERVED state, don't write to the main...
2004-06-10  danielk1977Change the collation sequence interface to allow collat...
2004-06-10  drhAdd the vdbe_listing and sql_trace pragmas used for...
2004-06-10  drhTests in lock.test no conform to the new locking scheme...
2004-06-10  drhFix a buffer overrun in the atomic multifile commit...
2004-06-10  drhCheck for schema updates if the parser fails to find...
2004-06-09  drhWebsite changes for version 2.8.14. (CVS 1553)
2004-06-09  drhIf a commit fails due to lock contention right after...
2004-06-09  drhTurn on the atomic multifile commit logic. It does...
2004-06-09  drhRemove legacy journal formats. (CVS 1549)
2004-06-09  drhFixes to the file locking. 109 tests are now failing...
2004-06-09  drhAdd the "lock_status" pragma - only available when...
2004-06-09  drhChange the MEMORY_DEBUG macro to SQLITE_DEBUG. (CVS...
2004-06-09  danielk1977Fix error reporting when trying to attach a database...
2004-06-09  danielk1977Some progress on user-defined collation sequences....
2004-06-09  drhStart all transactions and verify all schema cookies...
2004-06-08  drhDo not require a RESERVED lock when transitioning from...
2004-06-08  danielk1977Enhance the built-in function quote() to support blob...
2004-06-08  danielk1977Remove the third argument from the sqlite3_open() API...
2004-06-07  drhMore work on windows locking. Fix some problems with...
2004-06-07  danielk1977Tables created with the CREATE TABLE <tbl> AS SELECT...
2004-06-07  danielk1977Add pragma to set/get text encoding. Also fix an obscur...
2004-06-07  drhProgress towards getting locking to work on windows...
2004-06-06  danielk1977Performance improvements for LIKE. It is still too...
2004-06-06  danielk1977Enhance user function API to support association of...
2004-06-06  drhAdded sqlite3OsLock for win32. Assertion fault in...
2004-06-05  danielk1977Add the sqlite3_set_auxdata() and sqlite3_get_auxdata...
2004-06-05  danielk1977Ensure blob values survive the ".dump" command of the...
2004-06-05  drhCritical bugs fixed in btree.c. Incompatible file...
2004-06-04  danielk1977Defer the exclusive db lock until the pager cache is...
2004-06-04  danielk1977Move the 'busy-callback' logic to the pager layer....
2004-06-03  danielk1977Untested updates to support atomic multi-file transacti...
2004-06-02  danielk1977Fix a segfault in sqlite3OsLock() (CVS 1525)
2004-06-02  drhWork toward combining the OP_MakeKey, OP_MakeIdxKey...
2004-06-02  drhRemove the sqlite3_libencoding() api and the ISO8859...
2004-06-02  danielk1977Fix a bug with UTF-16 byte-order-marks on big-endian...
2004-06-02  drhFix another website typo. (CVS 1521)
next