postgr.esq — Indexed Data

Everything indexed and searchable through the MCP server, IMAP/POP3/NNTP, and HTTPS. New sources are added monthly; ingestion lag for individual sources is shown on /status.

MAILING LISTS — 54 archives

Full archive of every PostgreSQL community mailing list hosted at lists.postgresql.org, plus regional/topic-specific lists and project-adjacent lists. Sourced via the official mbox archives and updated hourly.

Drivers & Interfaces

Adjacent projects

  • pgadmin-hackers
  • pgadmin-support
  • pgpool-hackers
  • pgpool-committers
  • pgpool-general
  • pgpool-buildfarm
  • wal-g

Infrastructure

  • buildfarm-members
  • pgsql-perffarm
  • pgsql-pkg-debian
  • pgsql-pkg-yum

Regional & Language

  • pgsql-de-allgemein (de)
  • pgsql-fr-generale (fr)
  • pgsql-es-ayuda (es)
  • pgsql-es-fomento (es)
  • pgsql-es-trabajos (es)
  • pgsql-it-generale (it)
  • pgsql-pt-geral (pt)
  • pgsql-tr-genel (tr)
  • pgsql-iw-general (he)
  • pgsql-zh-general (zh)
  • pgsql-ru-general (ru)
  • pgsql-in-general (in)

User Groups

  • arpug, austinpug, ecpug
  • karlsruhe-de-pug, lapug
  • pdxpug, seapug
  • pgeu-general, pgus-general

GIT REPOSITORIES — upstream

Indexed for code-intelligence (search_symbols, get_callers/callees, hybrid_search_code, find_pattern, etc.; get_callers is currently under repair). Full git history including blame, log, diff, and analytics (churn, coupling, hotspots, bus factor).

RepositorySourceBranchesDescription
postgresgit.postgresql.org (github mirror)masterThe PostgreSQL database management system — canonical upstream (65,890 symbols indexed)

POSTGRESQL FORKS

Open-source forks of PostgreSQL with active development. Indexed alongside upstream so you can compare, blame, and search across forks in one query.

ForkSourceBranchesDescription
supabase-postgresgithub.com/supabase/postgresmasterOpen-source Firebase alternative; their managed PostgreSQL distribution with built-in auth, realtime, and storage (705 symbols indexed)
postgresprogithub.com/postgrespro/postgresmasterPostgres Professional (Russian) — production hardening, performance patches, multi-master extensions (53,005 symbols indexed)
postgres-githubgithub.com/postgres/postgresGitHub mirror of postgres (canonical source is git.postgresql.org) (queued for import)

EnterpriseDB (EDB Advanced Server) is not indexed: their PostgreSQL-derived product is closed source, so there is no public fork to mirror. Their open-source contributions live in upstream PostgreSQL and the various extensions they maintain.

LOAD BALANCERS & CONNECTION POOLERS

Connection-pooling and load-balancing software that runs in front of PostgreSQL. Indexed alongside the database itself because most performance and scalability questions cross both layers.

ProjectSourceDescription
pgbouncergit.postgresql.org (mirror)Lightweight transaction-level connection pooler. Single binary, very low overhead. The default choice (1,475 symbols indexed)
pgpool2git.postgresql.org (mirror)Connection pooler with replication, query routing, and load balancing across primary and replicas (6,904 symbols indexed)
pgdoggithub.com/pgdogdev/pgdogRust-based pooler and read/write splitter. Sharding-aware. Modern alternative to pgbouncer with horizontal-scaling features (8,836 symbols indexed)

CLIENT LIBRARIES — drivers and language bindings

PostgreSQL client drivers for various programming languages and platforms. All indexed alongside the database for code intelligence and reference tracking.

Library / DriverSourceLanguageDescription
postgresql-jdbcgithub.com/pgjdbc/pgjdbcJavaOfficial PostgreSQL JDBC driver. Standard choice for Java/Kotlin applications (7,179 symbols indexed)
aws-advanced-jdbc-wrappergithub.com/awslabs/aws-advanced-jdbc-wrapperJavaAWS-maintained wrapper around JDBC with connection pooling, failover, RDS proxy support, and cluster-aware routing (6,679 symbols indexed)
psqlodbcgithub.com/postgres/psqlodbcC (ODBC)Official PostgreSQL ODBC driver for Windows and Unix. Used by Excel, PowerBI, Tableau, and ODBC-compatible tools (3,063 symbols indexed)

EXTENSIONS — coming soon

The next ingestion target is the popular extension ecosystem — pgvector, pg_trgm, pg_stat_statements, TimescaleDB, Citus, hypopg, pg_partman, and ~30 others published on PGXN and the supabase/dbdev registry. Cost analysis is pending; expected rollout when the per-source storage budget allows.

If there's an extension you'd like indexed, mention it on the contact page.

OTHER SOURCES