aboutsummaryrefslogtreecommitdiff
path: root/src/vacuum.c
Commit message (Expand)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Always ignore comments in the schema of a database, even ifdrh2025-03-05
* Randomize the name of the attached database used to do VACUUM.drh2024-08-26
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Use the same "PRAGMA synchronous" setting for the output of a "VACUUM INTO" a...dan2022-10-24
* Perserve the requested reserved-bytes size for the database file whendrh2022-05-06
* Allow "VACUUM INTO" to change the page_size of a database even if thedrh2021-10-29
* Add the sqlite3_changes64() and sqlite3_total_changes64() API functions.dan2021-06-22
* Add support for the sqlite3_txn_state() interface.drh2020-08-25
* Further refactoring of the schema table name.drh2020-06-19
* Provide "sqlite_schema" as an alternative name to the table that holds thedrh2020-06-15
* Fix the handling of reserve-bytes so that the maximum value of 255 can be used.drh2020-05-07
* The SQLITE_TESTCTRL_RESERVE operator is removed. In its place is thedrh2020-04-20
* Simplify the code by removing the unsupported and undocumented drh2020-02-07
* Make no atttempt to generate VDBE code for VACUUM after a syntax error.drh2019-04-23
* Minor fixes to requirements marks.drh2019-04-04
* Simplification of the recent VACUUM changes that make the code more likedrh2019-04-04
* Only preserve rowid values for VACUUM INTO. Keep the legacy behavior ofdrh2019-04-04
* Enhance the VACUUM INTO command so that it works on read-only databases.drh2019-03-19
* Raise an error if the argument to VACUUM INTO is an identifier.drh2019-01-02
* Allow the INTO clause of VACUUM to be a text-valued expression.drh2018-12-08
* Do not allow VACUUM INTO into a file that already exists.drh2018-12-07
* Merge the VACUUM simplification from trunk.drh2018-12-07
|\
| * Remove a line of code from VACUUM that is no longer needed, due to thedrh2018-12-07
* | Prototype implementation for the VACUUM INTO command.drh2018-12-07
|/
* When masking bits off of sqlite3.flags, make sure the mask is 64 bitsdrh2018-12-06
* When saving off the value of sqlite3.flags, take care to preserve all 64drh2018-12-06
* Enable DEFENSIVE mode by default for tests. This requires lots of case ofdrh2018-11-06
* Change sqlite3BtreeBeginTrans() to return the BTREE_SCHEMA_COOKIE, for adrh2018-06-06
* Improved security for VACUUM. This check-in combines the fixesdrh2018-05-03
* Prevent VACUUM from running any commands in sqlite_master.sql other thandrh2018-05-02
* Fix a possible infinite loop in VACUUM that can come up when the schemadrh2018-02-12
* Add the new sqlite3.mDbFlags field. Factor out bits of sqlite3.flags thatdrh2017-07-26
* Prevent pagesize changes on VACUUM in encrypted databases even when runningdrh2017-06-16
* Add the SQLITE_BUG_COMPATIBLE_20160819 compile-time option to omit the errordrh2017-02-18
* Fix an issue that was causing the new database image to be assembled entirelydan2016-11-02
* Disable row counting on queries run while doing a VACUUM.drh2016-08-19
* Add the capability to VACUUM an attached database by specifying the schemadrh2016-08-19
* Rename the Db.zName field to Db.zDbSName to make it more descriptive and todrh2016-08-18
* Copy the cache_spill setting from the main database over to thedrh2016-07-26
* In the VACUUM command, set the cache_size of the transient vacuum_db databasedrh2016-07-25
* Legacy tests now passing.drh2016-07-13
* First cut at implementing the new sqlite3_trace_v2() interface.drh2016-07-13
* Enhance ability to debug out-of-memory errors.mistachkin2016-02-13
* When vacuuming an index that uses no collations other than BINARY, assume tha...dan2015-04-01
* Keep track of the optimal number of reserved bytes (by looking at reservedrh2015-02-21
* Fix harmless typos in comments.drh2014-11-07
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Get VACUUM and the xfer optimization working with WITHOUT ROWID.drh2013-10-23
* Update and modernize an obsolete comment associated with VACUUM. Nodrh2013-09-30