aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fixes for the SQLITE_CHECK_PAGES debugging feature.dan2010-08-23
| | | FossilOrigin-Name: 21a1e5961bba148fda50cc0b7d472ca74f90808a
* Fix for ticket [5e10420e8d].dan2010-08-23
| | | FossilOrigin-Name: 255f1eefa373153942c67b18b22177933657911d
* Fix the ptrmapPageno() routine so that it works correctly for an input of 1.drh2010-08-21
| | | FossilOrigin-Name: 699a9bf28377f43f58c509878cce60cb906dbf48
* Do not allow a backup to change the page size if a codec is in use.drh2010-08-20
| | | FossilOrigin-Name: 5523ecd32295c188e3bf5dbd57d92d2879461e32
* Merge leaf created by accident.dan2010-08-20
|\ | | | | FossilOrigin-Name: 1f680cb37584baa106cee0544d5be63049d55858
| * Disable the MEMSYS2 auxiliary routines if MEMSYS2 is changed to an alternativedrh2010-08-20
| | | | | | | | | | memory allocator using SQLITE_CONFIG_MALLOC. FossilOrigin-Name: 541dd3b870f123a5fddf0b710474693566a1d659
| * Fix the sqlite3_release_memory() interface so that it does not attemptdrh2010-08-20
|/ | | | | to free SQLITE_CONFIG_PAGECACHE memory. FossilOrigin-Name: 0426cd62d5ef2bd09570835c78f8fc3bcb7cdd49
* Merge two leaves.dan2010-08-19
|\ | | | | FossilOrigin-Name: b03091fc3592896fcf1ec563ae9682a8e0a05baa
| * Remove a NEVER from balance_quick() that can occur in WAL mode ondrh2010-08-19
| | | | | | | | | | a corrupt database file. FossilOrigin-Name: b273891ab05a18b68a76c870ea3be9f1a56c40a9
* | Modify the code for reading hot-journal files so that it can handle journals ↵dan2010-08-19
|/ | | | | generated by versions 3.5.7 and earlier. FossilOrigin-Name: b9170f2903c480bca2bdc986e98aaeadfdb9ad2b
* Fix two asserts in the btree logic so that they work correctly even fordrh2010-08-18
| | | | | maximum-size index entries for 32K and 64K pages. FossilOrigin-Name: e127192d106bd7e036caacf01bf7725eeaa85dbe
* Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set ↵dan2010-08-18
| | | | | to 65536). Fix some other problems in test files. FossilOrigin-Name: 56cc883d3af5574c9dafecef8aa96d1d05c01b83
* Fix some compiler warnings in the MSVC build.shaneh2010-08-18
| | | FossilOrigin-Name: 1f5662b7db5d623c8d99c45a8d97a0aa4427593f
* Remove a NEVER() that is actually reachable.drh2010-08-17
| | | FossilOrigin-Name: acb171d4cfef2fec8833f761019f5c81f0d138a0
* Suppress harmless compiler warning.drh2010-08-17
| | | FossilOrigin-Name: 3f8c068a41b01f59d7f5d56f3bced78587f4d26c
* Return an error when parsing "?NNN" if NNN is so large it cannot be stored ↵dan2010-08-17
| | | | | as a 32-bit int. FossilOrigin-Name: fc9014be0f00d046e7ba830a644f9ce93eca5db8
* It is no longer possible to reach pagerStress() while in the error state,drh2010-08-17
| | | | | so put a NEVER() around the error state test of that routine. FossilOrigin-Name: d7ed463496c4474cc435d032874a4e55d780e74a
* If an SQLITE_FULL error occurs during rollback or journal finalization, ↵dan2010-08-17
| | | | | treat it in the same way as SQLITE_IOERR (i.e. require that the pager internals be completely reset before it is next read from or written to). FossilOrigin-Name: 8ac185236e766becdac7248c1ba3dfa42a9464b1
* Changes to pager for improved testability.drh2010-08-17
| | | FossilOrigin-Name: 61c64b3aeb027fcc9c25591d6b9048ac7850ad3d
* Invoke sqlite3_log() whenever one or more frames are recovered from a WAL file.dan2010-08-17
| | | FossilOrigin-Name: e05089aaefe02ec59a1923812349471a78075d29
* Fix some non-ANSI C code in test_demovfs.c. Also change the same file so ↵dan2010-08-17
| | | | | that attempting to delete a file that does not exist does not return an error. FossilOrigin-Name: 07570ce38051a05d6e8a71e39766850f6719ac07
* Remove an superfluous branch from pager.c.drh2010-08-16
| | | FossilOrigin-Name: 4271a95c8236bda4a4f8c02bf3a3560de1d00402
* Fix a typo in a comment in wal.c. No code changes.drh2010-08-16
| | | FossilOrigin-Name: d854a3d41c68f785c909c159cd9ca2154c64001a
* Add ALWAYS() macros in wal.c to cover branches that are no longer reachabledrh2010-08-16
| | | | | following the pager refactoring. FossilOrigin-Name: 24f24c927c77bb3bb4d26a23dd5d94f964db8033
* Adjustments for better 64K page size handling.drh2010-08-14
| | | FossilOrigin-Name: faf1974e2de321bfefb68b81d702ae69771933ef
* Change sqlite3PagerPagecount() to return void, since the return value wasdrh2010-08-14
| | | | | always SQLITE_OK and was never used. FossilOrigin-Name: 7dd78eb7974ec7c40af3fcf2b125ca5bc0766b5c
* Minor simplifications to btree.c in support of full-coverage testing.drh2010-08-14
| | | FossilOrigin-Name: 364df6c7735447cc2187923918a35bf62d82decc
* Tweaks to comments in pager.c. Fix two compiler warnings.drh2010-08-14
| | | FossilOrigin-Name: 68a49f7fe382e4d36e1259cdeec956c942906ddb
* Do not apply the flattening optimization if the sub-query is DISTINCT. Fix ↵dan2010-08-13
| | | | | for [e4b8a2ba6e]. FossilOrigin-Name: 497aafd8ed6a636a8bd5fa2cad265a20593ee34f
* If an error occurs in PagerSetPagesize(), set the output variable to the ↵dan2010-08-12
| | | | | unmodified page-size before returning. FossilOrigin-Name: 02def8f92588b8a45dff3976d1e7f9e3f0359b3b
* Add coverage tests for pager.c.dan2010-08-12
| | | FossilOrigin-Name: 228c5b16af80c22e97d9d4deb351e0d3f4523f89
* Increase the maximum page size from 32k to 64k.drh2010-08-12
| | | FossilOrigin-Name: 45362437d491fbe0f033a67b398f8ba68cbf1b3b
* Improve coverage of pager.c.dan2010-08-11
| | | FossilOrigin-Name: 2fa05d01b6b11788a5b73d203fcac9d4a4ba9fd8
* Use sqlite3DbFree() instead of sqlite3_free() to free any error message ↵dan2010-08-11
| | | | | reported by the parser layer while attempting to parse a CREATE TABLE statement passed to sqlite3_declare_vtab(). FossilOrigin-Name: 7c674aaba52b00a78babc1e1ece7e5b652b65039
* Fix memory allocation in proxy locking so that it works with SQLITE_MEMDEBUG.drh2010-08-11
| | | FossilOrigin-Name: f854cbe06355dd3455b8af4ad6366949c412434e
* Merge experimental changes into trunk.dan2010-08-11
|\ | | | | FossilOrigin-Name: aa092ac928dc19bd356d25a1dfd3f432dc145ce6
| * Fix a bug in pager.c causing it to omit the xSync() call required following ↵dan2010-08-10
| | | | | | | | | | a hot-journal rollback. FossilOrigin-Name: 42ba43ac690dc800fb8b969ae257a79942918342
| * Add variable pager.dbHintSize, used to limit the number of calls made to the ↵dan2010-08-10
| | | | | | | | | | xFileControl(FCNTL_SIZE_HINT) method. FossilOrigin-Name: eb3ac895bd92c880ac6acca58de8cf9643c2b5e4
| * Modify some comments in pager.c.dan2010-08-09
| | | | | | FossilOrigin-Name: 5662da6d4f648e5d07d7cbea6bbd92fa684c02c9
| * Merge latest trunk changes with experimental branch.dan2010-08-09
| |\ | | | | | | FossilOrigin-Name: aecbd890327dc676d6c2366b07f3d2e636a4983e
| * | Fix a memory leak in test_journal.c causing tests to fail.dan2010-08-09
| | | | | | | | | FossilOrigin-Name: f229487cccc7514b2663e8e6e04798702c9cfb10
| * | Change to tcl test infrastructure so that --malloctrace=1 works when ↵dan2010-08-09
| | | | | | | | | | | | | | | sizeof(int)!=sizeof(void*). FossilOrigin-Name: c3e771b3cf685f4237a2516ee7111849bf0ffb3f
| * | Fix a problem causing the return code of an xSync call to be ignored in wal.c.dan2010-08-09
| | | | | | | | | FossilOrigin-Name: f1b2b5f9c3a5561ea6108283ae08404106c3f8bc
| * | In WAL mode, ignore any error returned by an xFileControl(FCNTL_SIZE_HINT) ↵dan2010-08-09
| | | | | | | | | | | | | | | call. This matches the behaviour in rollback mode. FossilOrigin-Name: 158a309737bd4cdc033cd504a6d0cc43c15b6e17
| * | Fix minor problems and update comments in pager.c.dan2010-08-07
| | | | | | | | | FossilOrigin-Name: 92e456374b052aceff356d10317b5b94fcdeaa5c
| * | Fix a problem wherein changing the journal-mode immediately after leaving ↵dan2010-08-07
| | | | | | | | | | | | | | | exclusive-locking mode could lead to the database being unlocked without clearing the changeCountDone flag. FossilOrigin-Name: 531abc808526d607768bf6f503268d4cc66ab169
| * | Further enhancements to comments in pager.c.dan2010-08-06
| | | | | | | | | FossilOrigin-Name: 876162c7e036af1cb447409b685afc72c0061a32
| * | Merge trunk changes into experimental branch.dan2010-08-06
| |\ \ | | | | | | | | FossilOrigin-Name: aef6698c732f3f9e46986f53e63ca2bdf5f7d208
| * | | Further updates to comments in pager.c.dan2010-08-06
| | | | | | | | | | | | FossilOrigin-Name: 5f4c17a33fd442d66c1bf75af9b21954f6906897
| * | | Modify test_journal.c to work with pre-allocated databases.dan2010-08-06
| | | | | | | | | | | | FossilOrigin-Name: 4894a5d21044b169f412fef095e689cb8a8575dc