]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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)
2004-06-01  danielk1977Unix version of sqlite3OsLock(). (CVS 1520)
2004-06-01  drhFix typo on homepage (CVS 1519)
2004-06-01  drhFix typos in version 3 documents. (CVS 1518)
2004-06-01  drhMakefile changes for building windows DLLs. (CVS 1517)
2004-06-01  drhAdd the capi3ref.html page to the website. (CVS 1516)
2004-06-01  danielk1977Remove the sqlite3_open_varargs() API. (CVS 1515)
2004-05-31  danielk1977Remove the sqlite3_error_string() API. (CVS 1514)
2004-05-31  drhSynchronize lemon.c to the version on the 2.8 branch...
2004-05-31  drhChange the name of the sqlite3_freemem API function...
2004-05-31  drhChange all SQLITE3 preprocessor macros to SQLITE. ...
2004-05-31  drhChange the name of the include file to "sqlite3.h"...
2004-05-31  drhBegin adding documentation for version 3.0. (CVS 1509)
2004-05-31  drhGet the attach.test working on windows. (CVS 1508)
2004-05-31  drhMore website updates. (CVS 1507)
2004-05-31  drhWebsite redesign in preparation for adding version...
2004-05-31  danielk1977Some test cases for read locks (CVS 1505)
2004-05-31  danielk1977Use read-only transactions. (CVS 1504)
2004-05-31  danielk1977Bugfix for previous checkin. (CVS 1503)
2004-05-31  danielk1977Add read-transactions to the btree and vdbe. The compil...
2004-05-31  danielk1977Remove the <ON CONFLICT> clause from BEGIN (CVS 1501)
2004-05-31  danielk1977Replace OP_Begin, OP_Commit and OP_Rollback with OP_Aut...
2004-05-30  drhAdd 3-byte and 6-byte integer serial types. This makes...
2004-05-30  drhVarious speed enhancements. (CVS 1498)
2004-05-30  drhImproved comments and speed tweaks to btree.c. (CVS...
2004-05-30  drhAdditional minor speed improvements. (CVS 1496)
2004-05-30  drhFaster version of sqlite3VdbeSerialGet. (CVS 1495)
2004-05-30  drhDo not include the P3 parameter on OP_Integer opcodes...
2004-05-29  drhA file format change for btree.c makes it between 10...
2004-05-29  danielk1977Transform OP_HexBlob and OP_String8 to OP_Blob and...
2004-05-29  danielk1977Ensure vacuum handles table names with spaces in them...
2004-05-29  danielk1977Fix vacuum so that it works with blobs. (CVS 1490)
2004-05-29  danielk1977Avoid arithmetic on void pointers. (CVS 1489)
2004-05-29  danielk1977Allow CREATE and DROP TRIGGER on attached databases...
2004-05-28  drhFactor common code for generating index keys into a...
2004-05-28  danielk1977Fix a bug in the sqlite3_column_decltype() API. (CVS...
2004-05-28  danielk1977Allow CREATE and DROP VIEW on attached databases. ...
2004-05-28  danielk1977Allow DROP TABLE and DROP INDEX on attached databases...
2004-05-28  danielk1977Allow CREATE TABLE and CREATE INDEX on attached databas...
next