1576 Commits (6904224eb1697e01f9a094b0925382fc3737b1e2)
 

Author SHA1 Message Date
Sayan Nandan 6904224eb1
Fix Docker images 10 months ago
Sayan Nandan 179fb09544
DDL: return bool only if EX/NX used 10 months ago
Sayan Nandan 8c4009f2b8
Update docs and fix dpkg scripts [skip ci] 10 months ago
Sayan Nandan bbcb7acb95
Add sysctl alter user
We will now also only output server logs to the terminal in CI, iff
there is an error. Otherwise, it plagues output.
10 months ago
Sayan Nandan 9e1ce8c3e2
Support `if exists` and `if not exists` 10 months ago
Sayan Nandan 0ade763b78
Clarify errors, fix responses 10 months ago
Sayan Nandan c2cb63e466
Add `select all` 10 months ago
Sayan Nandan 01c684bd38
Allow non empty DDL drops
Drop even if non empty during benchmark
10 months ago
Sayan Nandan 8d6a047f02
Implement all inspect queries
Also cleaned up space handling
10 months ago
Sayan Nandan fce183afd9
Add `use $current` 10 months ago
Sayan Nandan acd7b3842c
Add basic sec tests for all DDL, DCL and DML queries 10 months ago
Sayan Nandan d090e5ce37
Add basic dbtests for space DDL 10 months ago
Sayan Nandan 5c62a842b4
Implement new dbtest macros 10 months ago
Sayan Nandan bed0d93628
Refine permissions 10 months ago
Sayan Nandan 87d11d6ddc
Simplify proto impls
Also removed perl from CI steps
10 months ago
Sayan Nandan c8a457c226
Implement benches for SELECT
Also cleaned up unused AST impls
10 months ago
Sayan Nandan 0fdd615665
Simplify entity handling, impl describe and use 10 months ago
Sayan Nandan 6ea9758714
Ensure queries are evaluated completely 10 months ago
Sayan Nandan 23f4296982
Pass references for model data
Also fixed a bug that reported false positives of data corruption
resulting from incorrect checksum tracking.
10 months ago
Sayan Nandan 2b4d9efb1b
Simplify response handling 10 months ago
Sayan Nandan 341a896c37
Simplify schema changes 10 months ago
Sayan Nandan 3e49971efc
Fix inconsistent SE state due to incorrect propagation 10 months ago
Sayan Nandan 4ba7b97ac7
Fix windows builds
Also added changelog entries
10 months ago
Sayan Nandan f5866bc22e
Add new fury benchmark engine 10 months ago
Sayan Nandan a3d87e4850
Make sure that model drops are synchronized across the system 10 months ago
Sayan Nandan 250a2b3c16
Implement new benchmark engine 10 months ago
Sayan Nandan daf0f32c30
Implement new benchmark tool 10 months ago
Sayan Nandan 3cdd814067
Ensure PID locks prevent corruption 10 months ago
Sayan Nandan f923a4fc39
Fix test harness
Don't try to initiate an actual connection (right now). Instead,
try to see if the TCP port is live and can be connected to.

Also added some misc `rustfmt` fixes.
10 months ago
Sayan Nandan fddb24ad0b
Implement new REPL and remove old impls 10 months ago
Sayan Nandan fff5780586
Remove old tools 10 months ago
Sayan Nandan 0fed52fe8a
Sync system stores when config changes 10 months ago
Sayan Nandan d6eeb5cdf6
Cleanup 11 months ago
Sayan Nandan cac33bf7c2
Simplify DML path [skip ci] 11 months ago
Sayan Nandan 09bd217998
Use buffered IO and fix r/w through cache [skip ci]
Also ensure that any pending tasks are completed before exit
11 months ago
Sayan Nandan b7fd815e9e
Enable select exec [skip ci] 11 months ago
Sayan Nandan e412cea7eb
Preserve type in objects and fix DML validation 11 months ago
Sayan Nandan 3e981f3dcb
Implement exec, fix delta handling and add resp 11 months ago
Sayan Nandan dfdb8a39ec
Migrate to use new database engine 12 months ago
Sayan Nandan a69093aa96
Implement new error tracing system
[ci] Update rust installation
12 months ago
Sayan Nandan be540a7ded
Add net impls
Also cleaned up error impls
12 months ago
Sayan Nandan 5ba82a6cf0
Force users to set root password 12 months ago
Sayan Nandan d2faa19140
Remove retry loop in SE recovery algorithm
I must have done this in a hurry, but this algorithm has a lot of
inconsistencies and it's safer to avoid this for now. I'll implement
a more robust error detection and correction algorithm later.
12 months ago
Sayan Nandan 0d16776541
Enable sysdb init 12 months ago
Sayan Nandan ef3d71f593
Optimize header implementation
The SDSS header impls were way too complex, and unnecessarily linked
to the file system API abstractions. Now we have a more decoupled API
with optional variable headers.
12 months ago
Sayan Nandan c4d51ac8e7
Ensure full auth config is read 1 year ago
Sayan Nandan c35e35b9c8
Only attempt to restore data if new instance 1 year ago
Sayan Nandan 6df09c194c
Initialize storage drivers on init
Also fixed an issue with NullFS where the null
flag was not set.
1 year ago
Sayan Nandan fac2802849
Wire up queries to SE 1 year ago
Sayan Nandan 9102834623
Add config tests 1 year ago