index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backup.c
Commit message (
Expand
)
Author
Age
*
Fix a segfault that could occur if a non-empty in-memory database was the des...
dan
2023-04-19
*
Fix an obscure problem in sqlite3_backup_init() caused by
drh
2022-01-31
*
Make it so that any Parse object is always linked into the database conenction
drh
2022-01-24
*
Add support for the sqlite3_txn_state() interface.
drh
2020-08-25
*
Fix the handling of reserve-bytes so that the maximum value of 255 can be used.
drh
2020-05-07
*
Simplify the code by removing the unsupported and undocumented
drh
2020-02-07
*
Add new assert() statements in an attempt to help static analyzers avoid
drh
2019-07-16
*
Fix harmless compiler warning seen with MSVC.
mistachkin
2019-05-04
*
Change sqlite3BtreeBeginTrans() to return the BTREE_SCHEMA_COOKIE, for a
drh
2018-06-06
*
Allocate Parse objects off of the stack where appropriate for a substantial
drh
2016-10-03
*
Correctly detect an OOM occurring in the setDestPgsz() subroutine of
drh
2016-09-02
*
Within a backup operation, ensure that a read-transaction is opened on the so...
dan
2016-09-02
*
Undo commit [f250166bb]. It is required to handle IO and other errors that oc...
dan
2016-08-05
*
Remove the sqlite3PagerClearCache() routine, which does not accomplish anything
drh
2016-05-20
*
Enhance ability to debug out-of-memory errors.
mistachkin
2016-02-13
*
Rename the sqlite3PagerAcquire() function to sqlite3PagerGet(). The former
drh
2015-11-04
*
Take care that the number of reserved bits per page is consistent between
drh
2015-09-23
*
Avoid create a stack from in sqlite3BackupUpdate() in the common case where
drh
2015-07-01
*
Keep track of the optimal number of reserved bytes (by looking at reserve
drh
2015-02-21
*
Have calls to sqlite3_backup_init() fail if there is already a read or read-w...
dan
2014-11-13
*
Experimental changes that permit read operations to continue after a
drh
2014-11-11
*
Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in
drh
2014-10-24
*
Split the sqlite3Error() routine into sqlite3Error() and
drh
2014-08-22
*
Simplication and optimization of error message handling.
drh
2013-12-13
*
Modify the way some internal file-controls are invoked. In order to support m...
dan
2013-12-09
*
Rework the logic that factors constant expressions out of inner loops, making
drh
2013-11-15
*
Simplify the btreeGetPage() routine so that it uses a single flag parameter
drh
2013-08-21
*
Make the MIN() and MAX() macros available in sqliteInt.h. Add TUNING
drh
2013-06-13
*
Make use of xFetch, if it is available when doing a VACUUM or a backup.
drh
2013-04-03
*
Replace the sqlite3_io_methods.xMremap interface with sqlite3_io_methods.xFet...
dan
2013-03-23
*
Fix a case where the mapped part of a database file may be written during a b...
dan
2013-03-22
*
Catch a dropped error code in backup.c.
dan
2013-02-25
*
If a rollback mode transaction reduces the size of the database file, avoid a...
dan
2013-02-23
*
Ensure the database size field in the db header of a backup database is set c...
dan
2012-12-21
*
Ensure that when the source of a backup is a database that is zero bytes in s...
dan
2012-10-13
*
Avoid calling sqlite3BtreeEnter() in a corner case where the corresponding da...
dan
2012-09-28
*
Replace a few sqlite3_malloc()+memset() sequences with calls to sqlite3Malloc...
dan
2012-07-30
*
Add the sqlite3_close_v2() interface (from the deferred-close branch) that
drh
2012-06-21
|
\
|
*
The sqlite3_close() interface returns SQLITE_OK even if there are outstanding
drh
2012-06-02
*
|
The former sqlite3ResetInternalSchema() routine was really two different
drh
2012-05-15
|
/
*
Change the ROLLBACK command so that pending statements to not block it. The
drh
2012-02-13
*
Check the return code from sqlite3OsFileControl() in sqlite3BtreeCopyFile()
drh
2012-01-10
*
Remove the BenignMalloc() from around the call to FCNTL_OVERWRITE. Add
drh
2012-01-10
*
Combine various boolean variables in the BtShared structure into a single
drh
2012-01-05
*
Add calls to the BenignMalloc() functions around the SQLITE_FCNTL_OVERWRITE c...
dan
2011-12-31
*
If an error occurs while writing to the database file during a VACUUM, discar...
dan
2011-10-21
*
Added the tool/warnings-clang.sh script. Changes so that there are no
drh
2011-10-15
*
Add the SQLITE_FCNTL_OVERWRITE file-control. Used by SQLite to indicate to th...
dan
2011-10-07
*
Reorder some of the branches in backup.c in order to make the code
drh
2011-08-25
*
Replace an assert() that a condition may not occur in backup.c with code to h...
dan
2011-08-25
[next]