ProficientNowTechRFCs
Product RFCs/Db ops/RFC DBOPS 0001

Appendix A: Glossary and Indexes

RFC-DBOPS-0001                                                  Appendix A
Category: Standards Track                          Glossary and Indexes

Appendix A: Glossary and Indexes

← 7. Evolution | Index | Next: Appendix B. References →


A.1 Term Definitions

TermDefinition
Apache AGEA PostgreSQL extension that adds graph data types and query capabilities. Previously included in the container image; now removed.
DebeziumA CDC platform that consumes PostgreSQL logical decoding streams and publishes change events to downstream systems.
Logical decodingA PostgreSQL feature that streams logical changes from the write-ahead log (WAL) for CDC consumers.
pg_cronA PostgreSQL extension that provides scheduled job execution inside the database server. The only extension that remains in the container image.
pg_netA PostgreSQL extension that provides network and HTTP helper functions. Previously included in the container image; now removed.
pg_upgradeA PostgreSQL tool for major-version upgrades that migrates a data directory to a new server version while preserving data.
pgvectorA PostgreSQL extension that provides vector types and similarity indexing. Previously included in the container image; now removed.
PgBouncer transaction poolingA pool mode where connections are returned to the pool at transaction boundaries. Used for application workloads.
PgBouncer session poolingA pool mode where a client retains a dedicated server connection for the session. Used for migration and administrative workflows.
Prisma baseliningThe process of marking the current database schema as the new migration baseline, replacing the historical migration chain with a snapshot of the current state.
wal_levelA PostgreSQL configuration setting that determines WAL verbosity; the value logical is required for logical decoding.

A.2 ADR Index

ADRDecisionRationaleDefined In
ADR-001Standardize on PostgreSQL 18 for all containers6.2.12.3
ADR-002Uniform baseline across metadata and tenant databases6.2.22.3
ADR-003Remove AGE, pgvector, and pg_net from container image5.6.14.8
ADR-004Baseline Prisma migrations to align extension surface5.6.24.7.1

A.3 Invariant Index

InvariantTitleSection
1Baseline Version2.3
2Data Integrity Preservation2.3
3Rollback Capability2.3
4Logical Decoding Continuity2.3
5Extension Availability2.3
6Pooler Compatibility2.3

A.4 Diagram Index

DiagramTypeSectionDescription
Figure 3-1flowchart3.1Containerized PostgreSQL 18 stack interactions and CDC flow

Document Navigation


End of Appendix A

On this page