| Commit message (Expand) | Author | Age |
* | Add extra assert() statements to the fixes on this branch. | dan | 2024-07-17 |
* | The pageOnDirtyList() assertion is too slow even for debugging builds, for | drh | 2023-08-23 |
* | Add a C-source spell-checking facility. make misspell (on Nix) | larrybr | 2023-06-07 |
* | Improved rebustness of the pcache tracing logic. | drh | 2023-04-19 |
* | Fix a debugging printf() in pcache.c. This only comes up on custom builds. | drh | 2023-04-19 |
* | Increase the size of ref-count values in the pager layer to 64-bits, to avoid | drh | 2023-03-19 |
* | An improved technique for ensuring that the Rekey() operation does not | drh | 2022-09-07 |
* | If sqlite3PcacheMove() really performs a swap, then be sure to renumber the | drh | 2022-09-02 |
* | More assert() statements in the page cache. | drh | 2022-08-27 |
* | Ensure that every pcache page always has either the PGHDR_DIRTY or the | drh | 2022-08-27 |
* | Some branches are no longer reachable after the previous change. Mark them | drh | 2022-03-21 |
* | Fix slightly-incorrect assert() statements. | drh | 2022-03-01 |
* | Fix an assertion fault in pcache introduced by [4bc93658aa563f2f] and | drh | 2021-09-03 |
* | Add new assert() statements in an attempt to help static analyzers avoid | drh | 2019-07-16 |
* | Adjust requirements marks and add new requirements tests. | drh | 2019-06-12 |
* | Fix a problem reading from temp databases in SQLITE_DIRECT_OVERFLOW_READ | dan | 2018-11-22 |
* | Comment typo fixed. No code changes. | drh | 2018-09-21 |
* | Fix a typo causing SQLITE_LOG_CACHE_SPILL builds to fail. | dan | 2018-03-12 |
* | Remove unnecessary NEVER() and ALWAYS() conditionals. | drh | 2017-10-31 |
* | Remove an obsolete optimization in pcache that due to more recent changes | drh | 2017-09-01 |
* | Small size and performance improvement in pcacheManageDirtyList() by not | drh | 2017-09-01 |
* | Change all legacy instances of "#if SQLITE_DEBUG" to "#ifdef SQLITE_DEBUG" for | drh | 2017-02-13 |
* | In the pager, avoid checking for the illegal page number 0 except when creating | drh | 2016-12-13 |
* | Avoid unnecessary zeroing of fields in the MemPage object that are going | drh | 2016-12-09 |
* | Reduce the width of a memset() to avoid double-initializing some variables. | drh | 2016-10-01 |
* | Fix typo in comment. | mistachkin | 2016-05-20 |
* | Optimizations to link list merge sort code in vdbesort.c, pcache.c, and | drh | 2016-05-20 |
* | Improvements to a comment in the pcache.c file. No changes to code. | drh | 2016-05-13 |
* | Remove the unused PGHDR_NEED_READ flag. Add invariant checking (during | drh | 2016-05-13 |
* | Additional debugging and tracing logic for pcache.c, turned off by default | drh | 2016-05-13 |
* | Add extra OPTIMIZATION-IF-FALSE comments where required to pcache.c. | dan | 2016-05-12 |
* | For in-memory databases, it does not matter if pcache entries are marked | drh | 2016-05-12 |
|\ |
|
| * | For in-memory databases, it does not matter if pcache entries are marked | drh | 2016-05-11 |
* | | Remove an unnecessary call to sqlite3PcacheMakeClean() inside of the ROLLBACK | drh | 2016-05-12 |
* | | Add a missing OPTIMIZATION-IF-FALSE comment to pcache.c. | dan | 2016-05-12 |
|/ |
|
* | Remove a redundant condition from pcache.c. Add an OPTIMIZATION-IF-TRUE comme... | dan | 2016-05-11 |
* | Remove some a small amount of redundant code related to PCache.pSynced from p... | dan | 2016-05-11 |
* | Add pcache tracing macros. Off by default. Requires changing an "#if 0" | drh | 2016-05-11 |
* | sqlite3PCachePerecentDirty() should return 0 if the pcache is empty. | drh | 2016-04-18 |
* | On commit, flush dirty temp-file pages only if the file is already open and 2... | dan | 2016-04-13 |
* | Defer opening the file used for the temp database (where CREATE TEMP TABLE ta... | dan | 2016-04-05 |
* | Enhance ability to debug out-of-memory errors. | mistachkin | 2016-02-13 |
* | Test cases. Minor problems fixed. All appears to work now. | drh | 2015-11-12 |
* | First attempt at enhancing the "PRAGMA cache_spill" statement to accept a | drh | 2015-11-12 |
* | Change the pcache module to keep track of the total number of references to | drh | 2015-09-03 |
* | Optimization to the sqlite3PcacheFetch() logic. | drh | 2015-06-30 |
* | Add the PGHDR_WRITEABLE bit for PgHdr.flags which is used to | drh | 2015-06-29 |
* | Add the new PGHDR_CLEAN bit to PgHdr.flags in pcache.c. This bit is always | drh | 2015-06-29 |
* | Simplify the pcache by not keeping continuous track of page 1 but instead | drh | 2015-06-26 |
* | Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirements | drh | 2015-02-27 |