1
0
Fork 0

5887 Commits (8a95f02cd004960f98b85caade77d486703b772d)
 

Author SHA1 Message Date
Philip O'Toole 373d27f97e
Merge pull request #1623 from rqlite/swappable-db-tests
Swappable db tests
8 months ago
Philip O'Toole 8cb1443523 Fix racy test 8 months ago
Philip O'Toole 6d2443a3b9 CHANGELOG 8 months ago
Philip O'Toole f72a398190 Unit test Swappable DB 8 months ago
Philip O'Toole bc75feb442 CHANGELOG 8 months ago
Philip O'Toole 4200727df2 Standarize time 8 months ago
Philip O'Toole 67bec0ba85 Improve auto-vac time management 8 months ago
Philip O'Toole bfc50b8414 Add some DELETE operations to load testing 8 months ago
Philip O'Toole 0d09f973b0
Merge pull request #1619 from rqlite/automatic-vacuum
Support automatic VACUUM
8 months ago
Philip O'Toole 97ed80a761 Create initial DB can be simpler 8 months ago
Philip O'Toole 0281178111 Call functions 8 months ago
Philip O'Toole 260bce66d3 ABL 8 months ago
Philip O'Toole 7feabe6c8b GoDoc 8 months ago
Philip O'Toole 3ed29b5c31 Introduce a synchronized, swappable DB
Type prevents races between queries and operations (such as auto-vacuum)
which change the DB object out.
8 months ago
Philip O'Toole 1d43c8f81e Merge branch 'master' into automatic-vacuum 8 months ago
Philip O'Toole 10a5c9bd0e
Update CHANGELOG.md 8 months ago
Philip O'Toole 2941c67e50
Merge pull request #1621 from rqlite/fix-shell-panic
Don't stomp on outer error
8 months ago
Philip O'Toole 6adf164154 CHANGELOG 8 months ago
Philip O'Toole a9c9a08b6a Don't stomp on outer error 8 months ago
Philip O'Toole ce398525f3 Better test script 8 months ago
Philip O'Toole 2548bdb14b Vacuum and FullNeeded unit test 8 months ago
Philip O'Toole 593c711875 Add stress test of snapshotting and vacuuming 8 months ago
Philip O'Toole 860246900d Unit test Snapshots and Auto-Vacuums 8 months ago
Philip O'Toole 912dd7fdcb Remove blank line 8 months ago
Philip O'Toole 0adef27a7d Merge remote-tracking branch 'origin' into automatic-vacuum 8 months ago
Philip O'Toole 1cc4b64614 Split out "auto vac needed" logic 8 months ago
Philip O'Toole d71c46dfa7
Merge pull request #1620 from rqlite/split-store-tests
Split Store tests for ease of development
8 months ago
Philip O'Toole 285494fc72 Split Store tests for ease of development 8 months ago
Philip O'Toole 305f1cfdbb Make Vacuum an exported function 8 months ago
Philip O'Toole 9f89bb268f More refactoring 8 months ago
Philip O'Toole 0bc82980fd Refactor 8 months ago
Philip O'Toole dbd48bb19e Unit test setting last VACUUM time 8 months ago
Philip O'Toole 6b57a76f67 Use const 8 months ago
Philip O'Toole e1389bf720 Only set last vac if we have it 8 months ago
Philip O'Toole 45b03b4d54 Simpler help 8 months ago
Philip O'Toole ab5d37ac41 Help output 8 months ago
Philip O'Toole f931d567d4 CHANGELOG 8 months ago
Philip O'Toole 9d2c698910 Initial implementation of automatic VACUUM 8 months ago
Philip O'Toole 90d4a32499
Merge pull request #1617 from rqlite/vacuum-on-snapshot
Add VacuumInto to database layer
8 months ago
Philip O'Toole 05c57f76b1 CHANGELOG 8 months ago
Philip O'Toole 2dac279c83 Add VacuumInto to database layer 8 months ago
Philip O'Toole fa58418fc1
Merge pull request #1616 from rqlite/basic-wal-mtime-test
Add time and checksum based change-detection functions to the database level
8 months ago
Philip O'Toole e4d2b4cddb Improve comments 8 months ago
Philip O'Toole fa2034b42e Try shorter time 8 months ago
Philip O'Toole af4b14b639 Try a sleep 8 months ago
Philip O'Toole ba3b3f1b60 Change DB modified times 8 months ago
Philip O'Toole cbd50a5d9a See if opening WR will fix Windows 8 months ago
Philip O'Toole 1ae3748a9c CHANGELOG 8 months ago
Philip O'Toole 1f5e95a5d9 Unit test Sums 8 months ago
Philip O'Toole 9ad7b1d94e Fully handle "file does not exist" error 8 months ago