Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/pager.h
2025-01-03
| ||
15:07 | [bc603f12d0] part of check-in [99293f4f72] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [99293f4f72] user: drh branch: begin-concurrent, size: 9947) | |
2024-12-16
| ||
12:09 | [597ed34563] part of check-in [019b043428] Remove unnecessary divergence from trunk. (check-in: [019b043428] user: drh branch: begin-concurrent, size: 9560) | |
2024-12-13
| ||
16:37 | [6137149346] part of check-in [01c8ebfb1f] Try to reduce incidental divergence between trunk and wal2. (check-in: [01c8ebfb1f] user: drh branch: wal2-conflict-reduction, size: 9365) | |
2024-11-16
| ||
18:37 | [4637ae0c29] part of check-in [17360660bb] Clean up the implementation now that it only has to deal with the much simplier concept of COMMIT AND CONTINUE TRANSACTION. (check-in: [17360660bb] user: drh branch: commit-and-continue, size: 9020) | |
2024-11-15
| ||
17:28 | [87f5995a18] part of check-in [a905bd5dd6] Another approach at implementing COMMIT AND BEGIN. (check-in: [a905bd5dd6] user: drh branch: commit-and-continue, size: 9017) | |
2024-11-14
| ||
22:59 | [dea3f0dc42] part of check-in [bc8bcc53ff] Attempt to hold a lock across the COMMIT AND BEGIN boundary so that no other process can start a new transaction in between the COMMIT and the BEGIN. (check-in: [bc8bcc53ff] user: drh branch: commit-and-continue, size: 8982) | |
2024-10-04
| ||
14:11 | [60eded7616] part of check-in [bbbd3d9be8] Add further logging intended for use in analyzing COMMIT performance. (check-in: [bbbd3d9be8] user: dan branch: bedrock-commit-instr, size: 10128) | |
2024-03-29
| ||
18:07 | [dd6ade22dd] part of check-in [11015b4ed1] Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a concurrent transaction to be committed even if it read from an overflow page that was modified concurrently, in cases where the overflow page was written without also writing the b-tree page to which it is linked. (check-in: [11015b4ed1] user: dan branch: bedrock, size: 10062) | |
17:58 | [e2df6b92e0] part of check-in [49263c9136] Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a concurrent transaction to be committed even if it read from an overflow page that was modified concurrently, in cases where the overflow page was written without also writing the b-tree page to which it is linked. (check-in: [49263c9136] user: dan branch: begin-concurrent, size: 9561) | |
2023-12-28
| ||
14:01 | [a195b4396e] part of check-in [5a17b972ed] Merge the latest trunk changes into the bedrock branch. (check-in: [5a17b972ed] user: drh branch: bedrock, size: 9978) | |
13:44 | [fc0c95d27f] part of check-in [1f592dd32d] Merge the latest trunk enhancements into the wal2 branch. (check-in: [1f592dd32d] user: drh branch: wal2, size: 9480) | |
13:40 | [af722ebe5d] part of check-in [b3a2adfda7] Merge recent trunk enhancements into the begin-concurrrent branch. (check-in: [b3a2adfda7] user: drh branch: begin-concurrent, size: 9477) | |
2023-12-20
| ||
11:34 | [4b1140d691] part of check-in [206d8c650d] Avoid harmless integer overflow in pager status statistics gathering. Response to forum post 7f4cdf23f9. (check-in: [206d8c650d] user: drh branch: trunk, size: 8978) | |
2023-08-21
| ||
18:31 | [314eb19f25] part of check-in [4d8df0c426] Merge latest changes from the wal2 branch into this one. (check-in: [4d8df0c426] user: dan branch: bedrock, size: 9979) | |
18:03 | [116cbdc21f] part of check-in [76a99a2c40] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [76a99a2c40] user: drh branch: begin-concurrent, size: 9478) | |
18:02 | [1da654b51a] part of check-in [135bf72c6b] Merge latest trunk changes into this branch. (check-in: [135bf72c6b] user: dan branch: wal2, size: 9481) | |
15:29 | [f4d33fec80] part of check-in [0462a2612d] ifdef adjustments so that SQLITE_OMIT_WAL works with SQLITE_USE_SEH. (check-in: [0462a2612d] user: drh branch: trunk, size: 8979) | |
2023-08-11
| ||
19:38 | [b8aa8e36a9] part of check-in [cb3cf9bab0] Merge latest trunk changes, including support for handling of structured-exceptions in MSVC builds, with this branch. (check-in: [cb3cf9bab0] user: dan branch: begin-concurrent, size: 9443) | |
19:36 | [55870bc2e0] part of check-in [331f2f3e5d] Merge latest wal2 changes, including support for handling of structured-exceptions in MSVC builds, with this branch. (check-in: [331f2f3e5d] user: dan branch: bedrock, size: 9944) | |
2023-08-10
| ||
18:58 | [ca3b415a3f] part of check-in [fd58c61624] Experimental merge of the wal-shm-exceptions and wal2 branches. (check-in: [fd58c61624] user: dan branch: wal2-shm-exceptions, size: 9446) | |
2023-07-06
| ||
17:55 | [6e326bd059] part of check-in [e59cea2d85] Merge all recent trunk enhancements into the wal-shm-exceptions branch. (check-in: [e59cea2d85] user: drh branch: wal-shm-exceptions, size: 8944) | |
2023-06-19
| ||
18:16 | [e055e649d9] part of check-in [4b08d4dad6] Add the sqlite3_commit_status() API. For querying a connection for (a) the ranges of wal/wal2 frames written after a successful commit, and (b) the conflicting frame following a failed commit of a BEGIN CONCURRENT transaction. (check-in: [4b08d4dad6] user: dan branch: bedrock, size: 9874) | |
2023-01-16
| ||
20:33 | [be2b4b375a] part of check-in [906caf8911] Another version of the debug-only logging on this branch. (check-in: [906caf8911] user: dan branch: schema-version-instr, size: 9920) | |
2022-12-19
| ||
18:42 | [4684b1ea6a] part of check-in [44dd01e315] Hack for special gettimeofday() instrumentation of "PRAGMA schema_version". (check-in: [44dd01e315] user: dan branch: schema-version-instr, size: 9924) | |
2022-05-09
| ||
21:57 | [7350bbc840] part of check-in [c013544116] Update this branch with latest changes from trunk, and the fts5 fix for "BEGIN CCONCURRENT" transactions. (check-in: [c013544116] user: dan branch: begin-concurrent-report-wal2, size: 9968) | |
2022-03-12
| ||
15:11 | [3ddab454e3] part of check-in [0071d9da18] Merge the latest trunk changes into the begin-concurrent-pnu-wal2 branch. (check-in: [0071d9da18] user: drh branch: begin-concurrent-pnu-wal2, size: 9875) | |
15:04 | [c49ff26218] part of check-in [bafaefc6ab] Merge the lates trunk enhancements into the wal2 branch. (check-in: [bafaefc6ab] user: drh branch: wal2, size: 9376) | |
14:54 | [03ea09dddd] part of check-in [c4a61135d5] Merge trunk enhancements, including 3.38.1 patches, into the begin-concurrent-report branch. (check-in: [c4a61135d5] user: drh branch: begin-concurrent-report-3.28, size: 9466) | |
14:47 | [7b2ec7bba3] part of check-in [aa8b5e9558] Merge the latest trunk enhancements, including the 3.38.1 patches plus additional performance enhancements, into the begin-concurrent branch. (check-in: [aa8b5e9558] user: drh branch: begin-concurrent, size: 9373) | |
2022-02-23
| ||
17:00 | [f82e984416] part of check-in [5aa9c3eb45] Store the page number for the PENDING_BYTE page in the Pager object, rather than computing the page number every time it is needed, because it turns out that number is needed quite frequently. This saves a few hundred thousand CPU cycles and a few bytes of code space. (check-in: [5aa9c3eb45] user: drh branch: trunk, size: 8874) | |
2021-11-17
| ||
14:21 | [915608bab0] part of check-in [8eef878213] Apply the begin-concurrent-report patch to the wal2 branch. (check-in: [8eef878213] user: dan branch: begin-concurrent-report-wal2, size: 9910) | |
2021-09-10
| ||
21:28 | [53b3ba002d] part of check-in [fdb20e9ee4] If an EXCEPTION_IN_PAGE_ERROR exception is caught, make the underlying OS error code available via sqlite3_system_errno(). (check-in: [fdb20e9ee4] user: dan branch: wal-shm-exceptions, size: 8886) | |
2020-07-31
| ||
17:08 | [034a193e53] part of check-in [ebd39665e5] Merge latest wal2 changes into this branch. (check-in: [ebd39665e5] user: dan branch: begin-concurrent-pnu-wal2, size: 9817) | |
16:01 | [9d38ac4b9f] part of check-in [0c0d0a77bc] Merge latest trunk changes into this branch. (check-in: [0c0d0a77bc] user: dan branch: wal2, size: 9318) | |
2020-07-30
| ||
19:56 | [ed1f7bc91c] part of check-in [fd01e78827] Merge begin-concurrent-pnu changes into this branch. (check-in: [fd01e78827] user: dan branch: begin-concurrent-report, size: 9408) | |
19:19 | [fdc30693c4] part of check-in [e8a6651539] Merge latest trunk changes into this branch. (check-in: [e8a6651539] user: dan branch: begin-concurrent, size: 9315) | |
2020-07-20
| ||
12:47 | [4bf9b3213a] part of check-in [9cb7da9bdb] Initial changes to allow database up to 281TB in size. (check-in: [9cb7da9bdb] user: drh branch: larger-databases, size: 8816) | |
2020-07-17
| ||
11:07 | [c5fee450e2] part of check-in [12a909fb3d] Bring this branch up to date with begin-concurrent-pnu. (check-in: [12a909fb3d] user: dan branch: begin-concurrent-report, size: 9381) | |
2020-06-19
| ||
15:24 | [88dd4f06d6] part of check-in [7a876209a6] Extend the refactoring into extensions. Clean up stray newlines. (check-in: [7a876209a6] user: drh branch: trunk, size: 8814) | |
2020-05-18
| ||
19:55 | [72506550d3] part of check-in [5dc355ccf6] Merge latest trunk changes into this branch. (check-in: [5dc355ccf6] user: dan branch: begin-concurrent-pnu-wal2, size: 9819) | |
17:18 | [57058a96dc] part of check-in [16b1eca922] Merge latest trunk changes into this branch. (check-in: [16b1eca922] user: dan branch: wal2, size: 9320) | |
15:41 | [7fed31537d] part of check-in [9e4a7b3ed8] Merge latest trunk changes into this branch. (check-in: [9e4a7b3ed8] user: dan branch: begin-concurrent, size: 9317) | |
2020-05-06
| ||
19:14 | [8d1dc9a2c3] part of check-in [105d6c9bbc] Block on the WRITER lock when attempting to run recovery. (check-in: [105d6c9bbc] user: dan branch: setlk-deadlock-changes, size: 8818) | |
2020-05-05
| ||
20:30 | [5e2c0e5bd3] part of check-in [d6f819a9e6] Unless upgrading an existing read transaction, have ENABLE_SETLK_TIMEOUT builds attempt to use a blocking lock when opening a write transaction on a wal mode database. (check-in: [d6f819a9e6] user: dan branch: setlk-deadlock-changes, size: 8764) | |
2020-05-04
| ||
19:42 | [eaf8bd9b78] part of check-in [553423c231] Changes to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOUT builds. (check-in: [553423c231] user: dan branch: setlk-deadlock-changes, size: 8574) | |
2020-04-09
| ||
19:00 | [71cd948991] part of check-in [6c11b67bd2] Merge recent trunk changes into begin-concurrent-pnu-wal2. (check-in: [6c11b67bd2] user: drh branch: begin-concurrent-pnu-wal2, size: 9718) | |
18:51 | [3e76d74146] part of check-in [d6fda470fe] Merge recent trunk changes into the apple-osx branch. (check-in: [d6fda470fe] user: drh branch: apple-osx, size: 8767) | |
18:46 | [4afe684c21] part of check-in [6fb870625c] Merge recent trunk enhancements into the wal2 branch. (check-in: [6fb870625c] user: drh branch: wal2, size: 9219) | |
18:29 | [2ed03fade1] part of check-in [92f71a88c4] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [92f71a88c4] user: drh branch: begin-concurrent, size: 9216) | |
2020-03-10
| ||
21:14 | [748d07f10e] part of check-in [9ae970fdc1] Fix test and other problems with reporting pages read and written. (check-in: [9ae970fdc1] user: dan branch: begin-concurrent-report, size: 9459) | |
2020-03-09
| ||
21:00 | [84c383f6d8] part of check-in [b661ccc88f] Report on pages, as well as keys, read and written by BEGIN CONCURRENT transactions. (check-in: [b661ccc88f] user: dan branch: begin-concurrent-report, size: 9402) | |
2020-02-07
| ||
01:12 | [3b33619a90] part of check-in [5a877221ce] Simplify the code by removing the unsupported and undocumented SQLITE_HAS_CODEC compile-time option (check-in: [5a877221ce] user: drh branch: trunk, size: 8717) | |
2020-01-15
| ||
14:21 | [dd66b9d505] part of check-in [350627f3b1] Merge in the latest trunk changes via the begin-concurrent-pnu branch. (check-in: [350627f3b1] user: drh branch: begin-concurrent-pnu-wal2, size: 9897) | |
14:11 | [d49d4cb7be] part of check-in [35eae71a4d] Merge recent enhancements and fixes from trunk. (check-in: [35eae71a4d] user: drh branch: wal2, size: 9398) | |
13:34 | [a9edc8da06] part of check-in [95ba2f50fd] Merge fixes and enhancements from trunk into begin-concurrent. (check-in: [95ba2f50fd] user: drh branch: begin-concurrent, size: 9395) | |
12:49 | [02f34df97a] part of check-in [dadedf41c7] Merge all recent enhancements and fixes from trunk into the apple-osx branch. (check-in: [dadedf41c7] user: drh branch: apple-osx, size: 8946) | |
2020-01-11
| ||
16:08 | [71fe1d5016] part of check-in [bcb43d11c4] Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface. (check-in: [bcb43d11c4] user: drh branch: enhanced-uri, size: 8896) | |
2020-01-10
| ||
18:05 | [e541ff7e19] part of check-in [2ae77bd233] Rearchitect the way in which filenames are stored in the Pager object so that the sqlite3_uri_parameter() interface will work from journal and WAL filenames too. This check-in implements the central idea, and compile and runs somewhat, but crashes on an extended test. (check-in: [2ae77bd233] user: drh branch: enhanced-uri, size: 9109) | |
2018-12-03
| ||
20:49 | [d8cf37b341] part of check-in [b7281a1caa] Merge the wal2 and begin-concurrent code. Both features work, but not at the same time. (check-in: [b7281a1caa] user: dan branch: begin-concurrent-wal2, size: 9891) | |
18:15 | [389ba8f526] part of check-in [f0ddb358cc] Bring up to date with version 3.26.0. (check-in: [f0ddb358cc] user: drh branch: begin-concurrent, size: 9389) | |
2018-12-01
| ||
20:14 | [3abf6d6519] part of check-in [7a44fa5a35] Sync this branch with the latest trunk. (check-in: [7a44fa5a35] user: dan branch: wal2, size: 9392) | |
2018-11-30
| ||
18:22 | [0acf77fd71] part of check-in [2c76ce4f42] Merge the pre-3.26.0 fixes from trunk. (check-in: [2c76ce4f42] user: drh branch: apple-osx, size: 8940) | |
2018-11-27
| ||
14:41 | [217921e81e] part of check-in [4331b4990c] Remove the sqlite3PagerUseWal() routine which was made obsolete by the [81629ba91475938b6ad] change. (check-in: [4331b4990c] user: drh branch: trunk, size: 8890) | |
2018-11-26
| ||
23:35 | [4449286757] part of check-in [e8c20a88c1] Merge recent enhancements from trunk. (check-in: [e8c20a88c1] user: drh branch: apple-osx, size: 9072) | |
07:21 | [18b019127a] part of check-in [28a615a2e0] Merge latest trunk changes into this branch. (check-in: [28a615a2e0] user: dan branch: begin-concurrent, size: 9521) | |
2018-11-22
| ||
19:10 | [1bffa1ba8a] part of check-in [81629ba914] Fix a problem reading from temp databases in SQLITE_DIRECT_OVERFLOW_READ builds. (check-in: [81629ba914] user: dan branch: trunk, size: 9022) | |
2018-10-09
| ||
22:50 | [a2e6866389] part of check-in [ddf6a54ef3] Merge changes for the 3.25.0 release. (check-in: [ddf6a54ef3] user: drh branch: apple-osx, size: 8971) | |
2018-09-28
| ||
20:58 | [e0adb223eb] part of check-in [86750c927c] Merge latest trunk into this branch. (check-in: [86750c927c] user: dan branch: begin-concurrent, size: 9420) | |
2018-09-27
| ||
14:24 | [d141d2f2f7] part of check-in [64db614edd] Minor enhancement to the pager so that it remembers if the underlying database files is immutable. (check-in: [64db614edd] user: drh branch: immutable-pager, size: 9168) | |
2018-08-06
| ||
17:12 | [ecc554a55b] part of check-in [051ac01520] Allow sqlite3_snapshot_open() to be called to change the snapshot after a read transaction is already open on database. (check-in: [051ac01520] user: dan branch: exp-snapshot-open, size: 8921) | |
2018-04-24
| ||
19:21 | [abf96ba730] part of check-in [b27bd799ea] Merge latest trunk changes into this branch. (check-in: [b27bd799ea] user: dan branch: begin-concurrent, size: 9293) | |
2018-04-10
| ||
18:05 | [340c4396d1] part of check-in [e20fcb5159] Merge all version 3.23.1 changes and enhancements from trunk. (check-in: [e20fcb5159] user: drh branch: apple-osx, size: 8844) | |
2018-03-28
| ||
15:41 | [d0fcb55b76] part of check-in [df52e89fff] Update this branch with latest trunk changes. (check-in: [df52e89fff] user: dan branch: server-process-edition, size: 9028) | |
2018-03-26
| ||
20:43 | [c571b064df] part of check-in [b81960561b] Avoid a race condition that might cause a busy_timeout to last longer than it should. (check-in: [b81960561b] user: drh branch: lowlevel-lock-timeout, size: 8794) | |
16:37 | [868d177d84] part of check-in [6c40c5574f] Refactor some internal object element names used by the busy handler, to simplify analysis. (check-in: [6c40c5574f] user: drh branch: trunk, size: 8655) | |
2017-10-04
| ||
20:57 | [e11e516208] part of check-in [e2fc5c814c] Add experimental mode that uses two wal files. Activated using "PRAGMA journal_mode = wal2". (check-in: [e2fc5c814c] user: dan branch: wal2, size: 9157) | |
2017-09-22
| ||
10:49 | [72e1a29470] part of check-in [307b802e86] Merge latest trunk changes into this branch. (check-in: [307b802e86] user: dan branch: begin-concurrent, size: 9154) | |
2017-09-09
| ||
06:10 | [e9718b1a8d] part of check-in [6a0b9d9d4e] Merge trunk enhancements (check-in: [6a0b9d9d4e] user: drh branch: apple-osx, size: 8705) | |
2017-09-01
| ||
14:50 | [581698f217] part of check-in [b2e2100cf7] Add the new sqlite3PagerUnrefPageOne() pager method to deal with the special case of unreferencing page1. (check-in: [b2e2100cf7] user: drh branch: trunk, size: 8655) | |
2017-07-29
| ||
17:01 | [316dac0671] part of check-in [8299bdb7cb] Update test program "tserver" to use a native pthreads mutex/condition variable to efficiently manage wal file checkpoints without the wal file growing indefinitely. (check-in: [8299bdb7cb] user: dan branch: server-process-edition, size: 8849) | |
2017-07-20
| ||
18:56 | [403b7d2426] part of check-in [7355e74239] Fix a faulty #ifdef on the previous check-in (check-in: [7355e74239] user: drh branch: begin-concurrent, size: 9114) | |
18:28 | [13713b181c] part of check-in [a29401e924] Get the build working with SQLITE_OMIT_CONCURRENT. (check-in: [a29401e924] user: drh branch: begin-concurrent, size: 9115) | |
2017-07-08
| ||
20:46 | [857d21f70a] part of check-in [5a043aa8dd] Support read-only MVCC transactions in server-mode. Started using "BEGIN READONLY". (check-in: [5a043aa8dd] user: dan branch: server-process-edition, size: 8892) | |
2017-06-27
| ||
20:23 | [81d2c28e92] part of check-in [dfa9a4d53e] Support clients within a single process only. (check-in: [dfa9a4d53e] user: dan branch: server-process-edition, size: 8877) | |
2017-05-29
| ||
19:23 | [ba7b3fbb18] part of check-in [9ad846e57b] Instead of a root page number, log the object (table or index) name if a page level locking conflict is detected. (check-in: [9ad846e57b] user: dan branch: begin-concurrent, size: 9045) | |
2017-05-27
| ||
18:05 | [e430a536b3] part of check-in [214d238a47] Add debugging functions btreePageOriginFile() and btreePageOriginOffset(). (check-in: [214d238a47] user: dan branch: btree-debug, size: 8726) | |
2017-05-23
| ||
19:23 | [1afb4b777b] part of check-in [5b9d498f6e] Add experimental new API sqlite3_wal_info(). (check-in: [5b9d498f6e] user: dan branch: begin-concurrent, size: 9038) | |
2017-04-29
| ||
15:48 | [ea05992c58] part of check-in [f6b025bf63] Avoid reading the file-size before page 1 is read-locked. (check-in: [f6b025bf63] user: dan branch: server-edition, size: 8797) | |
2017-04-28
| ||
17:32 | [c14a05a9c0] part of check-in [a40b42c422] Fix various bugs revealed by running performance tests. (check-in: [a40b42c422] user: dan branch: server-edition, size: 8839) | |
10:20 | [4ef462a008] part of check-in [778e8a102d] Use a different free-list format for server-mode databases in order to reduce contention. (check-in: [778e8a102d] user: dan branch: server-edition, size: 8793) | |
2017-04-26
| ||
20:45 | [54f5321bc4] part of check-in [64ecf7c7e5] Experimental implementation of pessimistic page-level locking based on rollback mode. (check-in: [64ecf7c7e5] user: dan branch: server-edition, size: 8700) | |
2017-03-24
| ||
15:09 | [5e7b4e5afd] part of check-in [fd5676fe7f] Merge all recent enhancements from trunk. (check-in: [fd5676fe7f] user: drh branch: begin-concurrent, size: 8976) | |
2017-01-27
| ||
16:39 | [32adb80177] part of check-in [0e14fe1b98] Merge all recent trunk enhancements into the apple-osx branch. (check-in: [0e14fe1b98] user: drh branch: apple-osx, size: 8665) | |
2017-01-26
| ||
02:26 | [f2a99646c5] part of check-in [9879be1899] Make SQLITE_DIRECT_OVERFLOW_READ work for in WAL mode as long as the page being read is not in the the -wal file. (check-in: [9879be1899] user: drh branch: trunk, size: 8615) | |
2017-01-18
| ||
20:14 | [f15b4fe1c7] part of check-in [2a8f6c890c] Add temporary code to record and report on the set of b-tree pages read and written by the current transaction. This is likely still buggy. (check-in: [2a8f6c890c] user: dan branch: transaction-pages, size: 8659) | |
2017-01-09
| ||
06:33 | [0105583b49] part of check-in [d0e212d08f] Upgrade this branch to 3.16 plus the various fixes that appeared after its release. (check-in: [d0e212d08f] user: dan branch: begin-concurrent, size: 8924) | |
2016-11-26
| ||
20:44 | [366f586bbc] part of check-in [41a3af5443] Merge all recent trunk changes, and especially the new sqlite3_snapshot_recover() interface. (check-in: [41a3af5443] user: drh branch: apple-osx, size: 8613) | |
2016-11-18
| ||
20:49 | [d1e9442910] part of check-in [174a6076a8] Add experimental sqlite3_snapshot_recover() API. (check-in: [174a6076a8] user: dan branch: serializable-snapshot, size: 8563) | |
2016-11-04
| ||
19:09 | [a409efecb5] part of check-in [0e5ffd9123] Merge recent trunk changes, including all the fixes that appeared in version 3.15.1. (check-in: [0e5ffd9123] user: drh branch: apple-osx, size: 8563) | |
2016-11-03
| ||
18:30 | [ec9140e534] part of check-in [63cfe19724] Avoid using the "direct overflow read" optimization to read large blobs if the pager layer has a wal file open - even if the database header indicates that the db is not a wal database. (check-in: [63cfe19724] user: drh branch: branch-3.15, size: 8483) | |
2016-10-21
| ||
10:49 | [07d6938df0] part of check-in [b54c15f117] Avoid using the "direct overflow read" optimization to read large blobs if the pager layer has a wal file open - even if the database header indicates that the db is not a wal database. (check-in: [b54c15f117] user: dan branch: trunk, size: 8513) | |
2016-08-12
| ||
16:21 | [0a19b1e212] part of check-in [8a5f41c7b1] Have wal file checkpoints exit early if the sqlite3_interrupt() API function is called. (check-in: [8a5f41c7b1] user: dan branch: interruptible-checkpoint, size: 8433) | |
2016-08-11
| ||
19:12 | [3ae6549ec7] part of check-in [d9f8918c5b] Merge version 3.14 plus some subsequent patches (including the page-cache performance patch) from trunk. (check-in: [d9f8918c5b] user: drh branch: begin-concurrent, size: 8764) | |
2016-08-08
| ||
14:21 | [16644d79a6] part of check-in [c3cd543f33] Merge all changes from the 3.14 release. (check-in: [c3cd543f33] user: drh branch: apple-osx, size: 8453) | |
2016-08-05
| ||
16:16 | [966d2769e7] part of check-in [ae72513af3] Undo commit [f250166bb]. It is required to handle IO and other errors that occur within a VACUUM of a Zipvfs database. (check-in: [ae72513af3] user: dan branch: trunk, size: 8403) | |
2016-07-25
| ||
17:31 | [0bd89bacf4] part of check-in [e98cefb17d] Merge 3.14 alpha changes from trunk. (check-in: [e98cefb17d] user: drh branch: apple-osx, size: 8416) | |
2016-07-09
| ||
16:14 | [031a87445e] part of check-in [5471aca015] Fix various internal #defines to conform to new C-language naming restrictions, specifically that private-use macros names must not begin with "_". (check-in: [5471aca015] user: drh branch: trunk, size: 8366) | |
2016-05-23
| ||
02:57 | [156c60a057] part of check-in [815cc2bb48] Merge changes from trunk. (check-in: [815cc2bb48] user: drh branch: apple-osx, size: 8401) | |
2016-05-20
| ||
18:09 | [8ab6b6feee] part of check-in [f250166bb3] Remove the sqlite3PagerClearCache() routine, which does not accomplish anything useful. (check-in: [f250166bb3] user: drh branch: trunk, size: 8351) | |
2016-04-21
| ||
15:35 | [7b85589162] part of check-in [a15c49aed0] Merge all recent enhancements from trunk. (check-in: [a15c49aed0] user: drh branch: apple-osx, size: 8439) | |
2016-04-20
| ||
12:16 | [6656436178] part of check-in [1f709fbf93] Merge all recent enhancements from trunk. (check-in: [1f709fbf93] user: drh branch: begin-concurrent, size: 8750) | |
2016-04-14
| ||
16:40 | [329bdf078a] part of check-in [7b7a69d098] Add the SF_HasAgg constant (currently unused). Also enhance the comments on many other constant definitions to detail constraints on their values. (check-in: [7b7a69d098] user: drh branch: trunk, size: 8389) | |
2016-04-05
| ||
00:44 | [97f153d13c] part of check-in [0c97b80240] Avoid unnecessary memset() operations in sqlite3PagerGet(). (check-in: [0c97b80240] user: drh branch: pager-get-noinit, size: 8062) | |
2016-03-16
| ||
19:34 | [bb26afd6fa] part of check-in [a7978ab6d2] Merge the latest enhancements from trunk. (check-in: [a7978ab6d2] user: drh branch: begin-concurrent, size: 8352) | |
2016-02-26
| ||
16:14 | [ff4c0c4bdf] part of check-in [4fb4aee83d] Merge all recent enhancements from trunk, and in particular the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER change. (check-in: [4fb4aee83d] user: drh branch: apple-osx, size: 8041) | |
2016-02-22
| ||
23:44 | [e1d38a2f14] part of check-in [aa9f4c622a] Remove code not needed now that synchronous=OFF database files no longer trigger the use of a master journal. (check-in: [aa9f4c622a] user: drh branch: trunk, size: 7991) | |
2016-02-05
| ||
14:34 | [6dec8fe480] part of check-in [332c8036ca] Merge PRAGMA synchronous=EXTRA and OOM performance enhancements from trunk. (check-in: [332c8036ca] user: drh branch: begin-concurrent, size: 8384) | |
14:29 | [3de08f9056] part of check-in [201fcbeef3] Merge OOM handling optimizations and PRAGMA synchronous=EXTRA as well as other enhancements from trunk. (check-in: [201fcbeef3] user: drh branch: apple-osx, size: 8073) | |
2016-02-03
| ||
19:20 | [f3eb324a3f] part of check-in [af92401826] Add "PRAGMA synchronous=EXTRA" which syncs the directory containing the rollback journal when the rollback journal is deleted in order to commit a transaction in DELETE mode. (check-in: [af92401826] user: drh branch: trunk, size: 8023) | |
2016-01-14
| ||
15:46 | [4a489a631d] part of check-in [fccc5f20c3] Merge the latest enhancements and fixes from trunk. (check-in: [fccc5f20c3] user: dan branch: begin-concurrent, size: 8312) | |
15:03 | [fe401b665c] part of check-in [d85774e0dc] Merge the latest enhancements and fixes from trunk. (check-in: [d85774e0dc] user: drh branch: apple-osx, size: 8001) | |
2016-01-09
| ||
16:39 | [bbbfe27618] part of check-in [5d113aef2c] If a single page is written to the wal file more than once, have each subsequent copy overwrite the original frame. (check-in: [5d113aef2c] user: dan branch: wal-overwrite-frames, size: 7956) | |
2016-01-08
| ||
02:27 | [1c2a49143d] part of check-in [a02ace9a74] Add the experimental SQLITE_FCNTL_JOURNAL_POINTER file control for obtaining the sqlite3_file pointer associated with a rollback journal or WAL file. (check-in: [a02ace9a74] user: drh branch: file-control-journal, size: 7951) | |
2015-12-16
| ||
19:55 | [d72d174e10] part of check-in [cb22efaf50] Merge recent enhancements from trunk. (check-in: [cb22efaf50] user: drh branch: begin-concurrent, size: 8268) | |
2015-12-11
| ||
12:53 | [a038f5d7d5] part of check-in [7e7b240645] Merge recent trunk enhancements, and in particular the snapshot interface. (check-in: [7e7b240645] user: drh branch: apple-osx, size: 7957) | |
2015-12-05
| ||
20:51 | [bf25005b46] part of check-in [0715eb00aa] Add untested implementations of experimental APIs sqlite3_snapshot_get(), _open() and _free(). (check-in: [0715eb00aa] user: dan branch: snapshot-get, size: 7907) | |
2015-12-02
| ||
20:53 | [c6b437a654] part of check-in [9130661a78] Merge recent enhancements from trunk. (check-in: [9130661a78] user: drh branch: begin-concurrent, size: 8076) | |
20:22 | [3bb11e11eb] part of check-in [e1fb33c7d2] Merge all recent trunk enhancements, especially the unix VFS changes. (check-in: [e1fb33c7d2] user: drh branch: apple-osx, size: 7765) | |
2015-11-28
| ||
18:06 | [9153c71a89] part of check-in [7c6a809e25] Add the SQLITE_FCNTL_VFS_POINTER file control which obtains a pointer to the top-level VFS in use by a database connection. (check-in: [7c6a809e25] user: drh branch: trunk, size: 7715) | |
2015-11-20
| ||
13:49 | [f392409a9c] part of check-in [41c8b8e39b] Merge all the latest enhancements and fixes from trunk. (check-in: [41c8b8e39b] user: drh branch: begin-concurrent, size: 8082) | |
2015-11-12
| ||
16:51 | [22bbab15f4] part of check-in [e72331c719] Merge the latest enhancements from trunk, and in particular the "PRAGMA cache_spill=N" change. (check-in: [e72331c719] user: drh branch: apple-osx, size: 7771) | |
14:57 | [87c4118a71] part of check-in [549d42be0d] First attempt at enhancing the "PRAGMA cache_spill" statement to accept a cache threashold size. (check-in: [549d42be0d] user: drh branch: cache_spill=N, size: 7721) | |
2015-11-07
| ||
01:57 | [86484ef4aa] part of check-in [5429f99b98] Merge recent enhancements and fixes from trunk. (check-in: [5429f99b98] user: drh branch: apple-osx, size: 7728) | |
2015-11-04
| ||
20:22 | [7fc069c07f] part of check-in [708253be34] Rename the sqlite3PagerAcquire() function to sqlite3PagerGet(). The former macro called sqlite3PagerGet() has been removed. (check-in: [708253be34] user: drh branch: trunk, size: 7678) | |
2015-10-30
| ||
17:17 | [6f280ca64b] part of check-in [f2cde4cfc5] Merge the sqlite3_db_cacheflush() enhancements and other changes from trunk. (check-in: [f2cde4cfc5] user: drh branch: begin-concurrent, size: 8107) | |
16:23 | [33a0e40fa4] part of check-in [6e4306efaf] Merge latest trunk changes, including sqlite3_db_cacheflush(), with this branch. (check-in: [6e4306efaf] user: dan branch: apple-osx, size: 7796) | |
2015-10-28
| ||
19:46 | [1c4fa826c3] part of check-in [65b86dc1fa] Add experimental API sqlite3_db_cacheflush(). (check-in: [65b86dc1fa] user: dan branch: cacheflush, size: 7746) | |
2015-09-24
| ||
15:17 | [4d9e5ec29e] part of check-in [c63c1e15f8] Merge all recent trunk enhancements and fixes into the begin-concurrent branch. (check-in: [c63c1e15f8] user: drh branch: begin-concurrent, size: 8076) | |
14:43 | [9c77ab70c5] part of check-in [4dd06d8ba1] Merge recent trunk enhancements into the apple-osx branch. (check-in: [4dd06d8ba1] user: drh branch: apple-osx, size: 7765) | |
2015-09-23
| ||
19:17 | [ac213f8143] part of check-in [5b61b72f54] Take care that the number of reserved bits per page is consistent between the source and destination databases when doing the back-copy on a VACUUM. (check-in: [5b61b72f54] user: drh branch: trunk, size: 7715) | |
2015-09-03
| ||
15:17 | [244606cccd] part of check-in [f8ae9bfd05] Changes from ENABLE_CONCURRENT (default off) to OMIT_CONCURRENT (default on). This is not a clear-cut decision and might be changed back. (check-in: [f8ae9bfd05] user: drh branch: begin-concurrent, size: 7999) | |
2015-09-01
| ||
17:48 | [174fd2cd70] part of check-in [5ed2a445a1] Fixes so that it builds without warnings both with and without SQLITE_ENABLE_CONCURRENT. (check-in: [5ed2a445a1] user: drh branch: begin-concurrent, size: 8000) | |
2015-08-28
| ||
02:12 | [c2471a089c] part of check-in [da8646582a] Merge trunk enhancements into the apple-osx branch. Most tests works, but there are yet a few issues to be resolved. (check-in: [da8646582a] user: drh branch: apple-osx, size: 7688) | |
2015-08-27
| ||
17:42 | [f00930ca3b] part of check-in [fc17f73170] Fix a problem whereby concurrent transactions would not consider pages read by the transaction before the first write statement. (check-in: [fc17f73170] user: dan branch: begin-concurrent, size: 7969) | |
2015-08-24
| ||
19:56 | [1335b624cd] part of check-in [ba1ab858e2] Change "BEGIN UNLOCKED" to "BEGIN CONCURRENT". (check-in: [ba1ab858e2] user: dan branch: begin-concurrent, size: 7842) | |
2015-08-21
| ||
20:11 | [1e7b0fc384] part of check-in [53aaeea6c9] Fix many minor issues in the unlocked transaction code. (check-in: [53aaeea6c9] user: dan branch: begin-concurrent, size: 7840) | |
2015-08-19
| ||
20:27 | [3fc23bca2e] part of check-in [3bbc31d515] When committing an unlocked transaction, relocate newly allocated database pages within the file to avoid conflicting with committed transactions. There are lots of things still to fix in this code. (check-in: [3bbc31d515] user: dan branch: begin-concurrent, size: 7874) | |
2015-08-10
| ||
20:22 | [ad181d413f] part of check-in [ac5d2e9d76] Add the sqlite3_experimental_log_open() interface. This is for diagnostic use only and is not intended to ever go on trunk. (check-in: [ac5d2e9d76] user: drh branch: experimentalIoLog, size: 7699) | |
2015-07-29
| ||
12:14 | [41938212a5] part of check-in [0b9718426e] Only allow UNLOCKED transactions to commit if none of the pages read by the transaction have been modified since it was opened. (check-in: [0b9718426e] user: dan branch: begin-concurrent, size: 7730) | |
2015-07-27
| ||
19:31 | [b6cf6e9552] part of check-in [8079421604] Add an experimental "BEGIN UNLOCKED" command. (check-in: [8079421604] user: dan branch: begin-concurrent, size: 7746) | |
2015-07-01
| ||
17:13 | [6d435f563b] part of check-in [1c52212369] Rework the PRAGMA integrity_check logic. Simplify the checkTreePage() routine and clean up the error messages generated. (check-in: [1c52212369] user: drh branch: integrity-check-refactor, size: 7638) | |
2015-02-07
| ||
19:17 | [20954a3fa1] part of check-in [8ac58e4678] Remove "PRAGMA pager_ota_mode". (check-in: [8ac58e4678] user: dan branch: ota-update-no-pager_ota_mode, size: 7690) | |
2015-01-28
| ||
12:00 | [19d83e2782] part of check-in [17c69be805] Merge in all changes from trunk. (check-in: [17c69be805] user: drh branch: ota-update, size: 7796) | |
2015-01-02
| ||
19:17 | [5ead19acf6] part of check-in [df3cdf9f06] Merge the latest changes from trunk into the apple-osx branch. (check-in: [df3cdf9f06] user: drh branch: apple-osx, size: 7659) | |
2014-12-19
| ||
19:28 | [c3476e7c89] part of check-in [43db1f44bc] Experimental "PRAGMA data_version" command for detecting when another process has changed the database file. (check-in: [43db1f44bc] user: drh branch: data_version_pragma, size: 7609) | |
2014-11-21
| ||
14:37 | [c6157af66a] part of check-in [7ef44c5b5b] Merge latest trunk changes with this branch. (check-in: [7ef44c5b5b] user: dan branch: ota-update, size: 7759) | |
2014-10-27
| ||
18:42 | [78ba46ce1f] part of check-in [10aaf3b148] Merge latest enhancements, including the SQLITE_ENABLE_API_ARMOR patch, from trunk. (check-in: [10aaf3b148] user: drh branch: apple-osx, size: 7622) | |
2014-10-24
| ||
16:40 | [d1eee3c3f7] part of check-in [eab8706dc4] Fix some minor formatting and code organization issues. (check-in: [eab8706dc4] user: dan branch: defrag-opt, size: 7572) | |
2014-10-20
| ||
16:24 | [997a4aa3ba] part of check-in [0bf1301aac] Have the ota extension perform an incremental checkpoint after generating the wal file. (check-in: [0bf1301aac] user: dan branch: ota-update, size: 7714) | |
2014-10-09
| ||
19:35 | [8b6707cb32] part of check-in [29304499ea] Change the balance_nonroot() routine to reduce the amount of memcpy work that takes place. This is a work in progress. (check-in: [29304499ea] user: dan branch: defrag-opt, size: 7567) | |
2014-09-16
| ||
20:02 | [b62e645e8a] part of check-in [decaccc37c] Clarify the effects of the pager_ota_mode pragma. Add tests and fixes for the same. (check-in: [decaccc37c] user: dan branch: ota-update, size: 7634) | |
2014-09-15
| ||
19:34 | [5c13927809] part of check-in [48d201cd8b] Remove the experimental sqlite3_transaction_save() and restore() APIs. (check-in: [48d201cd8b] user: dan branch: ota-update, size: 7581) | |
2014-09-03
| ||
19:30 | [6a08df06b7] part of check-in [209f672e58] Split part of "PRAGMA ota_mode" off into "PRAGMA pager_ota_mode". This allows some specialized custom VFS implementations to intercept and implement the expected pager-related effects of this pragma. (check-in: [209f672e58] user: dan branch: ota-update, size: 7731) | |
2014-09-02
| ||
19:59 | [1acd367a0f] part of check-in [2954ab5010] Add an experimental extension for applying bulk updates to databases. (check-in: [2954ab5010] user: dan branch: ota-update, size: 7682) | |
2014-05-08
| ||
23:01 | [8feb18f845] part of check-in [9411d7dc6f] Initial attempt to merge in all trunk changes over the previous 1.5 years. This check-in compiles but there are compiler warnings and "make test" segfaults after only running a few test modules. (check-in: [9411d7dc6f] user: drh branch: apple-osx, size: 7577) | |
2014-04-24
| ||
13:20 | [996123976d] part of check-in [34155c406c] Add sqlite3_log() diagnostic messages for a specific type of corruption where the file size is reported to be too small relative to the size in the header. This branch is intended to help debug a specific problem reported from the wild and is not for general use. (check-in: [34155c406c] user: drh branch: filesize-debug, size: 6400) | |
2013-12-13
| ||
19:35 | [ffd5607f7b] part of check-in [e00f37e233] Create and use a new pager interface sqlite3PagerUnrefNotNull() that works just like sqlite3PagerUnref() but guarantees that its argument is not a NULL pointer. (check-in: [e00f37e233] user: drh branch: trunk, size: 7527) | |
2013-12-09
| ||
20:42 | [6a790b64a9] part of check-in [32fb1784af] Modify the way some internal file-controls are invoked. In order to support multi-file transactions in the zipvfs extension. (check-in: [32fb1784af] user: dan branch: zipvfs-multifile-commit, size: 7487) | |
2013-08-21
| ||
23:42 | [f094af9f6e] part of check-in [617e23ec28] Simplify the btreeGetPage() routine so that it uses a single flag parameter in place of two boolean parameters. (check-in: [617e23ec28] user: drh branch: trunk, size: 7466) | |
2013-08-16
| ||
20:42 | [66e42d6942] part of check-in [cdb181c04f] Add the cache_spill pragma. (check-in: [cdb181c04f] user: drh branch: cache_spill, size: 7474) | |
2013-03-25
| ||
23:09 | [5cb78b8e1a] part of check-in [1b37c4effd] Memory-mapped I/O is now on by default. The "PRAGMA mmap_limit(N)" can be used to issue a hint to the VFS to limit mmap space to N bytes. The VFS is free to ignore that hint if desired. However, if "PRAGMA mmap_limit(0)" is used, xFetch is never called. (check-in: [1b37c4effd] user: drh branch: experimental-mmap, size: 6853) | |
2013-03-23
| ||
21:00 | [faf4bed79e] part of check-in [1431be9557] Replace the sqlite3_io_methods.xMremap interface with sqlite3_io_methods.xFetch and xUnfetch. (check-in: [1431be9557] user: dan branch: experimental-mmap, size: 6885) | |
2013-03-22
| ||
18:20 | [bbc9170281] part of check-in [d190ddabc3] Allow the database file to be memory mapped in wal mode. (check-in: [d190ddabc3] user: dan branch: experimental-mmap, size: 7004) | |
2013-03-20
| ||
14:26 | [241d72dc09] part of check-in [14135da3cd] When possible, use memory mapping when appending new pages to a database file. (check-in: [14135da3cd] user: dan branch: experimental-mmap, size: 6842) | |
2013-03-15
| ||
18:29 | [81ac95f4fc] part of check-in [b387e2f9d2] Allow read-only cursors to use mmap pages even if there is an open write transaction. (check-in: [b387e2f9d2] user: dan branch: experimental-mmap, size: 6798) | |
2012-10-10
| ||
09:46 | [1109a06578] part of check-in [f7437153b9] Move a couple of WAL-related function declarations in sqliteInt.h and pager.h into "#ifndef SQLITE_OMIT_WAL" blocks. Otherwise, the amalgamation fails to build using some compilers with SQLITE_OMIT_WAL (static function declared but not defined). (check-in: [f7437153b9] user: dan branch: trunk, size: 6575) | |
2012-10-01
| ||
06:50 | [bdbc379557] part of check-in [6b4ff83bff] Ensure that the value returned by xSectorSize() is reasonable (currently defined as between 2^5 and 2^16 bytes) before using it to calculate the amount of padding to add to a wal file. (check-in: [6b4ff83bff] user: dan branch: trunk, size: 6533) | |
2012-06-08
| ||
01:13 | [491e782fbe] part of check-in [9d1b851562] Merge trunk changes into the apple-osx branch. (check-in: [9d1b851562] user: drh branch: apple-osx, size: 6544) | |
2012-05-27
| ||
01:19 | [8b8c9bc065] part of check-in [595dfdbffe] Have user interfaces report out the filename of in-memory databases as an empty string, as it always has. This simplifies the changes. (check-in: [595dfdbffe] user: drh branch: shared-cache-memdb, size: 6494) | |
2012-05-09
| ||
22:36 | [42926ac0fe] part of check-in [6547929410] Added support for SQLITE_ENABLE_PERSIST_WAL compile time macro, retrieving lastErrno from WAL file and setting last errno when writes fail due to space constraints (check-in: [6547929410] user: adam branch: apple-osx, size: 6539) | |
2012-02-24
| ||
14:33 | [ef1eaf8593] part of check-in [3130275c64] Add #ifdef SQLITE_ENABLE_ZIPVFS around those bits of code that are only used by ZIPVFS. (check-in: [3130275c64] user: drh branch: trunk, size: 6489) | |
2012-02-23
| ||
15:35 | [0ccc8260fa] part of check-in [786e24dc56] Add the sqlite3PagerWalFramesize() function to pager.c. This is used by zipvfs. (check-in: [786e24dc56] user: dan branch: trunk, size: 6453) | |
2012-01-17
| ||
15:29 | [a435da8421] part of check-in [96900c47e4] Remove the undocumented PRAGMA omit_readlock hack. (check-in: [96900c47e4] user: drh branch: trunk, size: 6407) | |
2011-11-16
| ||
19:29 | [5cd7608577] part of check-in [3f58e7c889] Add the sqlite3_db_release_memory() interface and the shrink_memory pragma. (check-in: [3f58e7c889] user: drh branch: trunk, size: 6484) | |
2011-11-14
| ||
12:34 | [13fd98ed10] part of check-in [638a39bbaa] Further work on mmap(). Still does not work right - autovacuum tests are the first to fail. (check-in: [638a39bbaa] user: drh branch: mmap-experimental, size: 6447) | |
01:55 | [a29eabed35] part of check-in [09be42d5fa] Begin making experimental changes to use mmap() for reading content from a database. The code compiles, but crashes on the test suite. (check-in: [09be42d5fa] user: drh branch: mmap-experimental, size: 6449) | |
2011-10-21
| ||
14:27 | [9f81b08efb] part of check-in [07159e84b4] If an error occurs while writing to the database file during a VACUUM, discard the contents of the in-memory cache. This is required as if the database is a zipvfs database, the contents of the cache may be inconsistent with respect to the database as stored on disk. (check-in: [07159e84b4] user: dan branch: trunk, size: 6451) | |
2011-09-22
| ||
14:41 | [dbcaa791e8] part of check-in [5100b6e9dc] Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options. For querying the number of cache hits and misses on a per-connection basis. (check-in: [5100b6e9dc] user: dan branch: trunk, size: 6413) | |
2011-09-20
| ||
15:53 | [f79a313fd2] part of check-in [892723575c] Add SQLITE_STMTSTATUS_CACHE_HIT/MISS and SQLITE_DB_STATUS_CACHE_HIT/MISS. For querying the number of pager cache hits and misses on a statement or connection basis. (check-in: [892723575c] user: dan branch: cache-stats, size: 6411) | |
2011-09-02
| ||
21:42 | [6bea8d1949] part of check-in [a9a64592cf] Remove some dead code. Fix a faulty assert(). Improve some variable names. (check-in: [a9a64592cf] user: drh branch: merge-sort, size: 6438) | |
2011-08-26
| ||
00:34 | [2bab1b2ea4] part of check-in [c71d73201d] Create a new pager type, PAGER_SORTER, for use in the external merge sort. Such pagers are always held in memory but do report when they are under memory pressure by calling pagerStress. (check-in: [c71d73201d] user: drh branch: trunk, size: 6513) | |
2011-05-11
| ||
14:57 | [34c6b02944] part of check-in [671ba5fc59] Only open a read-only connection to shared-memory if the "readonly_shm=1" option is specified as part of the database file URI (and if a read-write connection fails). (check-in: [671ba5fc59] user: dan branch: wal-readonly, size: 6438) | |
2010-11-19
| ||
18:51 | [3f8c783de1] part of check-in [ebf74015f0] Merge the checkpoint_fullfsync pragma and the superlock demonstration into the checkpoint-v2 experimental branch. (check-in: [ebf74015f0] user: drh branch: blocking-checkpoint, size: 6359) | |
18:23 | [0ea59db2a3] part of check-in [a069867301] Add the checkpoint_fullfsync pragma which enables F_FULLFSYNC on checkpoint operations only, not during ordinary commit fsyncs. (check-in: [a069867301] user: drh branch: trunk, size: 6342) | |
2010-11-18
| ||
12:11 | [e2485f2f2f] part of check-in [72787c010c] Modify the interface to the blocking wal-checkpoint functionality. (check-in: [72787c010c] user: dan branch: blocking-checkpoint, size: 6355) | |
2010-11-16
| ||
18:56 | [ad7d8db0fb] part of check-in [7e3fc2c833] Add experimental command "PRAGMA wal_blocking_checkpoint", which uses the busy-handler to block until all readers have finished in order to ensure the next writer will be able to wrap around to the start of the log file. (check-in: [7e3fc2c833] user: dan branch: blocking-checkpoint, size: 6343) | |
2010-08-30
| ||
15:02 | [8167a1e720] part of check-in [0900e35348] Remove the sqlite3BtreeFactory() wrapper routine. All modules now call sqlite3BtreeOpen() directly. (check-in: [0900e35348] user: drh branch: trunk, size: 6338) | |
2010-08-14
| ||
17:12 | [ef8c8f71ab] part of check-in [7dd78eb797] Change sqlite3PagerPagecount() to return void, since the return value was always SQLITE_OK and was never used. (check-in: [7dd78eb797] user: drh branch: trunk, size: 6275) | |
2010-08-12
| ||
02:41 | [985a83d35b] part of check-in [45362437d4] Increase the maximum page size from 32k to 64k. (check-in: [45362437d4] user: drh branch: trunk, size: 6274) | |
2010-07-30
| ||
11:20 | [80726162dc] part of check-in [40f7f0a583] Cherry-pick the multi-file transaction fix for ticket [f3e5abed55] out of the experimental branch. (check-in: [40f7f0a583] user: drh branch: trunk, size: 6274) | |
2010-06-22
| ||
21:15 | [879fdde5a1] part of check-in [2c90276e34] Disable code used only by the codec when the codec is not deployed. (check-in: [2c90276e34] user: drh branch: trunk, size: 6235) | |
15:18 | [051ed521fb] part of check-in [393741eba3] Add codec support to wal mode. (check-in: [393741eba3] user: dan branch: trunk, size: 6281) | |
2010-06-11
| ||
17:01 | [ca1f23c0cf] part of check-in [95cc3f6fde] Refactor and simplify the logic used to change journalmode. (check-in: [95cc3f6fde] user: drh branch: trunk, size: 6133) | |
2010-05-12
| ||
18:01 | [76466c3a5a] part of check-in [2b00152c1a] Refactoring the VFS-SHM methods used by WAL. This version compiles and runs non-WAL test cases but crashes and burns on wal.test. (check-in: [2b00152c1a] user: drh branch: wal-refactor, size: 6022) | |
2010-04-29
| ||
22:34 | [934b598583] part of check-in [62db5fa3b6] Refactor wal.c to use the VFS. This check-in compiles and links and works ok as long as you leave WAL turned off, but WAL does not work. (check-in: [62db5fa3b6] user: drh branch: wal, size: 5977) | |
2010-04-20
| ||
18:53 | [cee4487ab4] part of check-in [96bef18c14] Use the read and write version fields of the database header to mark a database as operating in wal-mode. (check-in: [96bef18c14] user: dan branch: wal, size: 5977) | |
2010-04-19
| ||
18:03 | [aeaee9ceb4] part of check-in [9bda601455] Add the sqlite3_log_hook() interface for scheduling checkpoints. (check-in: [9bda601455] user: dan branch: wal, size: 5882) | |
2010-04-13
| ||
11:56 | [ce5d076f38] part of check-in [27dc5977c1] Remove old code to interpret an argument (no longer used) to "PRAGMA checkpoint". (check-in: [27dc5977c1] user: dan branch: wal, size: 5837) | |
2010-04-12
| ||
19:00 | [80c57ba672] part of check-in [409d61baeb] Import experimental write-ahead-logging code. (check-in: [409d61baeb] user: dan branch: wal, size: 5794) | |
2010-03-10
| ||
21:42 | [ef8a2cf100] part of check-in [418c6d8113] Add the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_status(). The highwater mark does not yet work on this verb. (check-in: [418c6d8113] user: drh branch: trunk, size: 5722) | |
2009-11-10
| ||
01:30 | [1b32faf2e5] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 5689) | |
2009-07-24
| ||
19:01 | [11852d044c] part of check-in [866216c0b6] Further simplifications to pager.c in support of structural coverage testing. (CVS 6929) (check-in: [866216c0b6] user: drh branch: trunk, size: 5751) | |
2009-07-21
| ||
19:25 | [5bd96ed838] part of check-in [0b41dfc066] Change getAndInitPage() (btree.c) to use only PagerAcquire(), not PagerLookup() and PagerAcquire(). (CVS 6916) (check-in: [0b41dfc066] user: danielk1977 branch: trunk, size: 5780) | |
2009-06-18
| ||
17:22 | [5aec418bf9] part of check-in [ed08b53cd6] Move codec management from database connections into the pager so that it will work together with shared cache. (CVS 6782) (check-in: [ed08b53cd6] user: drh branch: trunk, size: 5729) | |
2009-04-30
| ||
09:10 | [73f481a308] part of check-in [38f8c5a14c] When SQLite is configured to use in-memory temp files (either by setting SQLITE_TEMP_STORE during compilation or using the temp_store pragma at run time), store statement/savepoint journals in memory also. Ticket #3825. (CVS 6575) (check-in: [38f8c5a14c] user: danielk1977 branch: trunk, size: 5875) | |
2009-02-03
| ||
16:51 | [0c9f3520c0] part of check-in [663479b417] Commit first version of the 'backup' feature. (CVS 6241) (check-in: [663479b417] user: danielk1977 branch: trunk, size: 5870) | |
2009-01-31
| ||
14:54 | [eccf5cdeeb] part of check-in [407830c683] Avoid a segfault when running vacuum on an in-memory database. Ticket #3620. (CVS 6221) (check-in: [407830c683] user: danielk1977 branch: trunk, size: 5823) | |
2009-01-24
| ||
11:30 | [59e3b500a0] part of check-in [bfc71edca4] Fix some minor compiler warnings. Added sqlite3Isalpha() for use in the soundex() function. (CVS 6203) (check-in: [bfc71edca4] user: drh branch: trunk, size: 5875) | |
2009-01-23
| ||
16:45 | [869b7027b0] part of check-in [9c0b9f8813] Optimization: When loading a new page into the cache, avoid redundant memset() calls to zero it. (CVS 6201) (check-in: [9c0b9f8813] user: danielk1977 branch: trunk, size: 5924) | |
2009-01-20
| ||
17:06 | [95b9802f6a] part of check-in [12f7346c13] Big change to make pager.c easier to follow. Unused variables removed, comments improved, etc. (CVS 6197) (check-in: [12f7346c13] user: danielk1977 branch: trunk, size: 5924) | |
2009-01-16
| ||
16:23 | [3345547d4b] part of check-in [a353c1ab37] Revert (6187). (CVS 6188) (check-in: [a353c1ab37] user: danielk1977 branch: trunk, size: 4921) | |
15:21 | [61a5259af2] part of check-in [aa67fd0cdb] This commit is an error. Reverted by (6188). (CVS 6187) (check-in: [aa67fd0cdb] user: danielk1977 branch: trunk, size: 5925) | |
2009-01-07
| ||
15:18 | [9870acb2d6] part of check-in [83d1eafbde] Fix for 'truncate file' operations on in-memory databases. (CVS 6131) (check-in: [83d1eafbde] user: danielk1977 branch: trunk, size: 4921) | |
2009-01-06
| ||
14:19 | [0793c5e4fa] part of check-in [da770a8dff] Fix compiler warnings. (CVS 6117) (check-in: [da770a8dff] user: drh branch: trunk, size: 4952) | |
2009-01-02
| ||
18:10 | [7539687991] part of check-in [78dd7909da] Fix compiler warnings in pager.c (CVS 6102) (check-in: [78dd7909da] user: drh branch: trunk, size: 5061) | |
2008-12-27
| ||
15:23 | [0579740d4c] part of check-in [08352f9ea9] Fix a problem with savepoint and incremental-vacuum. (CVS 6066) (check-in: [08352f9ea9] user: danielk1977 branch: trunk, size: 5075) | |
2008-12-17
| ||
17:30 | [7191294438] part of check-in [34b56600ec] Add the savepoint feature. This feature is largely untested at this point. (CVS 6036) (check-in: [34b56600ec] user: danielk1977 branch: trunk, size: 4950) | |
2008-12-10
| ||
16:45 | [37f5173612] part of check-in [da1cbfa766] Add explicit casts to silence nuisance warnings from VC++. (CVS 6004) (check-in: [da1cbfa766] user: drh branch: trunk, size: 4822) | |
2008-11-19
| ||
10:22 | [a02ef8e6cc] part of check-in [7bd1ac1899] Simplify the way the pager layer invokes the busy-handler callback. (CVS 5922) (check-in: [7bd1ac1899] user: danielk1977 branch: trunk, size: 4831) | |
2008-10-17
| ||
18:51 | [4a57b219c0] part of check-in [39ebf01add] Add "pragma journal_mode=memory". Change the way rollback works for in-memory databases so that it reuses the journal_mode=memory code. (CVS 5830) (check-in: [39ebf01add] user: danielk1977 branch: trunk, size: 4834) | |
2008-09-29
| ||
11:49 | [9c1917be28] part of check-in [40425e9342] Instead of storing a pointer to the parent page in the MemPage structure, have each B-Tree cursor keep track of the ancestry of the current page. (CVS 5747) (check-in: [40425e9342] user: danielk1977 branch: trunk, size: 4763) | |
2008-09-26
| ||
21:08 | [30e71f447e] part of check-in [7c561f2e92] Add the "truncate" journal mode which commits transactions by truncating the rollback journal file to zero length and not calling fsync(). (CVS 5745) (check-in: [7c561f2e92] user: drh branch: trunk, size: 4734) | |
2008-09-18
| ||
17:34 | [1ef5a3f8e0] part of check-in [6b998f3066] Avoid parsing the structure of b-tree pages (in sqlite3BtreeInitPage) more than is necessary. (CVS 5720) (check-in: [6b998f3066] user: danielk1977 branch: trunk, size: 4665) | |
2008-09-01
| ||
17:23 | [c45380ca9d] part of check-in [7a577428b2] Remove an unused function declaration from a header file. Ticket #3349. (CVS 5651) (check-in: [7a577428b2] user: drh branch: trunk, size: 4661) | |
2008-08-27
| ||
15:16 | [914103bb62] part of check-in [9e9325997e] Use a bitvec object to store the set of pages with the 'always-rollback' property for a transaction. (CVS 5622) (check-in: [9e9325997e] user: danielk1977 branch: trunk, size: 4717) | |
2008-08-22
| ||
17:34 | [3b9c138d2e] part of check-in [6de9c084fc] Remove dead code. (CVS 5601) (check-in: [6de9c084fc] user: drh branch: trunk, size: 4710) | |
2008-08-21
| ||
12:19 | [3778bea71d] part of check-in [d025866b09] Fix the functionality associated with sqlite3_release_memory() and sqlite3_soft_heap_limit(). It is automatically disabled if the SQLITE_CONFIG_PAGECACHE option is used. (CVS 5576) (check-in: [d025866b09] user: danielk1977 branch: trunk, size: 4780) | |
2008-08-20
| ||
14:49 | [fb9376af5b] part of check-in [cb494e10d7] Add the pcache module from the experimental branch. Also change things so that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566) (check-in: [cb494e10d7] user: danielk1977 branch: trunk, size: 4903) | |
2008-07-16
| ||
18:17 | [588c1ac195] part of check-in [1d01c02ab0] Eliminate some unnecessary IO during a commit in full auto-vacuum mode. (CVS 5426) (check-in: [1d01c02ab0] user: danielk1977 branch: trunk, size: 4837) | |
2008-06-07
| ||
08:58 | [6aa3050a3c] part of check-in [e9f01c0186] Change the signature of sqlite3PagerPagecount() so that it can return an error code. (CVS 5195) (check-in: [e9f01c0186] user: danielk1977 branch: trunk, size: 4833) | |
2008-06-06
| ||
11:11 | [7b1de4bf2c] part of check-in [5173b3e816] Remove the xGetTempname() method from the vfs structure. Temp files are now opened by passing a NULL pointer as the filename to xOpen(). (CVS 5190) (check-in: [5173b3e816] user: danielk1977 branch: trunk, size: 4827) | |
2008-06-04
| ||
06:45 | [71c58cd613] part of check-in [5c59f469d0] Add "pragma journal_size_limit", used to limit the space consumed by persistent journal files left in the file-system after a transaction has concluded in exclusive (or journal_mode=persist) mode. (CVS 5185) (check-in: [5c59f469d0] user: danielk1977 branch: trunk, size: 4792) | |
2008-05-27
| ||
18:11 | [1ccde54041] part of check-in [b5fd8a239d] Explicitly typedef Pgno as 'u32' instead of 'unsigned int' to remove a few warnings/errors from native x86_64 compile. (CVS 5163) (check-in: [b5fd8a239d] user: shane branch: trunk, size: 4489) | |
2008-05-01
| ||
17:03 | [4f051fd856] part of check-in [227a6f67c2] Fix harmless compiler warnings. (CVS 5073) (check-in: [227a6f67c2] user: drh branch: trunk, size: 4496) | |
2008-04-17
| ||
17:02 | [45ec218859] part of check-in [8eaa0c7102] Add the journal_mode pragma. This is currently just syntax - it is not operational. (CVS 5024) (check-in: [8eaa0c7102] user: drh branch: trunk, size: 4556) | |
2008-03-20
| ||
11:04 | [b1e2258f03] part of check-in [871df0e7c3] Allow a VACUUM operation to change the page-size in the same way as it can be used to change a database between auto-vacuum and normal mode. (CVS 4896) (check-in: [871df0e7c3] user: danielk1977 branch: trunk, size: 4177) | |
2008-02-02
| ||
20:47 | [8174615ffd] part of check-in [fccb217d91] Delete unused "pager3_refinfo_enable" flag and its associated debugging macros. Ticket #2923. (CVS 4774) (check-in: [fccb217d91] user: drh branch: trunk, size: 4127) | |
2007-11-28
| ||
16:19 | [f504f7ae84] part of check-in [98960132dc] Change the BTree so that it uses the Pagers temporary page space when reorganizing the rows on a page, rather than mallocing for space of its own. In this way, we avoid having to deal with a malloc failure deep down inside the page reorganizer. Ticket #2806 (CVS 4577) (check-in: [98960132dc] user: drh branch: trunk, size: 4156) | |
2007-09-03
| ||
15:19 | [d783e7f184] part of check-in [020a2b10d4] Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Some test cases added but more are needed. Ticket #2616. (CVS 4376) (check-in: [020a2b10d4] user: drh branch: trunk, size: 4119) | |
2007-08-31
| ||
18:34 | [f204c1a9fe] part of check-in [306586c412] Remove the xLockState method for sqlite3_io_methods. Replace it with a defined call to xFileControl(). This simplifies the interface and also gives us coverage testing of sqlite3_file_control(). (CVS 4355) (check-in: [306586c412] user: drh branch: trunk, size: 4117) | |
16:11 | [80fcf5218f] part of check-in [d3ab3e3911] Initial implementation of the sqlite3_file_control() interface. Compiles and passes all historical tests but the new method is itself untested. (CVS 4353) (check-in: [d3ab3e3911] user: drh branch: trunk, size: 4212) | |
2007-08-29
| ||
12:31 | [1ac4468049] part of check-in [e38ef81b85] Modifications to the malloc failure tests to test transient and persistent failures. (CVS 4321) (check-in: [e38ef81b85] user: danielk1977 branch: trunk, size: 4180) | |
2007-08-28
| ||
22:24 | [a9872db184] part of check-in [967ab229af] Clean up the locking in the btree logic. (CVS 4316) (check-in: [967ab229af] user: drh branch: trunk, size: 4171) | |
2007-08-17
| ||
15:53 | [53087c6fb9] part of check-in [af3e3c7acd] Begin migration to using sqlite3_vfs interface. (CVS 4240) (check-in: [af3e3c7acd] user: danielk1977 branch: trunk, size: 4135) | |
2007-05-08
| ||
21:45 | [94110a5570] part of check-in [c5754530c6] Remove compiler warnings in the amalgamation. (CVS 3960) (check-in: [c5754530c6] user: drh branch: trunk, size: 4155) | |
14:51 | [db31691786] part of check-in [b1b74f0668] Add the max_page_count pragma used to limit the maximum size of a database file. Untested. (CVS 3948) (check-in: [b1b74f0668] user: drh branch: trunk, size: 4055) | |
01:08 | [236e4065b3] part of check-in [93b623b232] Begin implementing a new system of upper bounds on the capabilities of SQLite. By clearly defining the upper bounds, we make those upper bounds explicitly testable. This check-in is just infrastructure. The upper bounds are not yet enforced. (CVS 3941) (check-in: [93b623b232] user: drh branch: trunk, size: 4012) | |
2007-04-13
| ||
02:14 | [d652ddf092] part of check-in [32bb2d5859] Fix multiple performance regressions (ticket #2298 among them) and add tests to make sure they do not come back. (CVS 3839) (check-in: [32bb2d5859] user: drh branch: trunk, size: 4819) | |
2007-03-30
| ||
14:06 | [e79a24cf20] part of check-in [66b3ad09ea] Refactoring the btree and pager routines into distinct two-phase commit routines. We've always done a two-phase commit - this change is just making that more apparent in the code. (CVS 3762) (check-in: [66b3ad09ea] user: drh branch: trunk, size: 4824) | |
2007-03-27
| ||
16:19 | [f1b17bf848] part of check-in [b24a6e7b02] Test handling of IO errors that occur in OsDelete() or OsTruncate() operations. Also use an anonymous file for temporary storage during a VACUUM. (CVS 3729) (check-in: [b24a6e7b02] user: danielk1977 branch: trunk, size: 4814) | |
2007-03-24
| ||
16:45 | [3c16500c25] part of check-in [b6c700370b] Changes for exclusive access mode. There are still some bugs. (CVS 3712) (check-in: [b6c700370b] user: danielk1977 branch: trunk, size: 4625) | |
2007-03-19
| ||
17:44 | [9f6b5ef42c] part of check-in [7dc7658887] Modify the interface to the pager sub-system in preparation for performing IO in blocks based on sector-size, not database page-size. (CVS 3705) (check-in: [7dc7658887] user: danielk1977 branch: trunk, size: 4386) | |
2007-03-04
| ||
13:15 | [8881591ca2] part of check-in [2ba5be3119] Changes to the btree and pager that reduce the amount of I/O when dealing with the freelist. (1) Avoid journaling pages of a table that is being deleted. (2) Do not read the original content of pages being pulled off of the freelist. (CVS 3671) (check-in: [2ba5be3119] user: drh branch: trunk, size: 4274) | |
2006-11-06
| ||
21:20 | [2e6d42f4ae] part of check-in [6324ea811e] Use the difference between the SQLITE_IOERR_SHORT_READ and SQLITE_IOERR_READ returns from sqlite3OsRead() to make decisions about what to do with the error. (CVS 3503) (check-in: [6324ea811e] user: drh branch: trunk, size: 4195) | |
2006-08-08
| ||
13:51 | [0cff9de5e9] part of check-in [76e4d41877] Remove most static and global variables from a pure build. There are still a number of static and global variables used for testing. (CVS 3342) (check-in: [76e4d41877] user: drh branch: trunk, size: 4196) | |
2006-03-06
| ||
18:23 | [43f32f3847] part of check-in [9c26570743] Pager performance enhancements. (CVS 3125) (check-in: [9c26570743] user: drh branch: trunk, size: 4161) | |
2006-02-11
| ||
01:25 | [425a9e52d5] part of check-in [f2069d0bf3] Add support and documentation for the fullfsync pragma. Also include some other unrelated documentation updates. (CVS 3080) (check-in: [f2069d0bf3] user: drh branch: trunk, size: 4160) | |
2005-12-19
| ||
14:18 | [e0acb095b3] part of check-in [154282fca5] Add some very simple test cases (and resulting bug fixes) for release_memory(). (CVS 2826) (check-in: [154282fca5] user: danielk1977 branch: trunk, size: 4164) | |
2005-12-18
| ||
08:51 | [5c14873902] part of check-in [345addaa03] Add the (untested) sqlite3_release_memory() function. (CVS 2825) (check-in: [345addaa03] user: danielk1977 branch: trunk, size: 4126) | |
2005-09-19
| ||
19:05 | [e7b41ce8e7] part of check-in [b32e9ec248] Set the default maximum page size to 32768, not 8192. (CVS 2724) (check-in: [b32e9ec248] user: drh branch: trunk, size: 4057) | |
2005-08-27
| ||
16:36 | [17b13225ab] part of check-in [644b96aa23] Disable synchronous writes to the master journal when PRAGMA synchronous=OFF for all database files. Ticket #1375. (CVS 2630) (check-in: [644b96aa23] user: drh branch: trunk, size: 4056) | |
2005-05-20
| ||
20:01 | [0d9153d626] part of check-in [f29a1d8826] Do not allow the pagesize of :memory: databases to be changed. Silently ignore PRAGMA page_size=N requests for :memory: databases. Ticket #1144 and #1252. (CVS 2466) (check-in: [f29a1d8826] user: drh branch: trunk, size: 4023) | |
2005-03-31
| ||
21:02 | [94bb42704a] part of check-in [58dd436b65] Update comments and documentation to give the true maximum page size as 32K, not 64K as was previously (and erroneously) reported. Ticket #1194. (CVS 2437) (check-in: [58dd436b65] user: drh branch: trunk, size: 4024) | |
2005-03-21
| ||
04:04 | [9a417a1e04] part of check-in [1f9d10d796] Add function to recover from a malloc() failure. (CVS 2414) (check-in: [1f9d10d796] user: danielk1977 branch: trunk, size: 3928) | |
2005-02-06
| ||
02:45 | [70d496f372] part of check-in [2155448d21] Add the (highly experimental) omit_readlock pragma that disables the use of readlocks on read-only databases that are connected using ATTACH. (CVS 2317) (check-in: [2155448d21] user: drh branch: trunk, size: 3888) | |
2004-11-05
| ||
16:37 | [9eba8c53dd] part of check-in [cfee7f4a00] Do not truncate a database file until after fsync() has been called on the journal. (CVS 2068) (check-in: [cfee7f4a00] user: danielk1977 branch: trunk, size: 3598) | |
2004-11-02
| ||
12:56 | [cbe4ba356d] part of check-in [d12481f09c] Code to auto-vacuum the database if all root pages happen to be in the right place. Not active by default and largely untested. (CVS 2037) (check-in: [d12481f09c] user: danielk1977 branch: trunk, size: 3592) | |
2004-10-05
| ||
02:41 | [774d1973ac] part of check-in [81ff8107ad] Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions. (CVS 2000) (check-in: [81ff8107ad] user: drh branch: trunk, size: 3538) | |
2004-07-22
| ||
01:19 | [67739fe649] part of check-in [4cf6e9db75] Initial implementation of variable page sizes and the temp_store pragma. (CVS 1843) (check-in: [4cf6e9db75] user: drh branch: trunk, size: 3526) | |
2004-06-30
| ||
08:20 | [269b6cfc11] part of check-in [fa19c77bf0] Fixes for compiler warnings. Also more coverage. (CVS 1775) (check-in: [fa19c77bf0] user: danielk1977 branch: trunk, size: 3859) | |
2004-06-26
| ||
08:38 | [fe818866f6] part of check-in [4e20720984] Remove the 'nMaster' argument from various pager and btree functions. (CVS 1737) (check-in: [4e20720984] user: danielk1977 branch: trunk, size: 3829) | |
2004-06-14
| ||
06:03 | [bc58d32a9d] part of check-in [73cd0aabb2] Ensure the master journal directory is synced. Also, change the master journal format to store journal file names. (CVS 1583) (check-in: [73cd0aabb2] user: danielk1977 branch: trunk, size: 3833) | |
2004-06-09
| ||
17:37 | [ca8f293e1d] part of check-in [dc0763455b] Fixes to the file locking. 109 tests are now failing. (CVS 1548) (check-in: [dc0763455b] user: drh branch: trunk, size: 3737) | |
14:17 | [3576e5f1a0] part of check-in [0ecbba78fc] Add the "lock_status" pragma - only available when SQLITE_DEBUG is defined. Used for testing only. (CVS 1547) (check-in: [0ecbba78fc] user: drh branch: trunk, size: 3677) | |
2004-06-04
| ||
06:22 | [0c7b5ac45c] part of check-in [ff70b6d2b6] Move the 'busy-callback' logic to the pager layer. (CVS 1527) (check-in: [ff70b6d2b6] user: danielk1977 branch: trunk, size: 3621) | |
2004-06-03
| ||
16:08 | [ade5bee4a0] part of check-in [d57e5252c8] Untested updates to support atomic multi-file transactions (CVS 1526) (check-in: [d57e5252c8] user: danielk1977 branch: trunk, size: 3580) | |
2004-05-14
| ||
01:58 | [78a00ac280] part of check-in [f63fb6dd4e] Changes to btree and pager in preparation for moving to run-time page size determination. (CVS 1374) (check-in: [f63fb6dd4e] user: drh branch: trunk, size: 3517) | |
2004-05-08
| ||
08:23 | [0c95b18f27] part of check-in [8af6474c49] Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the library links again. It doesn't work yet, due to changes in the btree layer calling convention. (CVS 1324) (check-in: [8af6474c49] user: danielk1977 branch: trunk, size: 3525) | |
2004-04-26
| ||
14:10 | [138ca7f73c] part of check-in [910067a200] Pager tests working. (CVS 1308) (check-in: [910067a200] user: drh branch: trunk, size: 3514) | |
2004-02-11
| ||
02:18 | [8233287879] part of check-in [5200e9edc5] Pass all (relevant) regression tests when using the codec. (CVS 1223) (check-in: [5200e9edc5] user: drh branch: trunk, size: 3568) | |
2004-02-10
| ||
01:54 | [b618354fa6] part of check-in [4c7bf714b5] Allow SQLITE_PAGE_SIZE to be redefined on the compiler command-line. (CVS 1217) (check-in: [4c7bf714b5] user: drh branch: trunk, size: 3563) | |
2004-02-09
| ||
01:20 | [767867c835] part of check-in [2f0c122cfb] Add an optional codec to the pager layer. (CVS 1214) (check-in: [2f0c122cfb] user: drh branch: trunk, size: 2831) | |
2003-04-25
| ||
13:22 | [5da62c8344] part of check-in [caa960289f] Make VACUUM work even if multiple processes have the database open at once. (CVS 933) (check-in: [caa960289f] user: drh branch: trunk, size: 2732) | |
2003-04-06
| ||
20:44 | [e3702f7d38] part of check-in [185d8dc8d0] Simplify the BTree interface by shortening names. Added two new methods for accessing the current filename and for changing the name of the database file. (CVS 900) (check-in: [185d8dc8d0] user: drh branch: trunk, size: 2693) | |
2003-03-19
| ||
03:14 | [97d9a8cc51] part of check-in [875da9eed9] Modifications to the VDBE to support more than one database file. (CVS 878) (check-in: [875da9eed9] user: drh branch: trunk, size: 2597) | |
2003-02-12
| ||
14:09 | [e5b8e301a7] part of check-in [792a9e157d] Added the new FULL option to the SYNCHRONOUS pragma. Still need to test it. (CVS 863) (check-in: [792a9e157d] user: drh branch: trunk, size: 2537) | |
2003-02-11
| ||
14:55 | [ce264d558c] part of check-in [8ec5632536] Modify the journal format to be more robust against garbage that might appear in the file after a power failure. The changes are mostly working but more testing is still required. This check-in is to checkpoint the changes so far. (CVS 861) (check-in: [8ec5632536] user: drh branch: trunk, size: 2490) | |
2002-12-02
| ||
04:25 | [540833e8cb] part of check-in [fa5c042585] Change to the pager to avoid opening journal files unnecessarily. This can sometimes results in a significant speed improvement. (CVS 791) (check-in: [fa5c042585] user: drh branch: trunk, size: 2492) | |
2002-08-12
| ||
12:29 | [6991c9c2dc] part of check-in [2fb3fdcdf0] Fix for ticket #9 (again). The rollback journal files should now also be byte-order independent. (CVS 705) (check-in: [2fb3fdcdf0] user: drh branch: trunk, size: 2449) | |
2002-03-05
| ||
12:41 | [6fddfddd3b] part of check-in [480eef1a3a] Change the pager locking mechanism so that we don't have to write page 1 to the journal and to the database unless it actually changes. (CVS 419) (check-in: [480eef1a3a] user: drh branch: trunk, size: 2427) | |
2002-03-02
| ||
20:41 | [feb18aab2f] part of check-in [cf1ebcfb74] Pager optimization: do not write or journal free pages. This results in a 2x performance gain for large INSERTs and a 5x performance gain for large DELETEs. (CVS 410) (check-in: [cf1ebcfb74] user: drh branch: trunk, size: 2397) | |
2002-02-02
| ||
15:01 | [b28f004e2f] part of check-in [aaa53e113e] Checkpoint code added to the pager. Regression tests work but the new APIs have not been tested yet. (CVS 361) (check-in: [aaa53e113e] user: drh branch: trunk, size: 2315) | |
2001-12-15
| ||
14:22 | [f78d064c78] part of check-in [e8595579a5] Comment and documentation changes. (CVS 331) (check-in: [e8595579a5] user: drh branch: trunk, size: 2203) | |
2001-11-10
| ||
13:51 | [df1fb8a759] part of check-in [2d2ad264aa] Comment changes (CVS 308) (check-in: [2d2ad264aa] user: drh branch: trunk, size: 2112) | |
2001-09-16
| ||
00:13 | [a0d4c5ae27] part of check-in [4e926efe2b] Disclaimed copyright. Preparing for release 2.0. (CVS 250) (check-in: [4e926efe2b] user: drh branch: trunk, size: 1867) | |
2001-09-15
| ||
13:15 | [61573be9fb] part of check-in [8fdec4d8b6] Limit the total data in a single row to 2^16-1 bytes. (CVS 248) (check-in: [8fdec4d8b6] user: drh branch: trunk, size: 2416) | |
2001-09-14
| ||
18:54 | [bb9136e833] part of check-in [5e3724603e] Added a PRAGMA statement. Took out the special comment parsing. (CVS 245) (check-in: [5e3724603e] user: drh branch: trunk, size: 2265) | |
2001-09-13
| ||
13:46 | [238aa88baf] part of check-in [6ecc8b20d4] The code is in place to replace GDBM with BTree. But I have not yet attempted to compile it. I am sure the code contains bugs. (CVS 238) (check-in: [6ecc8b20d4] user: drh branch: trunk, size: 2220) | |
2001-07-02
| ||
17:51 | [ee84c00ca5] part of check-in [a84fb078ba] BTree and pager are working pretty well now. (CVS 234) (check-in: [a84fb078ba] user: drh branch: trunk, size: 2184) | |
2001-06-28
| ||
01:54 | [d85259a2fd] part of check-in [9cfeeb5896] Got a lot of BTree tests working. Still lots more needed. (CVS 230) (check-in: [9cfeeb5896] user: drh branch: trunk, size: 2148) | |
2001-06-22
| ||
19:15 | [724ac5a79b] part of check-in [b31c49021c] The BTree code compiles and links now, but it does not work yet. (CVS 226) (check-in: [b31c49021c] user: drh branch: trunk, size: 2061) | |
2001-05-24
| ||
21:06 | [e527411d88] part of check-in [18500cdcc1] Continued work on btree (CVS 219) (check-in: [18500cdcc1] user: drh branch: trunk, size: 2033) | |
2001-04-28
| ||
16:52 | [ed12ac3dde] part of check-in [73a1ed6126] :-) (CVS 214) (check-in: [73a1ed6126] user: drh branch: trunk, size: 1977) | |
2001-04-15
| ||
00:37 | [8678d9a97f] part of check-in [f82fa7070a] Pager is working, mostly. (CVS 211) (check-in: [f82fa7070a] user: drh branch: trunk, size: 1919) | |
2001-04-03
| ||
16:53 | Added: [889c5cf517] part of check-in [1f0197d504] Bug fixes from Oleg Oleinick (CVS 195) (check-in: [1f0197d504] user: drh branch: trunk, size: 1907) | |