feat: PITR RECOVER TO TIMESTAMP, OpenTelemetry OTLP export, FTS infrastructure

- RECOVER TO TIMESTAMP '...' — parser + executor, replays WAL entries
- core/tracing.nim — OTLP/HTTP export via exportOtlp()
- FTS: ftsIndexes table in ExecutionContext, engine import ready
- 281 tests, 0 failures
This commit is contained in:
2026-05-07 13:44:59 +03:00
parent 651375a156
commit b1aadf77f9
7 changed files with 104 additions and 40 deletions
+4
View File
@@ -109,6 +109,8 @@ type
tkPolicy
tkEnable
tkDisable
tkRecover
tkTimestamp
tkFor
tkUsing
tkGrant
@@ -280,6 +282,8 @@ const keywords*: Table[string, TokenKind] = {
"disable": tkDisable,
"for": tkFor,
"using": tkUsing,
"recover": tkRecover,
"timestamp": tkTimestamp,
"grant": tkGrant,
"revoke": tkRevoke,
"count": tkCount,