Add admin commands docs, static musl binary, and comprehensive README improvements#142
Merged
Add admin commands docs, static musl binary, and comprehensive README improvements#142
Conversation
Document PAUSE/RESUME/RECONNECT admin commands in the comparison table and a new dedicated section. Add static-binary job using musl toolchain to produce fully statically linked binaries as release artifacts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add pooling modes explanation, SQL feature compatibility matrix, TLS/SSL configuration, Prometheus monitoring, signals & zero-downtime upgrade, Docker usage, and PgBouncer migration guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Advisory locks: clarify that session-level pg_advisory_lock is unreliable with any connection pooler; recommend pg_advisory_xact_lock instead. TLS: add Security defaults subsection documenting TLS 1.2 minimum, Mozilla Intermediate ciphers, full SAN+CN hostname verification, and startup validation. Add comparison table row highlighting Odyssey's TLS 1.0 and weak cipher defaults. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Commit 1: Admin commands & static binary
static-binaryjob to release workflow — builds fully statically linked binaries viarust:1.87.0-alpine(musl), uploadspg_doorman-linux-amd64-staticandpatroni_proxy-linux-amd64-staticas release artifactsCommit 2: Comprehensive README improvements
Add 7 new documentation sections based on competitor analysis (PgBouncer, Odyssey, PgPool-II):
Commit 3: Advisory locks & TLS security
pg_advisory_lockis unreliable with any pooler, recommendpg_advisory_xact_lockinsteadREADME grows from 201 to 375 lines (15 sections total).
Test plan
file ... | grep "statically linked")🤖 Generated with Claude Code