index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
rbu
/
sqlite3rbu.h
Commit message (
Expand
)
Author
Age
*
Approximately 100 typo corrections spanning the whole tree, submitted via [fo...
stephan
2025-02-27
*
Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:...
stephan
2025-02-25
*
End-of-line whitespace cleanups and doc typo fixes. No code changes.
stephan
2023-01-26
*
Add the sqlite3rbu_rename_handler() API. To override the default routine that...
dan
2022-11-07
*
Fix a problem with using "<db>-vacuum" (the default) as the state database
dan
2018-12-10
*
Add experimental API sqlite3rbu_temp_size_limit(). For limiting the amount of
dan
2017-09-05
*
Add SQLITE_API qualifiers to public API functions in header file sqlite3rbu.h.
dan
2017-08-03
*
Fix sqlite3rbu_close() so that the pzErrmsg parameter may be passed NULL.
dan
2017-06-13
*
Fix typos in comments. No changes to running code.
drh
2016-08-27
*
Add the "modeof=<filename>" URI parameter to os_unix.c - used to specify a fi...
dan
2016-08-11
*
Add the sqlite3rbu_state() API. Used to determine the current state (creating...
dan
2016-07-01
*
If a call to sqlite3rbu_close() on an rbu handle opened by sqlite3rbu_vacuum(...
dan
2016-04-21
*
Add a documentation comment for sqlite3rbu_vacuum() to sqlite3rbu.h.
dan
2016-04-20
*
Add the experimental sqlite3rbu_vacuum() API function. For opening an RBU han...
dan
2016-04-15
*
Change the name of the new API on this branch to "sqlite3_bp_progress". Add t...
dan
2016-03-18
*
Add an API to indicate the percentage progress of an rbu update.
dan
2016-03-17
*
Add extra debugging function to test_rbu.c. Enhance the documentation for sql...
dan
2015-10-21
*
Add the missing 'extern "C" {...}' blocks to fts5.h and sqlite3rbu.h.
dan
2015-10-14
*
Add the sqlite3rbu_savestate() function to the rbu extension. To force rbu to...
dan
2015-08-13
*
Add support for "fossil deltas" to RBU and "sqldiff --rbu".
dan
2015-07-31
*
Allow RBU tables to be named "data[0-9]*_<target>" instead of strictly "data_...
dan
2015-07-30
*
Update RBU description comment in the header file. No changes to code.
mistachkin
2015-07-24
*
Change the name of the OTA extension to RBU: Resumable Bulk Update.
drh
2015-07-23