Commit Graph

2 Commits

Author SHA1 Message Date
6962e30151 docs(pgserver): v1.0 reference + known-limitations writeup
Single source of truth for what's shipping in v1.0: PRG API, supported
features (wire protocol, auth modes, TLS, allowlist, type marshalling,
pg_catalog stubs), explicit known-limitations section (high-concurrency
writes, in-memory roles, no pg_hba.conf, CancelRequest no-op, binary
BYTEA, no idle timeout), and a security-model note clarifying when each
auth mode is appropriate.

README.md gets a feature bullet pointing at the new doc plus a worked
example showing pg_demo.prg + psql, and the status table now reflects
the full 6-gate suite (43/43 SQL, 56/56 compat, 17/17 std.ch, 7/7 FRB,
11/11 pgserver). Stale 51/51 references corrected.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 12:31:19 +09:00
c35f456785 docs: add README with build instructions
- Go installation guide (Linux/WSL, macOS Intel, macOS Apple Silicon, Windows)
- Five compiler build steps
- PRG compilation examples (single file, multi-file)
- Test execution commands
- SQL demo example
- Project structure overview

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 11:45:35 +09:00