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