You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Added
6
6
7
+
- PostgreSQL views appear in the sidebar as read-only objects, listed through the same policy and timeout path as tables
7
8
- Saved connections can name a certificate authority, so a server whose certificate is issued privately can be verified with Verify Ca or Verify Full
8
9
- Policy crate with AST SQL classification, PolicyGuard, blast-radius rewrite, column masking, and policy.toml. Statements that read host files, run a program, or send SQL to another server are treated as administrative, so an agent is refused and a read-only connection denies them
9
10
- Environment field on saved connections (Local / Dev / Staging / Prod)
Copy file name to clipboardExpand all lines: linux/ROADMAP.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,11 +156,13 @@ The repository extraction completed on 2026-08-17. Product planning now follows
156
156
-[ ] A typed sessions and locks console with capability-declared driver support and governed session termination
157
157
-[ ] A PostgreSQL server health panel that degrades cleanly when a statistics extension is absent
158
158
-[ ] Configurable pool size and timeouts per saved connection, honoured by the driver
159
-
-[ ] Read-only review of views, routines, triggers, sequences, extensions, roles, and grants
159
+
-[ ] Read-only review of views, routines, triggers, sequences, extensions, roles, and grants (PostgreSQL views are listing)
160
160
-[ ] A decision record, design, and measured prototype for an out-of-process Python runner
161
161
162
162
Phase 10 is in progress. Slice 10.2 added connection organisation: groups, tags, favourites, search across name/group/tag/driver, and URL import whose password reaches the keyring and never the saved file. Its first slice retired the one-active-connection limit: activation is additive and every window owns and releases its own connection, proven by two windows writing to two databases in the installed suite. Every connection it exposes stays policy-guarded, and no slice ships DDL or server configuration writes.
163
163
164
164
## Next implementation target
165
165
166
166
The immediate target is the internal Arch RC. The exact-commit hosted jobs first ran fully green on 2026-08-21 at `c8f91f06`, so the Phase 4 soak ledger has started and needs 30 consecutive retry-free attempts across at least six runs. What remains is accumulating that ledger and verifying install/upgrade/rollback on Wayland. Those gates are mostly waiting, so Phase 10 feature work runs in parallel on `linux` while the candidate stays frozen on a release branch. Phase 10 comes before full-table snapshot export and Phase 6 object administration; new drivers come after both.
167
+
168
+
Which macOS features we take, skip, and in what order is in [docs/upstream-adoption.md](docs/upstream-adoption.md). The next product slice after views is the typed activity console (10.3), then the rest of 10.6.
0 commit comments