This document discusses quality assurance processes for PostgreSQL, an open source object-relational database. It covers development practices like code reviews on mailing lists and testing patches through "commitfests". Comprehensive testing is emphasized, including modular unit tests, integration tests, performance benchmarks, and documentation reviews. A variety of tools are also presented to aid testing, debugging, and performance profiling of PostgreSQL code.