- [Preface](full-docs/txt/preface.txt) - [1. What Is PostgreSQL?](full-docs/txt/intro-whatis.txt) - [2. A Brief History of PostgreSQL](full-docs/txt/history.txt) - [2.1. The Berkeley POSTGRES Project](full-docs/txt/history.txt) - [2.2. Postgres95](full-docs/txt/history.txt) - [2.3. PostgreSQL](full-docs/txt/history.txt) - [3. Conventions](full-docs/txt/notation.txt) - [4. Further Information](full-docs/txt/resources.txt) - [5. Bug Reporting Guidelines](full-docs/txt/bug-reporting.txt) - [5.1. Identifying Bugs](full-docs/txt/bug-reporting.txt) - [5.2. What to Report](full-docs/txt/bug-reporting.txt) - [5.3. Where to Report Bugs](full-docs/txt/bug-reporting.txt) - [1. What Is PostgreSQL?](full-docs/txt/intro-whatis.txt) - [2. A Brief History of PostgreSQL](full-docs/txt/history.txt) - 2.1. The Berkeley POSTGRES Project - 2.2. Postgres95 - 2.3. PostgreSQL - [3. Conventions](full-docs/txt/notation.txt) - [4. Further Information](full-docs/txt/resources.txt) - [5. Bug Reporting Guidelines](full-docs/txt/bug-reporting.txt) - 5.1. Identifying Bugs - 5.2. What to Report - 5.3. Where to Report Bugs - [I. Tutorial](full-docs/txt/tutorial.txt) - [1. Getting Started](full-docs/txt/tutorial-start.txt) - [1.1. Installation](full-docs/txt/tutorial-install.txt) - [1.2. Architectural Fundamentals](full-docs/txt/tutorial-arch.txt) - [1.3. Creating a Database](full-docs/txt/tutorial-createdb.txt) - [1.4. Accessing a Database](full-docs/txt/tutorial-accessdb.txt) - [2. The SQL Language](full-docs/txt/tutorial-sql.txt) - [2.1. Introduction](full-docs/txt/tutorial-sql-intro.txt) - [2.2. Concepts](full-docs/txt/tutorial-concepts.txt) - [2.3. Creating a New Table](full-docs/txt/tutorial-table.txt) - [2.4. Populating a Table With Rows](full-docs/txt/tutorial-populate.txt) - [2.5. Querying a Table](full-docs/txt/tutorial-select.txt) - [2.6. Joins Between Tables](full-docs/txt/tutorial-join.txt) - [2.7. Aggregate Functions](full-docs/txt/tutorial-agg.txt) - [2.8. Updates](full-docs/txt/tutorial-update.txt) - [2.9. Deletions](full-docs/txt/tutorial-delete.txt) - [3. Advanced Features](full-docs/txt/tutorial-advanced.txt) - [3.1. Introduction](full-docs/txt/tutorial-advanced-intro.txt) - [3.2. Views](full-docs/txt/tutorial-views.txt) - [3.3. Foreign Keys](full-docs/txt/tutorial-fk.txt) - [3.4. Transactions](full-docs/txt/tutorial-transactions.txt) - [3.5. Window Functions](full-docs/txt/tutorial-window.txt) - [3.6. Inheritance](full-docs/txt/tutorial-inheritance.txt) - [3.7. Conclusion](full-docs/txt/tutorial-conclusion.txt) - [1. Getting Started](full-docs/txt/tutorial-start.txt) - [1.1. Installation](full-docs/txt/tutorial-install.txt) - [1.2. Architectural Fundamentals](full-docs/txt/tutorial-arch.txt) - [1.3. Creating a Database](full-docs/txt/tutorial-createdb.txt) - [1.4. Accessing a Database](full-docs/txt/tutorial-accessdb.txt) - [2. The SQL Language](full-docs/txt/tutorial-sql.txt) - [2.1. Introduction](full-docs/txt/tutorial-sql-intro.txt) - [2.2. Concepts](full-docs/txt/tutorial-concepts.txt) - [2.3. Creating a New Table](full-docs/txt/tutorial-table.txt) - [2.4. Populating a Table With Rows](full-docs/txt/tutorial-populate.txt) - [2.5. Querying a Table](full-docs/txt/tutorial-select.txt) - [2.6. Joins Between Tables](full-docs/txt/tutorial-join.txt) - [2.7. Aggregate Functions](full-docs/txt/tutorial-agg.txt) - [2.8. Updates](full-docs/txt/tutorial-update.txt) - [2.9. Deletions](full-docs/txt/tutorial-delete.txt) - [3. Advanced Features](full-docs/txt/tutorial-advanced.txt) - [3.1. Introduction](full-docs/txt/tutorial-advanced-intro.txt) - [3.2. Views](full-docs/txt/tutorial-views.txt) - [3.3. Foreign Keys](full-docs/txt/tutorial-fk.txt) - [3.4. Transactions](full-docs/txt/tutorial-transactions.txt) - [3.5. Window Functions](full-docs/txt/tutorial-window.txt) - [3.6. Inheritance](full-docs/txt/tutorial-inheritance.txt) - [3.7. Conclusion](full-docs/txt/tutorial-conclusion.txt) - [II. The SQL Language](full-docs/txt/sql.txt) - [4. SQL Syntax](full-docs/txt/sql-syntax.txt) - [4.1. Lexical Structure](full-docs/txt/sql-syntax-lexical.txt) - [4.2. Value Expressions](full-docs/txt/sql-expressions.txt) - [4.3. Calling Functions](full-docs/txt/sql-syntax-calling-funcs.txt) - [5. Data Definition](full-docs/txt/ddl.txt) - [5.1. Table Basics](full-docs/txt/ddl-basics.txt) - [5.2. Default Values](full-docs/txt/ddl-default.txt) - [5.3. Identity Columns](full-docs/txt/ddl-identity-columns.txt) - [5.4. Generated Columns](full-docs/txt/ddl-generated-columns.txt) - [5.5. Constraints](full-docs/txt/ddl-constraints.txt) - [5.6. System Columns](full-docs/txt/ddl-system-columns.txt) - [5.7. Modifying Tables](full-docs/txt/ddl-alter.txt) - [5.8. Privileges](full-docs/txt/ddl-priv.txt) - [5.9. Row Security Policies](full-docs/txt/ddl-rowsecurity.txt) - [5.10. Schemas](full-docs/txt/ddl-schemas.txt) - [5.11. Inheritance](full-docs/txt/ddl-inherit.txt) - [5.12. Table Partitioning](full-docs/txt/ddl-partitioning.txt) - [5.13. Foreign Data](full-docs/txt/ddl-foreign-data.txt) - [5.14. Other Database Objects](full-docs/txt/ddl-others.txt) - [5.15. Dependency Tracking](full-docs/txt/ddl-depend.txt) - [6. Data Manipulation](full-docs/txt/dml.txt) - [6.1. Inserting Data](full-docs/txt/dml-insert.txt) - [6.2. Updating Data](full-docs/txt/dml-update.txt) - [6.3. Deleting Data](full-docs/txt/dml-delete.txt) - [6.4. Returning Data from Modified Rows](full-docs/txt/dml-returning.txt) - [7. Queries](full-docs/txt/queries.txt) - [7.1. Overview](full-docs/txt/queries-overview.txt) - [7.2. Table Expressions](full-docs/txt/queries-table-expressions.txt) - [7.3. Select Lists](full-docs/txt/queries-select-lists.txt) - [7.4. Combining Queries (UNION, INTERSECT, EXCEPT)](full-docs/txt/queries-union.txt) - [7.5. Sorting Rows (ORDER BY)](full-docs/txt/queries-order.txt) - [7.6. LIMIT and OFFSET](full-docs/txt/queries-limit.txt) - [7.7. VALUES Lists](full-docs/txt/queries-values.txt) - [7.8. WITH Queries (Common Table Expressions)](full-docs/txt/queries-with.txt) - [8. Data Types](full-docs/txt/datatype.txt) - [8.1. Numeric Types](full-docs/txt/datatype-numeric.txt) - [8.2. Monetary Types](full-docs/txt/datatype-money.txt) - [8.3. Character Types](full-docs/txt/datatype-character.txt) - [8.4. Binary Data Types](full-docs/txt/datatype-binary.txt) - [8.5. Date/Time Types](full-docs/txt/datatype-datetime.txt) - [8.6. Boolean Type](full-docs/txt/datatype-boolean.txt) - [8.7. Enumerated Types](full-docs/txt/datatype-enum.txt) - [8.8. Geometric Types](full-docs/txt/datatype-geometric.txt) - [8.9. Network Address Types](full-docs/txt/datatype-net-types.txt) - [8.10. Bit String Types](full-docs/txt/datatype-bit.txt) - [8.11. Text Search Types](full-docs/txt/datatype-textsearch.txt) - [8.12. UUID Type](full-docs/txt/datatype-uuid.txt) - [8.13. XML Type](full-docs/txt/datatype-xml.txt) - [8.14. JSON Types](full-docs/txt/datatype-json.txt) - [8.15. Arrays](full-docs/txt/arrays.txt) - [8.16. Composite Types](full-docs/txt/rowtypes.txt) - [8.17. Range Types](full-docs/txt/rangetypes.txt) - [8.18. Domain Types](full-docs/txt/domains.txt) - [8.19. Object Identifier Types](full-docs/txt/datatype-oid.txt) - [8.20. pg_lsn Type](full-docs/txt/datatype-pg-lsn.txt) - [8.21. Pseudo-Types](full-docs/txt/datatype-pseudo.txt) - [9. Functions and Operators](full-docs/txt/functions.txt) - [9.1. Logical Operators](full-docs/txt/functions-logical.txt) - [9.2. Comparison Functions and Operators](full-docs/txt/functions-comparison.txt) - [9.3. Mathematical Functions and Operators](full-docs/txt/functions-math.txt) - [9.4. String Functions and Operators](full-docs/txt/functions-string.txt) - [9.5. Binary String Functions and Operators](full-docs/txt/functions-binarystring.txt) - [9.6. Bit String Functions and Operators](full-docs/txt/functions-bitstring.txt) - [9.7. Pattern Matching](full-docs/txt/functions-matching.txt) - [9.8. Data Type Formatting Functions](full-docs/txt/functions-formatting.txt) - [9.9. Date/Time Functions and Operators](full-docs/txt/functions-datetime.txt) - [9.10. Enum Support Functions](full-docs/txt/functions-enum.txt) - [9.11. Geometric Functions and Operators](full-docs/txt/functions-geometry.txt) - [9.12. Network Address Functions and Operators](full-docs/txt/functions-net.txt) - [9.13. Text Search Functions and Operators](full-docs/txt/functions-textsearch.txt) - [9.14. UUID Functions](full-docs/txt/functions-uuid.txt) - [9.15. XML Functions](full-docs/txt/functions-xml.txt) - [9.16. JSON Functions and Operators](full-docs/txt/functions-json.txt) - [9.17. Sequence Manipulation Functions](full-docs/txt/functions-sequence.txt) - [9.18. Conditional Expressions](full-docs/txt/functions-conditional.txt) - [9.19. Array Functions and Operators](full-docs/txt/functions-array.txt) - [9.20. Range/Multirange Functions and Operators](full-docs/txt/functions-range.txt) - [9.21. Aggregate Functions](full-docs/txt/functions-aggregate.txt) - [9.22. Window Functions](full-docs/txt/functions-window.txt) - [9.23. Merge Support Functions](full-docs/txt/functions-merge-support.txt) - [9.24. Subquery Expressions](full-docs/txt/functions-subquery.txt) - [9.25. Row and Array Comparisons](full-docs/txt/functions-comparisons.txt) - [9.26. Set Returning Functions](full-docs/txt/functions-srf.txt) - [9.27. System Information Functions and Operators](full-docs/txt/functions-info.txt) - [9.28. System Administration Functions](full-docs/txt/functions-admin.txt) - [9.29. Trigger Functions](full-docs/txt/functions-trigger.txt) - [9.30. Event Trigger Functions](full-docs/txt/functions-event-triggers.txt) - [9.31. Statistics Information Functions](full-docs/txt/functions-statistics.txt) - [10. Type Conversion](full-docs/txt/typeconv.txt) - [10.1. Overview](full-docs/txt/typeconv-overview.txt) - [10.2. Operators](full-docs/txt/typeconv-oper.txt) - [10.3. Functions](full-docs/txt/typeconv-func.txt) - [10.4. Value Storage](full-docs/txt/typeconv-query.txt) - [10.5. UNION, CASE, and Related Constructs](full-docs/txt/typeconv-union-case.txt) - [10.6. SELECT Output Columns](full-docs/txt/typeconv-select.txt) - [11. Indexes](full-docs/txt/indexes.txt) - [11.1. Introduction](full-docs/txt/indexes-intro.txt) - [11.2. Index Types](full-docs/txt/indexes-types.txt) - [11.3. Multicolumn Indexes](full-docs/txt/indexes-multicolumn.txt) - [11.4. Indexes and ORDER BY](full-docs/txt/indexes-ordering.txt) - [11.5. Combining Multiple Indexes](full-docs/txt/indexes-bitmap-scans.txt) - [11.6. Unique Indexes](full-docs/txt/indexes-unique.txt) - [11.7. Indexes on Expressions](full-docs/txt/indexes-expressional.txt) - [11.8. Partial Indexes](full-docs/txt/indexes-partial.txt) - [11.9. Index-Only Scans and Covering Indexes](full-docs/txt/indexes-index-only-scans.txt) - [11.10. Operator Classes and Operator Families](full-docs/txt/indexes-opclass.txt) - [11.11. Indexes and Collations](full-docs/txt/indexes-collations.txt) - [11.12. Examining Index Usage](full-docs/txt/indexes-examine.txt) - [12. Full Text Search](full-docs/txt/textsearch.txt) - [12.1. Introduction](full-docs/txt/textsearch-intro.txt) - [12.2. Tables and Indexes](full-docs/txt/textsearch-tables.txt) - [12.3. Controlling Text Search](full-docs/txt/textsearch-controls.txt) - [12.4. Additional Features](full-docs/txt/textsearch-features.txt) - [12.5. Parsers](full-docs/txt/textsearch-parsers.txt) - [12.6. Dictionaries](full-docs/txt/textsearch-dictionaries.txt) - [12.7. Configuration Example](full-docs/txt/textsearch-configuration.txt) - [12.8. Testing and Debugging Text Search](full-docs/txt/textsearch-debugging.txt) - [12.9. Preferred Index Types for Text Search](full-docs/txt/textsearch-indexes.txt) - [12.10. psql Support](full-docs/txt/textsearch-psql.txt) - [12.11. Limitations](full-docs/txt/textsearch-limitations.txt) - [13. Concurrency Control](full-docs/txt/mvcc.txt) - [13.1. Introduction](full-docs/txt/mvcc-intro.txt) - [13.2. Transaction Isolation](full-docs/txt/transaction-iso.txt) - [13.3. Explicit Locking](full-docs/txt/explicit-locking.txt) - [13.4. Data Consistency Checks at the Application Level](full-docs/txt/applevel-consistency.txt) - [13.5. Serialization Failure Handling](full-docs/txt/mvcc-serialization-failure-handling.txt) - [13.6. Caveats](full-docs/txt/mvcc-caveats.txt) - [13.7. Locking and Indexes](full-docs/txt/locking-indexes.txt) - [14. Performance Tips](full-docs/txt/performance-tips.txt) - [14.1. Using EXPLAIN](full-docs/txt/using-explain.txt) - [14.2. Statistics Used by the Planner](full-docs/txt/planner-stats.txt) - [14.3. Controlling the Planner with Explicit JOIN Clauses](full-docs/txt/explicit-joins.txt) - [14.4. Populating a Database](full-docs/txt/populate.txt) - [14.5. Non-Durable Settings](full-docs/txt/non-durability.txt) - [15. Parallel Query](full-docs/txt/parallel-query.txt) - [15.1. How Parallel Query Works](full-docs/txt/how-parallel-query-works.txt) - [15.2. When Can Parallel Query Be Used?](full-docs/txt/when-can-parallel-query-be-used.txt) - [15.3. Parallel Plans](full-docs/txt/parallel-plans.txt) - [15.4. Parallel Safety](full-docs/txt/parallel-safety.txt) - [4. SQL Syntax](full-docs/txt/sql-syntax.txt) - [4.1. Lexical Structure](full-docs/txt/sql-syntax-lexical.txt) - [4.1.1. Identifiers and Key Words](full-docs/txt/sql-syntax-lexical.txt) - [4.1.2. Constants](full-docs/txt/sql-syntax-lexical.txt) - [4.1.3. Operators](full-docs/txt/sql-syntax-lexical.txt) - [4.1.4. Special Characters](full-docs/txt/sql-syntax-lexical.txt) - [4.1.5. Comments](full-docs/txt/sql-syntax-lexical.txt) - [4.1.6. Operator Precedence](full-docs/txt/sql-syntax-lexical.txt) - [4.2. Value Expressions](full-docs/txt/sql-expressions.txt) - [4.2.1. Column References](full-docs/txt/sql-expressions.txt) - [4.2.2. Positional Parameters](full-docs/txt/sql-expressions.txt) - [4.2.3. Subscripts](full-docs/txt/sql-expressions.txt) - [4.2.4. Field Selection](full-docs/txt/sql-expressions.txt) - [4.2.5. Operator Invocations](full-docs/txt/sql-expressions.txt) - [4.2.6. Function Calls](full-docs/txt/sql-expressions.txt) - [4.2.7. Aggregate Expressions](full-docs/txt/sql-expressions.txt) - [4.2.8. Window Function Calls](full-docs/txt/sql-expressions.txt) - [4.2.9. Type Casts](full-docs/txt/sql-expressions.txt) - [4.2.10. Collation Expressions](full-docs/txt/sql-expressions.txt) - [4.2.11. Scalar Subqueries](full-docs/txt/sql-expressions.txt) - [4.2.12. Array Constructors](full-docs/txt/sql-expressions.txt) - [4.2.13. Row Constructors](full-docs/txt/sql-expressions.txt) - [4.2.14. Expression Evaluation Rules](full-docs/txt/sql-expressions.txt) - [4.3. Calling Functions](full-docs/txt/sql-syntax-calling-funcs.txt) - [4.3.1. Using Positional Notation](full-docs/txt/sql-syntax-calling-funcs.txt) - [4.3.2. Using Named Notation](full-docs/txt/sql-syntax-calling-funcs.txt) - [4.3.3. Using Mixed Notation](full-docs/txt/sql-syntax-calling-funcs.txt) - [5. Data Definition](full-docs/txt/ddl.txt) - [5.1. Table Basics](full-docs/txt/ddl-basics.txt) - [5.2. Default Values](full-docs/txt/ddl-default.txt) - [5.3. Identity Columns](full-docs/txt/ddl-identity-columns.txt) - [5.4. Generated Columns](full-docs/txt/ddl-generated-columns.txt) - [5.5. Constraints](full-docs/txt/ddl-constraints.txt) - [5.5.1. Check Constraints](full-docs/txt/ddl-constraints.txt) - [5.5.2. Not-Null Constraints](full-docs/txt/ddl-constraints.txt) - [5.5.3. Unique Constraints](full-docs/txt/ddl-constraints.txt) - [5.5.4. Primary Keys](full-docs/txt/ddl-constraints.txt) - [5.5.5. Foreign Keys](full-docs/txt/ddl-constraints.txt) - [5.5.6. Exclusion Constraints](full-docs/txt/ddl-constraints.txt) - [5.6. System Columns](full-docs/txt/ddl-system-columns.txt) - [5.7. Modifying Tables](full-docs/txt/ddl-alter.txt) - [5.7.1. Adding a Column](full-docs/txt/ddl-alter.txt) - [5.7.2. Removing a Column](full-docs/txt/ddl-alter.txt) - [5.7.3. Adding a Constraint](full-docs/txt/ddl-alter.txt) - [5.7.4. Removing a Constraint](full-docs/txt/ddl-alter.txt) - [5.7.5. Changing a Column's Default Value](full-docs/txt/ddl-alter.txt) - [5.7.6. Changing a Column's Data Type](full-docs/txt/ddl-alter.txt) - [5.7.7. Renaming a Column](full-docs/txt/ddl-alter.txt) - [5.7.8. Renaming a Table](full-docs/txt/ddl-alter.txt) - [5.8. Privileges](full-docs/txt/ddl-priv.txt) - [5.9. Row Security Policies](full-docs/txt/ddl-rowsecurity.txt) - [5.10. Schemas](full-docs/txt/ddl-schemas.txt) - [5.10.1. Creating a Schema](full-docs/txt/ddl-schemas.txt) - [5.10.2. The Public Schema](full-docs/txt/ddl-schemas.txt) - [5.10.3. The Schema Search Path](full-docs/txt/ddl-schemas.txt) - [5.10.4. Schemas and Privileges](full-docs/txt/ddl-schemas.txt) - [5.10.5. The System Catalog Schema](full-docs/txt/ddl-schemas.txt) - [5.10.6. Usage Patterns](full-docs/txt/ddl-schemas.txt) - [5.10.7. Portability](full-docs/txt/ddl-schemas.txt) - [5.11. Inheritance](full-docs/txt/ddl-inherit.txt) - [5.11.1. Caveats](full-docs/txt/ddl-inherit.txt) - [5.12. Table Partitioning](full-docs/txt/ddl-partitioning.txt) - [5.12.1. Overview](full-docs/txt/ddl-partitioning.txt) - [5.12.2. Declarative Partitioning](full-docs/txt/ddl-partitioning.txt) - [5.12.3. Partitioning Using Inheritance](full-docs/txt/ddl-partitioning.txt) - [5.12.4. Partition Pruning](full-docs/txt/ddl-partitioning.txt) - [5.12.5. Partitioning and Constraint Exclusion](full-docs/txt/ddl-partitioning.txt) - [5.12.6. Best Practices for Declarative Partitioning](full-docs/txt/ddl-partitioning.txt) - [5.13. Foreign Data](full-docs/txt/ddl-foreign-data.txt) - [5.14. Other Database Objects](full-docs/txt/ddl-others.txt) - [5.15. Dependency Tracking](full-docs/txt/ddl-depend.txt) - [6. Data Manipulation](full-docs/txt/dml.txt) - [6.1. Inserting Data](full-docs/txt/dml-insert.txt) - [6.2. Updating Data](full-docs/txt/dml-update.txt) - [6.3. Deleting Data](full-docs/txt/dml-delete.txt) - [6.4. Returning Data from Modified Rows](full-docs/txt/dml-returning.txt) - [7. Queries](full-docs/txt/queries.txt) - [7.1. Overview](full-docs/txt/queries-overview.txt) - [7.2. Table Expressions](full-docs/txt/queries-table-expressions.txt) - [7.2.1. The FROM Clause](full-docs/txt/queries-table-expressions.txt) - [7.2.2. The WHERE Clause](full-docs/txt/queries-table-expressions.txt) - [7.2.3. The GROUP BY and HAVING Clauses](full-docs/txt/queries-table-expressions.txt) - [7.2.4. GROUPING SETS, CUBE, and ROLLUP](full-docs/txt/queries-table-expressions.txt) - [7.2.5. Window Function Processing](full-docs/txt/queries-table-expressions.txt) - [7.3. Select Lists](full-docs/txt/queries-select-lists.txt) - [7.3.1. Select-List Items](full-docs/txt/queries-select-lists.txt) - [7.3.2. Column Labels](full-docs/txt/queries-select-lists.txt) - [7.3.3. DISTINCT](full-docs/txt/queries-select-lists.txt) - [7.4. Combining Queries (UNION, INTERSECT, EXCEPT)](full-docs/txt/queries-union.txt) - [7.5. Sorting Rows (ORDER BY)](full-docs/txt/queries-order.txt) - [7.6. LIMIT and OFFSET](full-docs/txt/queries-limit.txt) - [7.7. VALUES Lists](full-docs/txt/queries-values.txt) - [7.8. WITH Queries (Common Table Expressions)](full-docs/txt/queries-with.txt) - [7.8.1. SELECT in WITH](full-docs/txt/queries-with.txt) - [7.8.2. Recursive Queries](full-docs/txt/queries-with.txt) - [7.8.3. Common Table Expression Materialization](full-docs/txt/queries-with.txt) - [7.8.4. Data-Modifying Statements in WITH](full-docs/txt/queries-with.txt) - [8. Data Types](full-docs/txt/datatype.txt) - [8.1. Numeric Types](full-docs/txt/datatype-numeric.txt) - [8.1.1. Integer Types](full-docs/txt/datatype-numeric.txt) - [8.1.2. Arbitrary Precision Numbers](full-docs/txt/datatype-numeric.txt) - [8.1.3. Floating-Point Types](full-docs/txt/datatype-numeric.txt) - [8.1.4. Serial Types](full-docs/txt/datatype-numeric.txt) - [8.2. Monetary Types](full-docs/txt/datatype-money.txt) - [8.3. Character Types](full-docs/txt/datatype-character.txt) - [8.4. Binary Data Types](full-docs/txt/datatype-binary.txt) - [8.4.1. bytea Hex Format](full-docs/txt/datatype-binary.txt) - [8.4.2. bytea Escape Format](full-docs/txt/datatype-binary.txt) - [8.5. Date/Time Types](full-docs/txt/datatype-datetime.txt) - [8.5.1. Date/Time Input](full-docs/txt/datatype-datetime.txt) - [8.5.2. Date/Time Output](full-docs/txt/datatype-datetime.txt) - [8.5.3. Time Zones](full-docs/txt/datatype-datetime.txt) - [8.5.4. Interval Input](full-docs/txt/datatype-datetime.txt) - [8.5.5. Interval Output](full-docs/txt/datatype-datetime.txt) - [8.6. Boolean Type](full-docs/txt/datatype-boolean.txt) - [8.7. Enumerated Types](full-docs/txt/datatype-enum.txt) - [8.7.1. Declaration of Enumerated Types](full-docs/txt/datatype-enum.txt) - [8.7.2. Ordering](full-docs/txt/datatype-enum.txt) - [8.7.3. Type Safety](full-docs/txt/datatype-enum.txt) - [8.7.4. Implementation Details](full-docs/txt/datatype-enum.txt) - [8.8. Geometric Types](full-docs/txt/datatype-geometric.txt) - [8.8.1. Points](full-docs/txt/datatype-geometric.txt) - [8.8.2. Lines](full-docs/txt/datatype-geometric.txt) - [8.8.3. Line Segments](full-docs/txt/datatype-geometric.txt) - [8.8.4. Boxes](full-docs/txt/datatype-geometric.txt) - [8.8.5. Paths](full-docs/txt/datatype-geometric.txt) - [8.8.6. Polygons](full-docs/txt/datatype-geometric.txt) - [8.8.7. Circles](full-docs/txt/datatype-geometric.txt) - [8.9. Network Address Types](full-docs/txt/datatype-net-types.txt) - [8.9.1. inet](full-docs/txt/datatype-net-types.txt) - [8.9.2. cidr](full-docs/txt/datatype-net-types.txt) - [8.9.3. inet vs. cidr](full-docs/txt/datatype-net-types.txt) - [8.9.4. macaddr](full-docs/txt/datatype-net-types.txt) - [8.9.5. macaddr8](full-docs/txt/datatype-net-types.txt) - [8.10. Bit String Types](full-docs/txt/datatype-bit.txt) - [8.11. Text Search Types](full-docs/txt/datatype-textsearch.txt) - [8.11.1. tsvector](full-docs/txt/datatype-textsearch.txt) - [8.11.2. tsquery](full-docs/txt/datatype-textsearch.txt) - [8.12. UUID Type](full-docs/txt/datatype-uuid.txt) - [8.13. XML Type](full-docs/txt/datatype-xml.txt) - [8.13.1. Creating XML Values](full-docs/txt/datatype-xml.txt) - [8.13.2. Encoding Handling](full-docs/txt/datatype-xml.txt) - [8.13.3. Accessing XML Values](full-docs/txt/datatype-xml.txt) - [8.14. JSON Types](full-docs/txt/datatype-json.txt) - [8.14.1. JSON Input and Output Syntax](full-docs/txt/datatype-json.txt) - [8.14.2. Designing JSON Documents](full-docs/txt/datatype-json.txt) - [8.14.3. jsonb Containment and Existence](full-docs/txt/datatype-json.txt) - [8.14.4. jsonb Indexing](full-docs/txt/datatype-json.txt) - [8.14.5. jsonb Subscripting](full-docs/txt/datatype-json.txt) - [8.14.6. Transforms](full-docs/txt/datatype-json.txt) - [8.14.7. jsonpath Type](full-docs/txt/datatype-json.txt) - [8.15. Arrays](full-docs/txt/arrays.txt) - [8.15.1. Declaration of Array Types](full-docs/txt/arrays.txt) - [8.15.2. Array Value Input](full-docs/txt/arrays.txt) - [8.15.3. Accessing Arrays](full-docs/txt/arrays.txt) - [8.15.4. Modifying Arrays](full-docs/txt/arrays.txt) - [8.15.5. Searching in Arrays](full-docs/txt/arrays.txt) - [8.15.6. Array Input and Output Syntax](full-docs/txt/arrays.txt) - [8.16. Composite Types](full-docs/txt/rowtypes.txt) - [8.16.1. Declaration of Composite Types](full-docs/txt/rowtypes.txt) - [8.16.2. Constructing Composite Values](full-docs/txt/rowtypes.txt) - [8.16.3. Accessing Composite Types](full-docs/txt/rowtypes.txt) - [8.16.4. Modifying Composite Types](full-docs/txt/rowtypes.txt) - [8.16.5. Using Composite Types in Queries](full-docs/txt/rowtypes.txt) - [8.16.6. Composite Type Input and Output Syntax](full-docs/txt/rowtypes.txt) - [8.17. Range Types](full-docs/txt/rangetypes.txt) - [8.17.1. Built-in Range and Multirange Types](full-docs/txt/rangetypes.txt) - [8.17.2. Examples](full-docs/txt/rangetypes.txt) - [8.17.3. Inclusive and Exclusive Bounds](full-docs/txt/rangetypes.txt) - [8.17.4. Infinite (Unbounded) Ranges](full-docs/txt/rangetypes.txt) - [8.17.5. Range Input/Output](full-docs/txt/rangetypes.txt) - [8.17.6. Constructing Ranges and Multiranges](full-docs/txt/rangetypes.txt) - [8.17.7. Discrete Range Types](full-docs/txt/rangetypes.txt) - [8.17.8. Defining New Range Types](full-docs/txt/rangetypes.txt) - [8.17.9. Indexing](full-docs/txt/rangetypes.txt) - [8.17.10. Constraints on Ranges](full-docs/txt/rangetypes.txt) - [8.18. Domain Types](full-docs/txt/domains.txt) - [8.19. Object Identifier Types](full-docs/txt/datatype-oid.txt) - [8.20. pg_lsn Type](full-docs/txt/datatype-pg-lsn.txt) - [8.21. Pseudo-Types](full-docs/txt/datatype-pseudo.txt) - [9. Functions and Operators](full-docs/txt/functions.txt) - [9.1. Logical Operators](full-docs/txt/functions-logical.txt) - [9.2. Comparison Functions and Operators](full-docs/txt/functions-comparison.txt) - [9.3. Mathematical Functions and Operators](full-docs/txt/functions-math.txt) - [9.4. String Functions and Operators](full-docs/txt/functions-string.txt) - [9.4.1. format](full-docs/txt/functions-string.txt) - [9.5. Binary String Functions and Operators](full-docs/txt/functions-binarystring.txt) - [9.6. Bit String Functions and Operators](full-docs/txt/functions-bitstring.txt) - [9.7. Pattern Matching](full-docs/txt/functions-matching.txt) - [9.7.1. LIKE](full-docs/txt/functions-matching.txt) - [9.7.2. SIMILAR TO Regular Expressions](full-docs/txt/functions-matching.txt) - [9.7.3. POSIX Regular Expressions](full-docs/txt/functions-matching.txt) - [9.8. Data Type Formatting Functions](full-docs/txt/functions-formatting.txt) - [9.9. Date/Time Functions and Operators](full-docs/txt/functions-datetime.txt) - [9.9.1. EXTRACT, date_part](full-docs/txt/functions-datetime.txt) - [9.9.2. date_trunc](full-docs/txt/functions-datetime.txt) - [9.9.3. date_bin](full-docs/txt/functions-datetime.txt) - [9.9.4. AT TIME ZONE and AT LOCAL](full-docs/txt/functions-datetime.txt) - [9.9.5. Current Date/Time](full-docs/txt/functions-datetime.txt) - [9.9.6. Delaying Execution](full-docs/txt/functions-datetime.txt) - [9.10. Enum Support Functions](full-docs/txt/functions-enum.txt) - [9.11. Geometric Functions and Operators](full-docs/txt/functions-geometry.txt) - [9.12. Network Address Functions and Operators](full-docs/txt/functions-net.txt) - [9.13. Text Search Functions and Operators](full-docs/txt/functions-textsearch.txt) - [9.14. UUID Functions](full-docs/txt/functions-uuid.txt) - [9.15. XML Functions](full-docs/txt/functions-xml.txt) - [9.15.1. Producing XML Content](full-docs/txt/functions-xml.txt) - [9.15.2. XML Predicates](full-docs/txt/functions-xml.txt) - [9.15.3. Processing XML](full-docs/txt/functions-xml.txt) - [9.15.4. Mapping Tables to XML](full-docs/txt/functions-xml.txt) - [9.16. JSON Functions and Operators](full-docs/txt/functions-json.txt) - [9.16.1. Processing and Creating JSON Data](full-docs/txt/functions-json.txt) - [9.16.2. The SQL/JSON Path Language](full-docs/txt/functions-json.txt) - [9.16.3. SQL/JSON Query Functions](full-docs/txt/functions-json.txt) - [9.16.4. JSON_TABLE](full-docs/txt/functions-json.txt) - [9.17. Sequence Manipulation Functions](full-docs/txt/functions-sequence.txt) - [9.18. Conditional Expressions](full-docs/txt/functions-conditional.txt) - [9.18.1. CASE](full-docs/txt/functions-conditional.txt) - [9.18.2. COALESCE](full-docs/txt/functions-conditional.txt) - [9.18.3. NULLIF](full-docs/txt/functions-conditional.txt) - [9.18.4. GREATEST and LEAST](full-docs/txt/functions-conditional.txt) - [9.19. Array Functions and Operators](full-docs/txt/functions-array.txt) - [9.20. Range/Multirange Functions and Operators](full-docs/txt/functions-range.txt) - [9.21. Aggregate Functions](full-docs/txt/functions-aggregate.txt) - [9.22. Window Functions](full-docs/txt/functions-window.txt) - [9.23. Merge Support Functions](full-docs/txt/functions-merge-support.txt) - [9.24. Subquery Expressions](full-docs/txt/functions-subquery.txt) - [9.24.1. EXISTS](full-docs/txt/functions-subquery.txt) - [9.24.2. IN](full-docs/txt/functions-subquery.txt) - [9.24.3. NOT IN](full-docs/txt/functions-subquery.txt) - [9.24.4. ANY/SOME](full-docs/txt/functions-subquery.txt) - [9.24.5. ALL](full-docs/txt/functions-subquery.txt) - [9.24.6. Single-Row Comparison](full-docs/txt/functions-subquery.txt) - [9.25. Row and Array Comparisons](full-docs/txt/functions-comparisons.txt) - [9.25.1. IN](full-docs/txt/functions-comparisons.txt) - [9.25.2. NOT IN](full-docs/txt/functions-comparisons.txt) - [9.25.3. ANY/SOME (array)](full-docs/txt/functions-comparisons.txt) - [9.25.4. ALL (array)](full-docs/txt/functions-comparisons.txt) - [9.25.5. Row Constructor Comparison](full-docs/txt/functions-comparisons.txt) - [9.25.6. Composite Type Comparison](full-docs/txt/functions-comparisons.txt) - [9.26. Set Returning Functions](full-docs/txt/functions-srf.txt) - [9.27. System Information Functions and Operators](full-docs/txt/functions-info.txt) - [9.27.1. Session Information Functions](full-docs/txt/functions-info.txt) - [9.27.2. Access Privilege Inquiry Functions](full-docs/txt/functions-info.txt) - [9.27.3. Schema Visibility Inquiry Functions](full-docs/txt/functions-info.txt) - [9.27.4. System Catalog Information Functions](full-docs/txt/functions-info.txt) - [9.27.5. Object Information and Addressing Functions](full-docs/txt/functions-info.txt) - [9.27.6. Comment Information Functions](full-docs/txt/functions-info.txt) - [9.27.7. Data Validity Checking Functions](full-docs/txt/functions-info.txt) - [9.27.8. Transaction ID and Snapshot Information Functions](full-docs/txt/functions-info.txt) - [9.27.9. Committed Transaction Information Functions](full-docs/txt/functions-info.txt) - [9.27.10. Control Data Functions](full-docs/txt/functions-info.txt) - [9.27.11. Version Information Functions](full-docs/txt/functions-info.txt) - [9.27.12. WAL Summarization Information Functions](full-docs/txt/functions-info.txt) - [9.28. System Administration Functions](full-docs/txt/functions-admin.txt) - [9.28.1. Configuration Settings Functions](full-docs/txt/functions-admin.txt) - [9.28.2. Server Signaling Functions](full-docs/txt/functions-admin.txt) - [9.28.3. Backup Control Functions](full-docs/txt/functions-admin.txt) - [9.28.4. Recovery Control Functions](full-docs/txt/functions-admin.txt) - [9.28.5. Snapshot Synchronization Functions](full-docs/txt/functions-admin.txt) - [9.28.6. Replication Management Functions](full-docs/txt/functions-admin.txt) - [9.28.7. Database Object Management Functions](full-docs/txt/functions-admin.txt) - [9.28.8. Index Maintenance Functions](full-docs/txt/functions-admin.txt) - [9.28.9. Generic File Access Functions](full-docs/txt/functions-admin.txt) - [9.28.10. Advisory Lock Functions](full-docs/txt/functions-admin.txt) - [9.29. Trigger Functions](full-docs/txt/functions-trigger.txt) - [9.30. Event Trigger Functions](full-docs/txt/functions-event-triggers.txt) - [9.30.1. Capturing Changes at Command End](full-docs/txt/functions-event-triggers.txt) - [9.30.2. Processing Objects Dropped by a DDL Command](full-docs/txt/functions-event-triggers.txt) - [9.30.3. Handling a Table Rewrite Event](full-docs/txt/functions-event-triggers.txt) - [9.31. Statistics Information Functions](full-docs/txt/functions-statistics.txt) - [9.31.1. Inspecting MCV Lists](full-docs/txt/functions-statistics.txt) - [10. Type Conversion](full-docs/txt/typeconv.txt) - [10.1. Overview](full-docs/txt/typeconv-overview.txt) - [10.2. Operators](full-docs/txt/typeconv-oper.txt) - [10.3. Functions](full-docs/txt/typeconv-func.txt) - [10.4. Value Storage](full-docs/txt/typeconv-query.txt) - [10.5. UNION, CASE, and Related Constructs](full-docs/txt/typeconv-union-case.txt) - [10.6. SELECT Output Columns](full-docs/txt/typeconv-select.txt) - [11. Indexes](full-docs/txt/indexes.txt) - [11.1. Introduction](full-docs/txt/indexes-intro.txt) - [11.2. Index Types](full-docs/txt/indexes-types.txt) - [11.2.1. B-Tree](full-docs/txt/indexes-types.txt) - [11.2.2. Hash](full-docs/txt/indexes-types.txt) - [11.2.3. GiST](full-docs/txt/indexes-types.txt) - [11.2.4. SP-GiST](full-docs/txt/indexes-types.txt) - [11.2.5. GIN](full-docs/txt/indexes-types.txt) - [11.2.6. BRIN](full-docs/txt/indexes-types.txt) - [11.3. Multicolumn Indexes](full-docs/txt/indexes-multicolumn.txt) - [11.4. Indexes and ORDER BY](full-docs/txt/indexes-ordering.txt) - [11.5. Combining Multiple Indexes](full-docs/txt/indexes-bitmap-scans.txt) - [11.6. Unique Indexes](full-docs/txt/indexes-unique.txt) - [11.7. Indexes on Expressions](full-docs/txt/indexes-expressional.txt) - [11.8. Partial Indexes](full-docs/txt/indexes-partial.txt) - [11.9. Index-Only Scans and Covering Indexes](full-docs/txt/indexes-index-only-scans.txt) - [11.10. Operator Classes and Operator Families](full-docs/txt/indexes-opclass.txt) - [11.11. Indexes and Collations](full-docs/txt/indexes-collations.txt) - [11.12. Examining Index Usage](full-docs/txt/indexes-examine.txt) - [12. Full Text Search](full-docs/txt/textsearch.txt) - [12.1. Introduction](full-docs/txt/textsearch-intro.txt) - [12.1.1. What Is a Document?](full-docs/txt/textsearch-intro.txt) - [12.1.2. Basic Text Matching](full-docs/txt/textsearch-intro.txt) - [12.1.3. Configurations](full-docs/txt/textsearch-intro.txt) - [12.2. Tables and Indexes](full-docs/txt/textsearch-tables.txt) - [12.2.1. Searching a Table](full-docs/txt/textsearch-tables.txt) - [12.2.2. Creating Indexes](full-docs/txt/textsearch-tables.txt) - [12.3. Controlling Text Search](full-docs/txt/textsearch-controls.txt) - [12.3.1. Parsing Documents](full-docs/txt/textsearch-controls.txt) - [12.3.2. Parsing Queries](full-docs/txt/textsearch-controls.txt) - [12.3.3. Ranking Search Results](full-docs/txt/textsearch-controls.txt) - [12.3.4. Highlighting Results](full-docs/txt/textsearch-controls.txt) - [12.4. Additional Features](full-docs/txt/textsearch-features.txt) - [12.4.1. Manipulating Documents](full-docs/txt/textsearch-features.txt) - [12.4.2. Manipulating Queries](full-docs/txt/textsearch-features.txt) - [12.4.3. Triggers for Automatic Updates](full-docs/txt/textsearch-features.txt) - [12.4.4. Gathering Document Statistics](full-docs/txt/textsearch-features.txt) - [12.5. Parsers](full-docs/txt/textsearch-parsers.txt) - [12.6. Dictionaries](full-docs/txt/textsearch-dictionaries.txt) - [12.6.1. Stop Words](full-docs/txt/textsearch-dictionaries.txt) - [12.6.2. Simple Dictionary](full-docs/txt/textsearch-dictionaries.txt) - [12.6.3. Synonym Dictionary](full-docs/txt/textsearch-dictionaries.txt) - [12.6.4. Thesaurus Dictionary](full-docs/txt/textsearch-dictionaries.txt) - [12.6.5. Ispell Dictionary](full-docs/txt/textsearch-dictionaries.txt) - [12.6.6. Snowball Dictionary](full-docs/txt/textsearch-dictionaries.txt) - [12.7. Configuration Example](full-docs/txt/textsearch-configuration.txt) - [12.8. Testing and Debugging Text Search](full-docs/txt/textsearch-debugging.txt) - [12.8.1. Configuration Testing](full-docs/txt/textsearch-debugging.txt) - [12.8.2. Parser Testing](full-docs/txt/textsearch-debugging.txt) - [12.8.3. Dictionary Testing](full-docs/txt/textsearch-debugging.txt) - [12.9. Preferred Index Types for Text Search](full-docs/txt/textsearch-indexes.txt) - [12.10. psql Support](full-docs/txt/textsearch-psql.txt) - [12.11. Limitations](full-docs/txt/textsearch-limitations.txt) - [13. Concurrency Control](full-docs/txt/mvcc.txt) - [13.1. Introduction](full-docs/txt/mvcc-intro.txt) - [13.2. Transaction Isolation](full-docs/txt/transaction-iso.txt) - [13.2.1. Read Committed Isolation Level](full-docs/txt/transaction-iso.txt) - [13.2.2. Repeatable Read Isolation Level](full-docs/txt/transaction-iso.txt) - [13.2.3. Serializable Isolation Level](full-docs/txt/transaction-iso.txt) - [13.3. Explicit Locking](full-docs/txt/explicit-locking.txt) - [13.3.1. Table-Level Locks](full-docs/txt/explicit-locking.txt) - [13.3.2. Row-Level Locks](full-docs/txt/explicit-locking.txt) - [13.3.3. Page-Level Locks](full-docs/txt/explicit-locking.txt) - [13.3.4. Deadlocks](full-docs/txt/explicit-locking.txt) - [13.3.5. Advisory Locks](full-docs/txt/explicit-locking.txt) - [13.4. Data Consistency Checks at the Application Level](full-docs/txt/applevel-consistency.txt) - [13.4.1. Enforcing Consistency with Serializable Transactions](full-docs/txt/applevel-consistency.txt) - [13.4.2. Enforcing Consistency with Explicit Blocking Locks](full-docs/txt/applevel-consistency.txt) - [13.5. Serialization Failure Handling](full-docs/txt/mvcc-serialization-failure-handling.txt) - [13.6. Caveats](full-docs/txt/mvcc-caveats.txt) - [13.7. Locking and Indexes](full-docs/txt/locking-indexes.txt) - [14. Performance Tips](full-docs/txt/performance-tips.txt) - [14.1. Using EXPLAIN](full-docs/txt/using-explain.txt) - [14.1.1. EXPLAIN Basics](full-docs/txt/using-explain.txt) - [14.1.2. EXPLAIN ANALYZE](full-docs/txt/using-explain.txt) - [14.1.3. Caveats](full-docs/txt/using-explain.txt) - [14.2. Statistics Used by the Planner](full-docs/txt/planner-stats.txt) - [14.2.1. Single-Column Statistics](full-docs/txt/planner-stats.txt) - [14.2.2. Extended Statistics](full-docs/txt/planner-stats.txt) - [14.3. Controlling the Planner with Explicit JOIN Clauses](full-docs/txt/explicit-joins.txt) - [14.4. Populating a Database](full-docs/txt/populate.txt) - [14.4.1. Disable Autocommit](full-docs/txt/populate.txt) - [14.4.2. Use COPY](full-docs/txt/populate.txt) - [14.4.3. Remove Indexes](full-docs/txt/populate.txt) - [14.4.4. Remove Foreign Key Constraints](full-docs/txt/populate.txt) - [14.4.5. Increase maintenance_work_mem](full-docs/txt/populate.txt) - [14.4.6. Increase max_wal_size](full-docs/txt/populate.txt) - [14.4.7. Disable WAL Archival and Streaming Replication](full-docs/txt/populate.txt) - [14.4.8. Run ANALYZE Afterwards](full-docs/txt/populate.txt) - [14.4.9. Some Notes about pg_dump](full-docs/txt/populate.txt) - [14.5. Non-Durable Settings](full-docs/txt/non-durability.txt) - [15. Parallel Query](full-docs/txt/parallel-query.txt) - [15.1. How Parallel Query Works](full-docs/txt/how-parallel-query-works.txt) - [15.2. When Can Parallel Query Be Used?](full-docs/txt/when-can-parallel-query-be-used.txt) - [15.3. Parallel Plans](full-docs/txt/parallel-plans.txt) - [15.3.1. Parallel Scans](full-docs/txt/parallel-plans.txt) - [15.3.2. Parallel Joins](full-docs/txt/parallel-plans.txt) - [15.3.3. Parallel Aggregation](full-docs/txt/parallel-plans.txt) - [15.3.4. Parallel Append](full-docs/txt/parallel-plans.txt) - [15.3.5. Parallel Plan Tips](full-docs/txt/parallel-plans.txt) - [15.4. Parallel Safety](full-docs/txt/parallel-safety.txt) - [15.4.1. Parallel Labeling for Functions and Aggregates](full-docs/txt/parallel-safety.txt) - [III. Server Administration](full-docs/txt/admin.txt) - [16. Installation from Binaries](full-docs/txt/install-binaries.txt) - [17. Installation from Source Code](full-docs/txt/installation.txt) - [17.1. Requirements](full-docs/txt/install-requirements.txt) - [17.2. Getting the Source](full-docs/txt/install-getsource.txt) - [17.3. Building and Installation with Autoconf and Make](full-docs/txt/install-make.txt) - [17.4. Building and Installation with Meson](full-docs/txt/install-meson.txt) - [17.5. Post-Installation Setup](full-docs/txt/install-post.txt) - [17.6. Supported Platforms](full-docs/txt/supported-platforms.txt) - [17.7. Platform-Specific Notes](full-docs/txt/installation-platform-notes.txt) - [18. Server Setup and Operation](full-docs/txt/runtime.txt) - [18.1. The PostgreSQL User Account](full-docs/txt/postgres-user.txt) - [18.2. Creating a Database Cluster](full-docs/txt/creating-cluster.txt) - [18.3. Starting the Database Server](full-docs/txt/server-start.txt) - [18.4. Managing Kernel Resources](full-docs/txt/kernel-resources.txt) - [18.5. Shutting Down the Server](full-docs/txt/server-shutdown.txt) - [18.6. Upgrading a PostgreSQL Cluster](full-docs/txt/upgrading.txt) - [18.7. Preventing Server Spoofing](full-docs/txt/preventing-server-spoofing.txt) - [18.8. Encryption Options](full-docs/txt/encryption-options.txt) - [18.9. Secure TCP/IP Connections with SSL](full-docs/txt/ssl-tcp.txt) - [18.10. Secure TCP/IP Connections with GSSAPI Encryption](full-docs/txt/gssapi-enc.txt) - [18.11. Secure TCP/IP Connections with SSH Tunnels](full-docs/txt/ssh-tunnels.txt) - [18.12. Registering Event Log on Windows](full-docs/txt/event-log-registration.txt) - [19. Server Configuration](full-docs/txt/runtime-config.txt) - [19.1. Setting Parameters](full-docs/txt/config-setting.txt) - [19.2. File Locations](full-docs/txt/runtime-config-file-locations.txt) - [19.3. Connections and Authentication](full-docs/txt/runtime-config-connection.txt) - [19.4. Resource Consumption](full-docs/txt/runtime-config-resource.txt) - [19.5. Write Ahead Log](full-docs/txt/runtime-config-wal.txt) - [19.6. Replication](full-docs/txt/runtime-config-replication.txt) - [19.7. Query Planning](full-docs/txt/runtime-config-query.txt) - [19.8. Error Reporting and Logging](full-docs/txt/runtime-config-logging.txt) - [19.9. Run-time Statistics](full-docs/txt/runtime-config-statistics.txt) - [19.10. Vacuuming](full-docs/txt/runtime-config-vacuum.txt) - [19.11. Client Connection Defaults](full-docs/txt/runtime-config-client.txt) - [19.12. Lock Management](full-docs/txt/runtime-config-locks.txt) - [19.13. Version and Platform Compatibility](full-docs/txt/runtime-config-compatible.txt) - [19.14. Error Handling](full-docs/txt/runtime-config-error-handling.txt) - [19.15. Preset Options](full-docs/txt/runtime-config-preset.txt) - [19.16. Customized Options](full-docs/txt/runtime-config-custom.txt) - [19.17. Developer Options](full-docs/txt/runtime-config-developer.txt) - [19.18. Short Options](full-docs/txt/runtime-config-short.txt) - [20. Client Authentication](full-docs/txt/client-authentication.txt) - [20.1. The pg_hba.conf File](full-docs/txt/auth-pg-hba-conf.txt) - [20.2. User Name Maps](full-docs/txt/auth-username-maps.txt) - [20.3. Authentication Methods](full-docs/txt/auth-methods.txt) - [20.4. Trust Authentication](full-docs/txt/auth-trust.txt) - [20.5. Password Authentication](full-docs/txt/auth-password.txt) - [20.6. GSSAPI Authentication](full-docs/txt/gssapi-auth.txt) - [20.7. SSPI Authentication](full-docs/txt/sspi-auth.txt) - [20.8. Ident Authentication](full-docs/txt/auth-ident.txt) - [20.9. Peer Authentication](full-docs/txt/auth-peer.txt) - [20.10. LDAP Authentication](full-docs/txt/auth-ldap.txt) - [20.11. RADIUS Authentication](full-docs/txt/auth-radius.txt) - [20.12. Certificate Authentication](full-docs/txt/auth-cert.txt) - [20.13. PAM Authentication](full-docs/txt/auth-pam.txt) - [20.14. BSD Authentication](full-docs/txt/auth-bsd.txt) - [20.15. OAuth Authorization/Authentication](full-docs/txt/auth-oauth.txt) - [20.16. Authentication Problems](full-docs/txt/client-authentication-problems.txt) - [21. Database Roles](full-docs/txt/user-manag.txt) - [21.1. Database Roles](full-docs/txt/database-roles.txt) - [21.2. Role Attributes](full-docs/txt/role-attributes.txt) - [21.3. Role Membership](full-docs/txt/role-membership.txt) - [21.4. Dropping Roles](full-docs/txt/role-removal.txt) - [21.5. Predefined Roles](full-docs/txt/predefined-roles.txt) - [21.6. Function Security](full-docs/txt/perm-functions.txt) - [22. Managing Databases](full-docs/txt/managing-databases.txt) - [22.1. Overview](full-docs/txt/manage-ag-overview.txt) - [22.2. Creating a Database](full-docs/txt/manage-ag-createdb.txt) - [22.3. Template Databases](full-docs/txt/manage-ag-templatedbs.txt) - [22.4. Database Configuration](full-docs/txt/manage-ag-config.txt) - [22.5. Destroying a Database](full-docs/txt/manage-ag-dropdb.txt) - [22.6. Tablespaces](full-docs/txt/manage-ag-tablespaces.txt) - [23. Localization](full-docs/txt/charset.txt) - [23.1. Locale Support](full-docs/txt/locale.txt) - [23.2. Collation Support](full-docs/txt/collation.txt) - [23.3. Character Set Support](full-docs/txt/multibyte.txt) - [24. Routine Database Maintenance Tasks](full-docs/txt/maintenance.txt) - [24.1. Routine Vacuuming](full-docs/txt/routine-vacuuming.txt) - [24.2. Routine Reindexing](full-docs/txt/routine-reindex.txt) - [24.3. Log File Maintenance](full-docs/txt/logfile-maintenance.txt) - [25. Backup and Restore](full-docs/txt/backup.txt) - [25.1. SQL Dump](full-docs/txt/backup-dump.txt) - [25.2. File System Level Backup](full-docs/txt/backup-file.txt) - [25.3. Continuous Archiving and Point-in-Time Recovery (PITR)](full-docs/txt/continuous-archiving.txt) - [26. High Availability, Load Balancing, and Replication](full-docs/txt/high-availability.txt) - [26.1. Comparison of Different Solutions](full-docs/txt/different-replication-solutions.txt) - [26.2. Log-Shipping Standby Servers](full-docs/txt/warm-standby.txt) - [26.3. Failover](full-docs/txt/warm-standby-failover.txt) - [26.4. Hot Standby](full-docs/txt/hot-standby.txt) - [27. Monitoring Database Activity](full-docs/txt/monitoring.txt) - [27.1. Standard Unix Tools](full-docs/txt/monitoring-ps.txt) - [27.2. The Cumulative Statistics System](full-docs/txt/monitoring-stats.txt) - [27.3. Viewing Locks](full-docs/txt/monitoring-locks.txt) - [27.4. Progress Reporting](full-docs/txt/progress-reporting.txt) - [27.5. Dynamic Tracing](full-docs/txt/dynamic-trace.txt) - [27.6. Monitoring Disk Usage](full-docs/txt/diskusage.txt) - [28. Reliability and the Write-Ahead Log](full-docs/txt/wal.txt) - [28.1. Reliability](full-docs/txt/wal-reliability.txt) - [28.2. Data Checksums](full-docs/txt/checksums.txt) - [28.3. Write-Ahead Logging (WAL)](full-docs/txt/wal-intro.txt) - [28.4. Asynchronous Commit](full-docs/txt/wal-async-commit.txt) - [28.5. WAL Configuration](full-docs/txt/wal-configuration.txt) - [28.6. WAL Internals](full-docs/txt/wal-internals.txt) - [29. Logical Replication](full-docs/txt/logical-replication.txt) - [29.1. Publication](full-docs/txt/logical-replication-publication.txt) - [29.2. Subscription](full-docs/txt/logical-replication-subscription.txt) - [29.3. Logical Replication Failover](full-docs/txt/logical-replication-failover.txt) - [29.4. Row Filters](full-docs/txt/logical-replication-row-filter.txt) - [29.5. Column Lists](full-docs/txt/logical-replication-col-lists.txt) - [29.6. Generated Column Replication](full-docs/txt/logical-replication-gencols.txt) - [29.7. Conflicts](full-docs/txt/logical-replication-conflicts.txt) - [29.8. Restrictions](full-docs/txt/logical-replication-restrictions.txt) - [29.9. Architecture](full-docs/txt/logical-replication-architecture.txt) - [29.10. Monitoring](full-docs/txt/logical-replication-monitoring.txt) - [29.11. Security](full-docs/txt/logical-replication-security.txt) - [29.12. Configuration Settings](full-docs/txt/logical-replication-config.txt) - [29.13. Upgrade](full-docs/txt/logical-replication-upgrade.txt) - [29.14. Quick Setup](full-docs/txt/logical-replication-quick-setup.txt) - [30. Just-in-Time Compilation (JIT)](full-docs/txt/jit.txt) - [30.1. What Is JIT compilation?](full-docs/txt/jit-reason.txt) - [30.2. When to JIT?](full-docs/txt/jit-decision.txt) - [30.3. Configuration](full-docs/txt/jit-configuration.txt) - [30.4. Extensibility](full-docs/txt/jit-extensibility.txt) - [31. Regression Tests](full-docs/txt/regress.txt) - [31.1. Running the Tests](full-docs/txt/regress-run.txt) - [31.2. Test Evaluation](full-docs/txt/regress-evaluation.txt) - [31.3. Variant Comparison Files](full-docs/txt/regress-variant.txt) - [31.4. TAP Tests](full-docs/txt/regress-tap.txt) - [31.5. Test Coverage Examination](full-docs/txt/regress-coverage.txt) - [16. Installation from Binaries](full-docs/txt/install-binaries.txt) - [17. Installation from Source Code](full-docs/txt/installation.txt) - [17.1. Requirements](full-docs/txt/install-requirements.txt) - [17.2. Getting the Source](full-docs/txt/install-getsource.txt) - [17.3. Building and Installation with Autoconf and Make](full-docs/txt/install-make.txt) - [17.3.1. Short Version](full-docs/txt/install-make.txt) - [17.3.2. Installation Procedure](full-docs/txt/install-make.txt) - [17.3.3. configure Options](full-docs/txt/install-make.txt) - [17.3.4. configure Environment Variables](full-docs/txt/install-make.txt) - [17.4. Building and Installation with Meson](full-docs/txt/install-meson.txt) - [17.4.1. Short Version](full-docs/txt/install-meson.txt) - [17.4.2. Installation Procedure](full-docs/txt/install-meson.txt) - [17.4.3. meson setup Options](full-docs/txt/install-meson.txt) - [17.4.4. meson Build Targets](full-docs/txt/install-meson.txt) - [17.5. Post-Installation Setup](full-docs/txt/install-post.txt) - [17.5.1. Shared Libraries](full-docs/txt/install-post.txt) - [17.5.2. Environment Variables](full-docs/txt/install-post.txt) - [17.6. Supported Platforms](full-docs/txt/supported-platforms.txt) - [17.7. Platform-Specific Notes](full-docs/txt/installation-platform-notes.txt) - [17.7.1. Cygwin](full-docs/txt/installation-platform-notes.txt) - [17.7.2. macOS](full-docs/txt/installation-platform-notes.txt) - [17.7.3. MinGW](full-docs/txt/installation-platform-notes.txt) - [17.7.4. Solaris](full-docs/txt/installation-platform-notes.txt) - [17.7.5. Visual Studio](full-docs/txt/installation-platform-notes.txt) - [18. Server Setup and Operation](full-docs/txt/runtime.txt) - [18.1. The PostgreSQL User Account](full-docs/txt/postgres-user.txt) - [18.2. Creating a Database Cluster](full-docs/txt/creating-cluster.txt) - [18.2.1. Use of Secondary File Systems](full-docs/txt/creating-cluster.txt) - [18.2.2. File Systems](full-docs/txt/creating-cluster.txt) - [18.3. Starting the Database Server](full-docs/txt/server-start.txt) - [18.3.1. Server Start-up Failures](full-docs/txt/server-start.txt) - [18.3.2. Client Connection Problems](full-docs/txt/server-start.txt) - [18.4. Managing Kernel Resources](full-docs/txt/kernel-resources.txt) - [18.4.1. Shared Memory and Semaphores](full-docs/txt/kernel-resources.txt) - [18.4.2. systemd RemoveIPC](full-docs/txt/kernel-resources.txt) - [18.4.3. Resource Limits](full-docs/txt/kernel-resources.txt) - [18.4.4. Linux Memory Overcommit](full-docs/txt/kernel-resources.txt) - [18.4.5. Linux Huge Pages](full-docs/txt/kernel-resources.txt) - [18.5. Shutting Down the Server](full-docs/txt/server-shutdown.txt) - [18.6. Upgrading a PostgreSQL Cluster](full-docs/txt/upgrading.txt) - [18.6.1. Upgrading Data via pg_dumpall](full-docs/txt/upgrading.txt) - [18.6.2. Upgrading Data via pg_upgrade](full-docs/txt/upgrading.txt) - [18.6.3. Upgrading Data via Replication](full-docs/txt/upgrading.txt) - [18.7. Preventing Server Spoofing](full-docs/txt/preventing-server-spoofing.txt) - [18.8. Encryption Options](full-docs/txt/encryption-options.txt) - [18.9. Secure TCP/IP Connections with SSL](full-docs/txt/ssl-tcp.txt) - [18.9.1. Basic Setup](full-docs/txt/ssl-tcp.txt) - [18.9.2. OpenSSL Configuration](full-docs/txt/ssl-tcp.txt) - [18.9.3. Using Client Certificates](full-docs/txt/ssl-tcp.txt) - [18.9.4. SSL Server File Usage](full-docs/txt/ssl-tcp.txt) - [18.9.5. Creating Certificates](full-docs/txt/ssl-tcp.txt) - [18.10. Secure TCP/IP Connections with GSSAPI Encryption](full-docs/txt/gssapi-enc.txt) - [18.10.1. Basic Setup](full-docs/txt/gssapi-enc.txt) - [18.11. Secure TCP/IP Connections with SSH Tunnels](full-docs/txt/ssh-tunnels.txt) - [18.12. Registering Event Log on Windows](full-docs/txt/event-log-registration.txt) - [19. Server Configuration](full-docs/txt/runtime-config.txt) - [19.1. Setting Parameters](full-docs/txt/config-setting.txt) - [19.1.1. Parameter Names and Values](full-docs/txt/config-setting.txt) - [19.1.2. Parameter Interaction via the Configuration File](full-docs/txt/config-setting.txt) - [19.1.3. Parameter Interaction via SQL](full-docs/txt/config-setting.txt) - [19.1.4. Parameter Interaction via the Shell](full-docs/txt/config-setting.txt) - [19.1.5. Managing Configuration File Contents](full-docs/txt/config-setting.txt) - [19.2. File Locations](full-docs/txt/runtime-config-file-locations.txt) - [19.3. Connections and Authentication](full-docs/txt/runtime-config-connection.txt) - [19.3.1. Connection Settings](full-docs/txt/runtime-config-connection.txt) - [19.3.2. TCP Settings](full-docs/txt/runtime-config-connection.txt) - [19.3.3. Authentication](full-docs/txt/runtime-config-connection.txt) - [19.3.4. SSL](full-docs/txt/runtime-config-connection.txt) - [19.4. Resource Consumption](full-docs/txt/runtime-config-resource.txt) - [19.4.1. Memory](full-docs/txt/runtime-config-resource.txt) - [19.4.2. Disk](full-docs/txt/runtime-config-resource.txt) - [19.4.3. Kernel Resource Usage](full-docs/txt/runtime-config-resource.txt) - [19.4.4. Background Writer](full-docs/txt/runtime-config-resource.txt) - [19.4.5. I/O](full-docs/txt/runtime-config-resource.txt) - [19.4.6. Worker Processes](full-docs/txt/runtime-config-resource.txt) - [19.5. Write Ahead Log](full-docs/txt/runtime-config-wal.txt) - [19.5.1. Settings](full-docs/txt/runtime-config-wal.txt) - [19.5.2. Checkpoints](full-docs/txt/runtime-config-wal.txt) - [19.5.3. Archiving](full-docs/txt/runtime-config-wal.txt) - [19.5.4. Recovery](full-docs/txt/runtime-config-wal.txt) - [19.5.5. Archive Recovery](full-docs/txt/runtime-config-wal.txt) - [19.5.6. Recovery Target](full-docs/txt/runtime-config-wal.txt) - [19.5.7. WAL Summarization](full-docs/txt/runtime-config-wal.txt) - [19.6. Replication](full-docs/txt/runtime-config-replication.txt) - [19.6.1. Sending Servers](full-docs/txt/runtime-config-replication.txt) - [19.6.2. Primary Server](full-docs/txt/runtime-config-replication.txt) - [19.6.3. Standby Servers](full-docs/txt/runtime-config-replication.txt) - [19.6.4. Subscribers](full-docs/txt/runtime-config-replication.txt) - [19.7. Query Planning](full-docs/txt/runtime-config-query.txt) - [19.7.1. Planner Method Configuration](full-docs/txt/runtime-config-query.txt) - [19.7.2. Planner Cost Constants](full-docs/txt/runtime-config-query.txt) - [19.7.3. Genetic Query Optimizer](full-docs/txt/runtime-config-query.txt) - [19.7.4. Other Planner Options](full-docs/txt/runtime-config-query.txt) - [19.8. Error Reporting and Logging](full-docs/txt/runtime-config-logging.txt) - [19.8.1. Where to Log](full-docs/txt/runtime-config-logging.txt) - [19.8.2. When to Log](full-docs/txt/runtime-config-logging.txt) - [19.8.3. What to Log](full-docs/txt/runtime-config-logging.txt) - [19.8.4. Using CSV-Format Log Output](full-docs/txt/runtime-config-logging.txt) - [19.8.5. Using JSON-Format Log Output](full-docs/txt/runtime-config-logging.txt) - [19.8.6. Process Title](full-docs/txt/runtime-config-logging.txt) - [19.9. Run-time Statistics](full-docs/txt/runtime-config-statistics.txt) - [19.9.1. Cumulative Query and Index Statistics](full-docs/txt/runtime-config-statistics.txt) - [19.9.2. Statistics Monitoring](full-docs/txt/runtime-config-statistics.txt) - [19.10. Vacuuming](full-docs/txt/runtime-config-vacuum.txt) - [19.10.1. Automatic Vacuuming](full-docs/txt/runtime-config-vacuum.txt) - [19.10.2. Cost-based Vacuum Delay](full-docs/txt/runtime-config-vacuum.txt) - [19.10.3. Default Behavior](full-docs/txt/runtime-config-vacuum.txt) - [19.10.4. Freezing](full-docs/txt/runtime-config-vacuum.txt) - [19.11. Client Connection Defaults](full-docs/txt/runtime-config-client.txt) - [19.11.1. Statement Behavior](full-docs/txt/runtime-config-client.txt) - [19.11.2. Locale and Formatting](full-docs/txt/runtime-config-client.txt) - [19.11.3. Shared Library Preloading](full-docs/txt/runtime-config-client.txt) - [19.11.4. Other Defaults](full-docs/txt/runtime-config-client.txt) - [19.12. Lock Management](full-docs/txt/runtime-config-locks.txt) - [19.13. Version and Platform Compatibility](full-docs/txt/runtime-config-compatible.txt) - [19.13.1. Previous PostgreSQL Versions](full-docs/txt/runtime-config-compatible.txt) - [19.13.2. Platform and Client Compatibility](full-docs/txt/runtime-config-compatible.txt) - [19.14. Error Handling](full-docs/txt/runtime-config-error-handling.txt) - [19.15. Preset Options](full-docs/txt/runtime-config-preset.txt) - [19.16. Customized Options](full-docs/txt/runtime-config-custom.txt) - [19.17. Developer Options](full-docs/txt/runtime-config-developer.txt) - [19.18. Short Options](full-docs/txt/runtime-config-short.txt) - [20. Client Authentication](full-docs/txt/client-authentication.txt) - [20.1. The pg_hba.conf File](full-docs/txt/auth-pg-hba-conf.txt) - [20.2. User Name Maps](full-docs/txt/auth-username-maps.txt) - [20.3. Authentication Methods](full-docs/txt/auth-methods.txt) - [20.4. Trust Authentication](full-docs/txt/auth-trust.txt) - [20.5. Password Authentication](full-docs/txt/auth-password.txt) - [20.6. GSSAPI Authentication](full-docs/txt/gssapi-auth.txt) - [20.7. SSPI Authentication](full-docs/txt/sspi-auth.txt) - [20.8. Ident Authentication](full-docs/txt/auth-ident.txt) - [20.9. Peer Authentication](full-docs/txt/auth-peer.txt) - [20.10. LDAP Authentication](full-docs/txt/auth-ldap.txt) - [20.11. RADIUS Authentication](full-docs/txt/auth-radius.txt) - [20.12. Certificate Authentication](full-docs/txt/auth-cert.txt) - [20.13. PAM Authentication](full-docs/txt/auth-pam.txt) - [20.14. BSD Authentication](full-docs/txt/auth-bsd.txt) - [20.15. OAuth Authorization/Authentication](full-docs/txt/auth-oauth.txt) - [20.16. Authentication Problems](full-docs/txt/client-authentication-problems.txt) - [21. Database Roles](full-docs/txt/user-manag.txt) - [21.1. Database Roles](full-docs/txt/database-roles.txt) - [21.2. Role Attributes](full-docs/txt/role-attributes.txt) - [21.3. Role Membership](full-docs/txt/role-membership.txt) - [21.4. Dropping Roles](full-docs/txt/role-removal.txt) - [21.5. Predefined Roles](full-docs/txt/predefined-roles.txt) - [21.6. Function Security](full-docs/txt/perm-functions.txt) - [22. Managing Databases](full-docs/txt/managing-databases.txt) - [22.1. Overview](full-docs/txt/manage-ag-overview.txt) - [22.2. Creating a Database](full-docs/txt/manage-ag-createdb.txt) - [22.3. Template Databases](full-docs/txt/manage-ag-templatedbs.txt) - [22.4. Database Configuration](full-docs/txt/manage-ag-config.txt) - [22.5. Destroying a Database](full-docs/txt/manage-ag-dropdb.txt) - [22.6. Tablespaces](full-docs/txt/manage-ag-tablespaces.txt) - [23. Localization](full-docs/txt/charset.txt) - [23.1. Locale Support](full-docs/txt/locale.txt) - [23.1.1. Overview](full-docs/txt/locale.txt) - [23.1.2. Behavior](full-docs/txt/locale.txt) - [23.1.3. Selecting Locales](full-docs/txt/locale.txt) - [23.1.4. Locale Providers](full-docs/txt/locale.txt) - [23.1.5. ICU Locales](full-docs/txt/locale.txt) - [23.1.6. Problems](full-docs/txt/locale.txt) - [23.2. Collation Support](full-docs/txt/collation.txt) - [23.2.1. Concepts](full-docs/txt/collation.txt) - [23.2.2. Managing Collations](full-docs/txt/collation.txt) - [23.2.3. ICU Custom Collations](full-docs/txt/collation.txt) - [23.3. Character Set Support](full-docs/txt/multibyte.txt) - [23.3.1. Supported Character Sets](full-docs/txt/multibyte.txt) - [23.3.2. Setting the Character Set](full-docs/txt/multibyte.txt) - [23.3.3. Automatic Character Set Conversion Between Server and Client](full-docs/txt/multibyte.txt) - [23.3.4. Available Character Set Conversions](full-docs/txt/multibyte.txt) - [23.3.5. Further Reading](full-docs/txt/multibyte.txt) - [24. Routine Database Maintenance Tasks](full-docs/txt/maintenance.txt) - [24.1. Routine Vacuuming](full-docs/txt/routine-vacuuming.txt) - [24.1.1. Vacuuming Basics](full-docs/txt/routine-vacuuming.txt) - [24.1.2. Recovering Disk Space](full-docs/txt/routine-vacuuming.txt) - [24.1.3. Updating Planner Statistics](full-docs/txt/routine-vacuuming.txt) - [24.1.4. Updating the Visibility Map](full-docs/txt/routine-vacuuming.txt) - [24.1.5. Preventing Transaction ID Wraparound Failures](full-docs/txt/routine-vacuuming.txt) - [24.1.6. The Autovacuum Daemon](full-docs/txt/routine-vacuuming.txt) - [24.2. Routine Reindexing](full-docs/txt/routine-reindex.txt) - [24.3. Log File Maintenance](full-docs/txt/logfile-maintenance.txt) - [25. Backup and Restore](full-docs/txt/backup.txt) - [25.1. SQL Dump](full-docs/txt/backup-dump.txt) - [25.1.1. Restoring the Dump](full-docs/txt/backup-dump.txt) - [25.1.2. Using pg_dumpall](full-docs/txt/backup-dump.txt) - [25.1.3. Handling Large Databases](full-docs/txt/backup-dump.txt) - [25.2. File System Level Backup](full-docs/txt/backup-file.txt) - [25.3. Continuous Archiving and Point-in-Time Recovery (PITR)](full-docs/txt/continuous-archiving.txt) - [25.3.1. Setting Up WAL Archiving](full-docs/txt/continuous-archiving.txt) - [25.3.2. Making a Base Backup](full-docs/txt/continuous-archiving.txt) - [25.3.3. Making an Incremental Backup](full-docs/txt/continuous-archiving.txt) - [25.3.4. Making a Base Backup Using the Low Level API](full-docs/txt/continuous-archiving.txt) - [25.3.5. Recovering Using a Continuous Archive Backup](full-docs/txt/continuous-archiving.txt) - [25.3.6. Timelines](full-docs/txt/continuous-archiving.txt) - [25.3.7. Tips and Examples](full-docs/txt/continuous-archiving.txt) - [25.3.8. Caveats](full-docs/txt/continuous-archiving.txt) - [26. High Availability, Load Balancing, and Replication](full-docs/txt/high-availability.txt) - [26.1. Comparison of Different Solutions](full-docs/txt/different-replication-solutions.txt) - [26.2. Log-Shipping Standby Servers](full-docs/txt/warm-standby.txt) - [26.2.1. Planning](full-docs/txt/warm-standby.txt) - [26.2.2. Standby Server Operation](full-docs/txt/warm-standby.txt) - [26.2.3. Preparing the Primary for Standby Servers](full-docs/txt/warm-standby.txt) - [26.2.4. Setting Up a Standby Server](full-docs/txt/warm-standby.txt) - [26.2.5. Streaming Replication](full-docs/txt/warm-standby.txt) - [26.2.6. Replication Slots](full-docs/txt/warm-standby.txt) - [26.2.7. Cascading Replication](full-docs/txt/warm-standby.txt) - [26.2.8. Synchronous Replication](full-docs/txt/warm-standby.txt) - [26.2.9. Continuous Archiving in Standby](full-docs/txt/warm-standby.txt) - [26.3. Failover](full-docs/txt/warm-standby-failover.txt) - [26.4. Hot Standby](full-docs/txt/hot-standby.txt) - [26.4.1. User's Overview](full-docs/txt/hot-standby.txt) - [26.4.2. Handling Query Conflicts](full-docs/txt/hot-standby.txt) - [26.4.3. Administrator's Overview](full-docs/txt/hot-standby.txt) - [26.4.4. Hot Standby Parameter Reference](full-docs/txt/hot-standby.txt) - [26.4.5. Caveats](full-docs/txt/hot-standby.txt) - [27. Monitoring Database Activity](full-docs/txt/monitoring.txt) - [27.1. Standard Unix Tools](full-docs/txt/monitoring-ps.txt) - [27.2. The Cumulative Statistics System](full-docs/txt/monitoring-stats.txt) - [27.2.1. Statistics Collection Configuration](full-docs/txt/monitoring-stats.txt) - [27.2.2. Viewing Statistics](full-docs/txt/monitoring-stats.txt) - [27.2.3. pg_stat_activity](full-docs/txt/monitoring-stats.txt) - [27.2.4. pg_stat_replication](full-docs/txt/monitoring-stats.txt) - [27.2.5. pg_stat_replication_slots](full-docs/txt/monitoring-stats.txt) - [27.2.6. pg_stat_wal_receiver](full-docs/txt/monitoring-stats.txt) - [27.2.7. pg_stat_recovery_prefetch](full-docs/txt/monitoring-stats.txt) - [27.2.8. pg_stat_subscription](full-docs/txt/monitoring-stats.txt) - [27.2.9. pg_stat_subscription_stats](full-docs/txt/monitoring-stats.txt) - [27.2.10. pg_stat_ssl](full-docs/txt/monitoring-stats.txt) - [27.2.11. pg_stat_gssapi](full-docs/txt/monitoring-stats.txt) - [27.2.12. pg_stat_archiver](full-docs/txt/monitoring-stats.txt) - [27.2.13. pg_stat_io](full-docs/txt/monitoring-stats.txt) - [27.2.14. pg_stat_bgwriter](full-docs/txt/monitoring-stats.txt) - [27.2.15. pg_stat_checkpointer](full-docs/txt/monitoring-stats.txt) - [27.2.16. pg_stat_wal](full-docs/txt/monitoring-stats.txt) - [27.2.17. pg_stat_database](full-docs/txt/monitoring-stats.txt) - [27.2.18. pg_stat_database_conflicts](full-docs/txt/monitoring-stats.txt) - [27.2.19. pg_stat_all_tables](full-docs/txt/monitoring-stats.txt) - [27.2.20. pg_stat_all_indexes](full-docs/txt/monitoring-stats.txt) - [27.2.21. pg_statio_all_tables](full-docs/txt/monitoring-stats.txt) - [27.2.22. pg_statio_all_indexes](full-docs/txt/monitoring-stats.txt) - [27.2.23. pg_statio_all_sequences](full-docs/txt/monitoring-stats.txt) - [27.2.24. pg_stat_user_functions](full-docs/txt/monitoring-stats.txt) - [27.2.25. pg_stat_slru](full-docs/txt/monitoring-stats.txt) - [27.2.26. Statistics Functions](full-docs/txt/monitoring-stats.txt) - [27.3. Viewing Locks](full-docs/txt/monitoring-locks.txt) - [27.4. Progress Reporting](full-docs/txt/progress-reporting.txt) - [27.4.1. ANALYZE Progress Reporting](full-docs/txt/progress-reporting.txt) - [27.4.2. CLUSTER Progress Reporting](full-docs/txt/progress-reporting.txt) - [27.4.3. COPY Progress Reporting](full-docs/txt/progress-reporting.txt) - [27.4.4. CREATE INDEX Progress Reporting](full-docs/txt/progress-reporting.txt) - [27.4.5. VACUUM Progress Reporting](full-docs/txt/progress-reporting.txt) - [27.4.6. Base Backup Progress Reporting](full-docs/txt/progress-reporting.txt) - [27.5. Dynamic Tracing](full-docs/txt/dynamic-trace.txt) - [27.5.1. Compiling for Dynamic Tracing](full-docs/txt/dynamic-trace.txt) - [27.5.2. Built-in Probes](full-docs/txt/dynamic-trace.txt) - [27.5.3. Using Probes](full-docs/txt/dynamic-trace.txt) - [27.5.4. Defining New Probes](full-docs/txt/dynamic-trace.txt) - [27.6. Monitoring Disk Usage](full-docs/txt/diskusage.txt) - [27.6.1. Determining Disk Usage](full-docs/txt/diskusage.txt) - [27.6.2. Disk Full Failure](full-docs/txt/diskusage.txt) - [28. Reliability and the Write-Ahead Log](full-docs/txt/wal.txt) - [28.1. Reliability](full-docs/txt/wal-reliability.txt) - [28.2. Data Checksums](full-docs/txt/checksums.txt) - [28.2.1. Off-line Enabling of Checksums](full-docs/txt/checksums.txt) - [28.3. Write-Ahead Logging (WAL)](full-docs/txt/wal-intro.txt) - [28.4. Asynchronous Commit](full-docs/txt/wal-async-commit.txt) - [28.5. WAL Configuration](full-docs/txt/wal-configuration.txt) - [28.6. WAL Internals](full-docs/txt/wal-internals.txt) - [29. Logical Replication](full-docs/txt/logical-replication.txt) - [29.1. Publication](full-docs/txt/logical-replication-publication.txt) - [29.1.1. Replica Identity](full-docs/txt/logical-replication-publication.txt) - [29.2. Subscription](full-docs/txt/logical-replication-subscription.txt) - [29.2.1. Replication Slot Management](full-docs/txt/logical-replication-subscription.txt) - [29.2.2. Examples: Set Up Logical Replication](full-docs/txt/logical-replication-subscription.txt) - [29.2.3. Examples: Deferred Replication Slot Creation](full-docs/txt/logical-replication-subscription.txt) - [29.3. Logical Replication Failover](full-docs/txt/logical-replication-failover.txt) - [29.4. Row Filters](full-docs/txt/logical-replication-row-filter.txt) - [29.4.1. Row Filter Rules](full-docs/txt/logical-replication-row-filter.txt) - [29.4.2. Expression Restrictions](full-docs/txt/logical-replication-row-filter.txt) - [29.4.3. UPDATE Transformations](full-docs/txt/logical-replication-row-filter.txt) - [29.4.4. Partitioned Tables](full-docs/txt/logical-replication-row-filter.txt) - [29.4.5. Initial Data Synchronization](full-docs/txt/logical-replication-row-filter.txt) - [29.4.6. Combining Multiple Row Filters](full-docs/txt/logical-replication-row-filter.txt) - [29.4.7. Examples](full-docs/txt/logical-replication-row-filter.txt) - [29.5. Column Lists](full-docs/txt/logical-replication-col-lists.txt) - [29.5.1. Examples](full-docs/txt/logical-replication-col-lists.txt) - [29.6. Generated Column Replication](full-docs/txt/logical-replication-gencols.txt) - [29.7. Conflicts](full-docs/txt/logical-replication-conflicts.txt) - [29.8. Restrictions](full-docs/txt/logical-replication-restrictions.txt) - [29.9. Architecture](full-docs/txt/logical-replication-architecture.txt) - [29.9.1. Initial Snapshot](full-docs/txt/logical-replication-architecture.txt) - [29.10. Monitoring](full-docs/txt/logical-replication-monitoring.txt) - [29.11. Security](full-docs/txt/logical-replication-security.txt) - [29.12. Configuration Settings](full-docs/txt/logical-replication-config.txt) - [29.12.1. Publishers](full-docs/txt/logical-replication-config.txt) - [29.12.2. Subscribers](full-docs/txt/logical-replication-config.txt) - [29.13. Upgrade](full-docs/txt/logical-replication-upgrade.txt) - [29.13.1. Prepare for Publisher Upgrades](full-docs/txt/logical-replication-upgrade.txt) - [29.13.2. Prepare for Subscriber Upgrades](full-docs/txt/logical-replication-upgrade.txt) - [29.13.3. Upgrading Logical Replication Clusters](full-docs/txt/logical-replication-upgrade.txt) - [29.14. Quick Setup](full-docs/txt/logical-replication-quick-setup.txt) - [30. Just-in-Time Compilation (JIT)](full-docs/txt/jit.txt) - [30.1. What Is JIT compilation?](full-docs/txt/jit-reason.txt) - [30.1.1. JIT Accelerated Operations](full-docs/txt/jit-reason.txt) - [30.1.2. Inlining](full-docs/txt/jit-reason.txt) - [30.1.3. Optimization](full-docs/txt/jit-reason.txt) - [30.2. When to JIT?](full-docs/txt/jit-decision.txt) - [30.3. Configuration](full-docs/txt/jit-configuration.txt) - [30.4. Extensibility](full-docs/txt/jit-extensibility.txt) - [30.4.1. Inlining Support for Extensions](full-docs/txt/jit-extensibility.txt) - [30.4.2. Pluggable JIT Providers](full-docs/txt/jit-extensibility.txt) - [31. Regression Tests](full-docs/txt/regress.txt) - [31.1. Running the Tests](full-docs/txt/regress-run.txt) - [31.1.1. Running the Tests Against a Temporary Installation](full-docs/txt/regress-run.txt) - [31.1.2. Running the Tests Against an Existing Installation](full-docs/txt/regress-run.txt) - [31.1.3. Additional Test Suites](full-docs/txt/regress-run.txt) - [31.1.4. Locale and Encoding](full-docs/txt/regress-run.txt) - [31.1.5. Custom Server Settings](full-docs/txt/regress-run.txt) - [31.1.6. Extra Tests](full-docs/txt/regress-run.txt) - [31.2. Test Evaluation](full-docs/txt/regress-evaluation.txt) - [31.2.1. Error Message Differences](full-docs/txt/regress-evaluation.txt) - [31.2.2. Locale Differences](full-docs/txt/regress-evaluation.txt) - [31.2.3. Date and Time Differences](full-docs/txt/regress-evaluation.txt) - [31.2.4. Floating-Point Differences](full-docs/txt/regress-evaluation.txt) - [31.2.5. Row Ordering Differences](full-docs/txt/regress-evaluation.txt) - [31.2.6. Insufficient Stack Depth](full-docs/txt/regress-evaluation.txt) - [31.2.7. The “random” Test](full-docs/txt/regress-evaluation.txt) - [31.2.8. Configuration Parameters](full-docs/txt/regress-evaluation.txt) - [31.3. Variant Comparison Files](full-docs/txt/regress-variant.txt) - [31.4. TAP Tests](full-docs/txt/regress-tap.txt) - [31.4.1. Environment Variables](full-docs/txt/regress-tap.txt) - [31.5. Test Coverage Examination](full-docs/txt/regress-coverage.txt) - [31.5.1. Coverage with Autoconf and Make](full-docs/txt/regress-coverage.txt) - [31.5.2. Coverage with Meson](full-docs/txt/regress-coverage.txt) - [IV. Client Interfaces](full-docs/txt/client-interfaces.txt) - [32. libpq — C Library](full-docs/txt/libpq.txt) - [32.1. Database Connection Control Functions](full-docs/txt/libpq-connect.txt) - [32.2. Connection Status Functions](full-docs/txt/libpq-status.txt) - [32.3. Command Execution Functions](full-docs/txt/libpq-exec.txt) - [32.4. Asynchronous Command Processing](full-docs/txt/libpq-async.txt) - [32.5. Pipeline Mode](full-docs/txt/libpq-pipeline-mode.txt) - [32.6. Retrieving Query Results in Chunks](full-docs/txt/libpq-single-row-mode.txt) - [32.7. Canceling Queries in Progress](full-docs/txt/libpq-cancel.txt) - [32.8. The Fast-Path Interface](full-docs/txt/libpq-fastpath.txt) - [32.9. Asynchronous Notification](full-docs/txt/libpq-notify.txt) - [32.10. Functions Associated with the COPY Command](full-docs/txt/libpq-copy.txt) - [32.11. Control Functions](full-docs/txt/libpq-control.txt) - [32.12. Miscellaneous Functions](full-docs/txt/libpq-misc.txt) - [32.13. Notice Processing](full-docs/txt/libpq-notice-processing.txt) - [32.14. Event System](full-docs/txt/libpq-events.txt) - [32.15. Environment Variables](full-docs/txt/libpq-envars.txt) - [32.16. The Password File](full-docs/txt/libpq-pgpass.txt) - [32.17. The Connection Service File](full-docs/txt/libpq-pgservice.txt) - [32.18. LDAP Lookup of Connection Parameters](full-docs/txt/libpq-ldap.txt) - [32.19. SSL Support](full-docs/txt/libpq-ssl.txt) - [32.20. OAuth Support](full-docs/txt/libpq-oauth.txt) - [32.21. Behavior in Threaded Programs](full-docs/txt/libpq-threading.txt) - [32.22. Building libpq Programs](full-docs/txt/libpq-build.txt) - [32.23. Example Programs](full-docs/txt/libpq-example.txt) - [33. Large Objects](full-docs/txt/largeobjects.txt) - [33.1. Introduction](full-docs/txt/lo-intro.txt) - [33.2. Implementation Features](full-docs/txt/lo-implementation.txt) - [33.3. Client Interfaces](full-docs/txt/lo-interfaces.txt) - [33.4. Server-Side Functions](full-docs/txt/lo-funcs.txt) - [33.5. Example Program](full-docs/txt/lo-examplesect.txt) - [34. ECPG — Embedded SQL in C](full-docs/txt/ecpg.txt) - [34.1. The Concept](full-docs/txt/ecpg-concept.txt) - [34.2. Managing Database Connections](full-docs/txt/ecpg-connect.txt) - [34.3. Running SQL Commands](full-docs/txt/ecpg-commands.txt) - [34.4. Using Host Variables](full-docs/txt/ecpg-variables.txt) - [34.5. Dynamic SQL](full-docs/txt/ecpg-dynamic.txt) - [34.6. pgtypes Library](full-docs/txt/ecpg-pgtypes.txt) - [34.7. Using Descriptor Areas](full-docs/txt/ecpg-descriptors.txt) - [34.8. Error Handling](full-docs/txt/ecpg-errors.txt) - [34.9. Preprocessor Directives](full-docs/txt/ecpg-preproc.txt) - [34.10. Processing Embedded SQL Programs](full-docs/txt/ecpg-process.txt) - [34.11. Library Functions](full-docs/txt/ecpg-library.txt) - [34.12. Large Objects](full-docs/txt/ecpg-lo.txt) - [34.13. C++ Applications](full-docs/txt/ecpg-cpp.txt) - [34.14. Embedded SQL Commands](full-docs/txt/ecpg-sql-commands.txt) - [34.15. Informix Compatibility Mode](full-docs/txt/ecpg-informix-compat.txt) - [34.16. Oracle Compatibility Mode](full-docs/txt/ecpg-oracle-compat.txt) - [34.17. Internals](full-docs/txt/ecpg-develop.txt) - [35. The Information Schema](full-docs/txt/information-schema.txt) - [35.1. The Schema](full-docs/txt/infoschema-schema.txt) - [35.2. Data Types](full-docs/txt/infoschema-datatypes.txt) - [35.3. information_schema_catalog_name](full-docs/txt/infoschema-information-schema-catalog-name.txt) - [35.4. administrable_role_​authorizations](full-docs/txt/infoschema-administrable-role-authorizations.txt) - [35.5. applicable_roles](full-docs/txt/infoschema-applicable-roles.txt) - [35.6. attributes](full-docs/txt/infoschema-attributes.txt) - [35.7. character_sets](full-docs/txt/infoschema-character-sets.txt) - [35.8. check_constraint_routine_usage](full-docs/txt/infoschema-check-constraint-routine-usage.txt) - [35.9. check_constraints](full-docs/txt/infoschema-check-constraints.txt) - [35.10. collations](full-docs/txt/infoschema-collations.txt) - [35.11. collation_character_set_​applicability](full-docs/txt/infoschema-collation-character-set-applicab.txt) - [35.12. column_column_usage](full-docs/txt/infoschema-column-column-usage.txt) - [35.13. column_domain_usage](full-docs/txt/infoschema-column-domain-usage.txt) - [35.14. column_options](full-docs/txt/infoschema-column-options.txt) - [35.15. column_privileges](full-docs/txt/infoschema-column-privileges.txt) - [35.16. column_udt_usage](full-docs/txt/infoschema-column-udt-usage.txt) - [35.17. columns](full-docs/txt/infoschema-columns.txt) - [35.18. constraint_column_usage](full-docs/txt/infoschema-constraint-column-usage.txt) - [35.19. constraint_table_usage](full-docs/txt/infoschema-constraint-table-usage.txt) - [35.20. data_type_privileges](full-docs/txt/infoschema-data-type-privileges.txt) - [35.21. domain_constraints](full-docs/txt/infoschema-domain-constraints.txt) - [35.22. domain_udt_usage](full-docs/txt/infoschema-domain-udt-usage.txt) - [35.23. domains](full-docs/txt/infoschema-domains.txt) - [35.24. element_types](full-docs/txt/infoschema-element-types.txt) - [35.25. enabled_roles](full-docs/txt/infoschema-enabled-roles.txt) - [35.26. foreign_data_wrapper_options](full-docs/txt/infoschema-foreign-data-wrapper-options.txt) - [35.27. foreign_data_wrappers](full-docs/txt/infoschema-foreign-data-wrappers.txt) - [35.28. foreign_server_options](full-docs/txt/infoschema-foreign-server-options.txt) - [35.29. foreign_servers](full-docs/txt/infoschema-foreign-servers.txt) - [35.30. foreign_table_options](full-docs/txt/infoschema-foreign-table-options.txt) - [35.31. foreign_tables](full-docs/txt/infoschema-foreign-tables.txt) - [35.32. key_column_usage](full-docs/txt/infoschema-key-column-usage.txt) - [35.33. parameters](full-docs/txt/infoschema-parameters.txt) - [35.34. referential_constraints](full-docs/txt/infoschema-referential-constraints.txt) - [35.35. role_column_grants](full-docs/txt/infoschema-role-column-grants.txt) - [35.36. role_routine_grants](full-docs/txt/infoschema-role-routine-grants.txt) - [35.37. role_table_grants](full-docs/txt/infoschema-role-table-grants.txt) - [35.38. role_udt_grants](full-docs/txt/infoschema-role-udt-grants.txt) - [35.39. role_usage_grants](full-docs/txt/infoschema-role-usage-grants.txt) - [35.40. routine_column_usage](full-docs/txt/infoschema-routine-column-usage.txt) - [35.41. routine_privileges](full-docs/txt/infoschema-routine-privileges.txt) - [35.42. routine_routine_usage](full-docs/txt/infoschema-routine-routine-usage.txt) - [35.43. routine_sequence_usage](full-docs/txt/infoschema-routine-sequence-usage.txt) - [35.44. routine_table_usage](full-docs/txt/infoschema-routine-table-usage.txt) - [35.45. routines](full-docs/txt/infoschema-routines.txt) - [35.46. schemata](full-docs/txt/infoschema-schemata.txt) - [35.47. sequences](full-docs/txt/infoschema-sequences.txt) - [35.48. sql_features](full-docs/txt/infoschema-sql-features.txt) - [35.49. sql_implementation_info](full-docs/txt/infoschema-sql-implementation-info.txt) - [35.50. sql_parts](full-docs/txt/infoschema-sql-parts.txt) - [35.51. sql_sizing](full-docs/txt/infoschema-sql-sizing.txt) - [35.52. table_constraints](full-docs/txt/infoschema-table-constraints.txt) - [35.53. table_privileges](full-docs/txt/infoschema-table-privileges.txt) - [35.54. tables](full-docs/txt/infoschema-tables.txt) - [35.55. transforms](full-docs/txt/infoschema-transforms.txt) - [35.56. triggered_update_columns](full-docs/txt/infoschema-triggered-update-columns.txt) - [35.57. triggers](full-docs/txt/infoschema-triggers.txt) - [35.58. udt_privileges](full-docs/txt/infoschema-udt-privileges.txt) - [35.59. usage_privileges](full-docs/txt/infoschema-usage-privileges.txt) - [35.60. user_defined_types](full-docs/txt/infoschema-user-defined-types.txt) - [35.61. user_mapping_options](full-docs/txt/infoschema-user-mapping-options.txt) - [35.62. user_mappings](full-docs/txt/infoschema-user-mappings.txt) - [35.63. view_column_usage](full-docs/txt/infoschema-view-column-usage.txt) - [35.64. view_routine_usage](full-docs/txt/infoschema-view-routine-usage.txt) - [35.65. view_table_usage](full-docs/txt/infoschema-view-table-usage.txt) - [35.66. views](full-docs/txt/infoschema-views.txt) - [32. libpq — C Library](full-docs/txt/libpq.txt) - [32.1. Database Connection Control Functions](full-docs/txt/libpq-connect.txt) - [32.1.1. Connection Strings](full-docs/txt/libpq-connect.txt) - [32.1.2. Parameter Key Words](full-docs/txt/libpq-connect.txt) - [32.2. Connection Status Functions](full-docs/txt/libpq-status.txt) - [32.3. Command Execution Functions](full-docs/txt/libpq-exec.txt) - [32.3.1. Main Functions](full-docs/txt/libpq-exec.txt) - [32.3.2. Retrieving Query Result Information](full-docs/txt/libpq-exec.txt) - [32.3.3. Retrieving Other Result Information](full-docs/txt/libpq-exec.txt) - [32.3.4. Escaping Strings for Inclusion in SQL Commands](full-docs/txt/libpq-exec.txt) - [32.4. Asynchronous Command Processing](full-docs/txt/libpq-async.txt) - [32.5. Pipeline Mode](full-docs/txt/libpq-pipeline-mode.txt) - [32.5.1. Using Pipeline Mode](full-docs/txt/libpq-pipeline-mode.txt) - [32.5.2. Functions Associated with Pipeline Mode](full-docs/txt/libpq-pipeline-mode.txt) - [32.5.3. When to Use Pipeline Mode](full-docs/txt/libpq-pipeline-mode.txt) - [32.6. Retrieving Query Results in Chunks](full-docs/txt/libpq-single-row-mode.txt) - [32.7. Canceling Queries in Progress](full-docs/txt/libpq-cancel.txt) - [32.7.1. Functions for Sending Cancel Requests](full-docs/txt/libpq-cancel.txt) - [32.7.2. Obsolete Functions for Sending Cancel Requests](full-docs/txt/libpq-cancel.txt) - [32.8. The Fast-Path Interface](full-docs/txt/libpq-fastpath.txt) - [32.9. Asynchronous Notification](full-docs/txt/libpq-notify.txt) - [32.10. Functions Associated with the COPY Command](full-docs/txt/libpq-copy.txt) - [32.10.1. Functions for Sending COPY Data](full-docs/txt/libpq-copy.txt) - [32.10.2. Functions for Receiving COPY Data](full-docs/txt/libpq-copy.txt) - [32.10.3. Obsolete Functions for COPY](full-docs/txt/libpq-copy.txt) - [32.11. Control Functions](full-docs/txt/libpq-control.txt) - [32.12. Miscellaneous Functions](full-docs/txt/libpq-misc.txt) - [32.13. Notice Processing](full-docs/txt/libpq-notice-processing.txt) - [32.14. Event System](full-docs/txt/libpq-events.txt) - [32.14.1. Event Types](full-docs/txt/libpq-events.txt) - [32.14.2. Event Callback Procedure](full-docs/txt/libpq-events.txt) - [32.14.3. Event Support Functions](full-docs/txt/libpq-events.txt) - [32.14.4. Event Example](full-docs/txt/libpq-events.txt) - [32.15. Environment Variables](full-docs/txt/libpq-envars.txt) - [32.16. The Password File](full-docs/txt/libpq-pgpass.txt) - [32.17. The Connection Service File](full-docs/txt/libpq-pgservice.txt) - [32.18. LDAP Lookup of Connection Parameters](full-docs/txt/libpq-ldap.txt) - [32.19. SSL Support](full-docs/txt/libpq-ssl.txt) - [32.19.1. Client Verification of Server Certificates](full-docs/txt/libpq-ssl.txt) - [32.19.2. Client Certificates](full-docs/txt/libpq-ssl.txt) - [32.19.3. Protection Provided in Different Modes](full-docs/txt/libpq-ssl.txt) - [32.19.4. SSL Client File Usage](full-docs/txt/libpq-ssl.txt) - [32.19.5. SSL Library Initialization](full-docs/txt/libpq-ssl.txt) - [32.20. OAuth Support](full-docs/txt/libpq-oauth.txt) - [32.20.1. Authdata Hooks](full-docs/txt/libpq-oauth.txt) - [32.20.2. Debugging and Developer Settings](full-docs/txt/libpq-oauth.txt) - [32.21. Behavior in Threaded Programs](full-docs/txt/libpq-threading.txt) - [32.22. Building libpq Programs](full-docs/txt/libpq-build.txt) - [32.23. Example Programs](full-docs/txt/libpq-example.txt) - [33. Large Objects](full-docs/txt/largeobjects.txt) - [33.1. Introduction](full-docs/txt/lo-intro.txt) - [33.2. Implementation Features](full-docs/txt/lo-implementation.txt) - [33.3. Client Interfaces](full-docs/txt/lo-interfaces.txt) - [33.3.1. Creating a Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.2. Importing a Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.3. Exporting a Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.4. Opening an Existing Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.5. Writing Data to a Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.6. Reading Data from a Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.7. Seeking in a Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.8. Obtaining the Seek Position of a Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.9. Truncating a Large Object](full-docs/txt/lo-interfaces.txt) - [33.3.10. Closing a Large Object Descriptor](full-docs/txt/lo-interfaces.txt) - [33.3.11. Removing a Large Object](full-docs/txt/lo-interfaces.txt) - [33.4. Server-Side Functions](full-docs/txt/lo-funcs.txt) - [33.5. Example Program](full-docs/txt/lo-examplesect.txt) - [34. ECPG — Embedded SQL in C](full-docs/txt/ecpg.txt) - [34.1. The Concept](full-docs/txt/ecpg-concept.txt) - [34.2. Managing Database Connections](full-docs/txt/ecpg-connect.txt) - [34.2.1. Connecting to the Database Server](full-docs/txt/ecpg-connect.txt) - [34.2.2. Choosing a Connection](full-docs/txt/ecpg-connect.txt) - [34.2.3. Closing a Connection](full-docs/txt/ecpg-connect.txt) - [34.3. Running SQL Commands](full-docs/txt/ecpg-commands.txt) - [34.3.1. Executing SQL Statements](full-docs/txt/ecpg-commands.txt) - [34.3.2. Using Cursors](full-docs/txt/ecpg-commands.txt) - [34.3.3. Managing Transactions](full-docs/txt/ecpg-commands.txt) - [34.3.4. Prepared Statements](full-docs/txt/ecpg-commands.txt) - [34.4. Using Host Variables](full-docs/txt/ecpg-variables.txt) - [34.4.1. Overview](full-docs/txt/ecpg-variables.txt) - [34.4.2. Declare Sections](full-docs/txt/ecpg-variables.txt) - [34.4.3. Retrieving Query Results](full-docs/txt/ecpg-variables.txt) - [34.4.4. Type Mapping](full-docs/txt/ecpg-variables.txt) - [34.4.5. Handling Nonprimitive SQL Data Types](full-docs/txt/ecpg-variables.txt) - [34.4.6. Indicators](full-docs/txt/ecpg-variables.txt) - [34.5. Dynamic SQL](full-docs/txt/ecpg-dynamic.txt) - [34.5.1. Executing Statements without a Result Set](full-docs/txt/ecpg-dynamic.txt) - [34.5.2. Executing a Statement with Input Parameters](full-docs/txt/ecpg-dynamic.txt) - [34.5.3. Executing a Statement with a Result Set](full-docs/txt/ecpg-dynamic.txt) - [34.6. pgtypes Library](full-docs/txt/ecpg-pgtypes.txt) - [34.6.1. Character Strings](full-docs/txt/ecpg-pgtypes.txt) - [34.6.2. The numeric Type](full-docs/txt/ecpg-pgtypes.txt) - [34.6.3. The date Type](full-docs/txt/ecpg-pgtypes.txt) - [34.6.4. The timestamp Type](full-docs/txt/ecpg-pgtypes.txt) - [34.6.5. The interval Type](full-docs/txt/ecpg-pgtypes.txt) - [34.6.6. The decimal Type](full-docs/txt/ecpg-pgtypes.txt) - [34.6.7. errno Values of pgtypeslib](full-docs/txt/ecpg-pgtypes.txt) - [34.6.8. Special Constants of pgtypeslib](full-docs/txt/ecpg-pgtypes.txt) - [34.7. Using Descriptor Areas](full-docs/txt/ecpg-descriptors.txt) - [34.7.1. Named SQL Descriptor Areas](full-docs/txt/ecpg-descriptors.txt) - [34.7.2. SQLDA Descriptor Areas](full-docs/txt/ecpg-descriptors.txt) - [34.8. Error Handling](full-docs/txt/ecpg-errors.txt) - [34.8.1. Setting Callbacks](full-docs/txt/ecpg-errors.txt) - [34.8.2. sqlca](full-docs/txt/ecpg-errors.txt) - [34.8.3. SQLSTATE vs. SQLCODE](full-docs/txt/ecpg-errors.txt) - [34.9. Preprocessor Directives](full-docs/txt/ecpg-preproc.txt) - [34.9.1. Including Files](full-docs/txt/ecpg-preproc.txt) - [34.9.2. The define and undef Directives](full-docs/txt/ecpg-preproc.txt) - [34.9.3. ifdef, ifndef, elif, else, and endif Directives](full-docs/txt/ecpg-preproc.txt) - [34.10. Processing Embedded SQL Programs](full-docs/txt/ecpg-process.txt) - [34.11. Library Functions](full-docs/txt/ecpg-library.txt) - [34.12. Large Objects](full-docs/txt/ecpg-lo.txt) - [34.13. C++ Applications](full-docs/txt/ecpg-cpp.txt) - [34.13.1. Scope for Host Variables](full-docs/txt/ecpg-cpp.txt) - [34.13.2. C++ Application Development with External C Module](full-docs/txt/ecpg-cpp.txt) - [34.14. Embedded SQL Commands](full-docs/txt/ecpg-sql-commands.txt) - [34.15. Informix Compatibility Mode](full-docs/txt/ecpg-informix-compat.txt) - [34.15.1. Additional Types](full-docs/txt/ecpg-informix-compat.txt) - [34.15.2. Additional/Missing Embedded SQL Statements](full-docs/txt/ecpg-informix-compat.txt) - [34.15.3. Informix-compatible SQLDA Descriptor Areas](full-docs/txt/ecpg-informix-compat.txt) - [34.15.4. Additional Functions](full-docs/txt/ecpg-informix-compat.txt) - [34.15.5. Additional Constants](full-docs/txt/ecpg-informix-compat.txt) - [34.16. Oracle Compatibility Mode](full-docs/txt/ecpg-oracle-compat.txt) - [34.17. Internals](full-docs/txt/ecpg-develop.txt) - [35. The Information Schema](full-docs/txt/information-schema.txt) - [35.1. The Schema](full-docs/txt/infoschema-schema.txt) - [35.2. Data Types](full-docs/txt/infoschema-datatypes.txt) - [35.3. information_schema_catalog_name](full-docs/txt/infoschema-information-schema-catalog-name.txt) - [35.4. administrable_role_​authorizations](full-docs/txt/infoschema-administrable-role-authorizations.txt) - [35.5. applicable_roles](full-docs/txt/infoschema-applicable-roles.txt) - [35.6. attributes](full-docs/txt/infoschema-attributes.txt) - [35.7. character_sets](full-docs/txt/infoschema-character-sets.txt) - [35.8. check_constraint_routine_usage](full-docs/txt/infoschema-check-constraint-routine-usage.txt) - [35.9. check_constraints](full-docs/txt/infoschema-check-constraints.txt) - [35.10. collations](full-docs/txt/infoschema-collations.txt) - [35.11. collation_character_set_​applicability](full-docs/txt/infoschema-collation-character-set-applicab.txt) - [35.12. column_column_usage](full-docs/txt/infoschema-column-column-usage.txt) - [35.13. column_domain_usage](full-docs/txt/infoschema-column-domain-usage.txt) - [35.14. column_options](full-docs/txt/infoschema-column-options.txt) - [35.15. column_privileges](full-docs/txt/infoschema-column-privileges.txt) - [35.16. column_udt_usage](full-docs/txt/infoschema-column-udt-usage.txt) - [35.17. columns](full-docs/txt/infoschema-columns.txt) - [35.18. constraint_column_usage](full-docs/txt/infoschema-constraint-column-usage.txt) - [35.19. constraint_table_usage](full-docs/txt/infoschema-constraint-table-usage.txt) - [35.20. data_type_privileges](full-docs/txt/infoschema-data-type-privileges.txt) - [35.21. domain_constraints](full-docs/txt/infoschema-domain-constraints.txt) - [35.22. domain_udt_usage](full-docs/txt/infoschema-domain-udt-usage.txt) - [35.23. domains](full-docs/txt/infoschema-domains.txt) - [35.24. element_types](full-docs/txt/infoschema-element-types.txt) - [35.25. enabled_roles](full-docs/txt/infoschema-enabled-roles.txt) - [35.26. foreign_data_wrapper_options](full-docs/txt/infoschema-foreign-data-wrapper-options.txt) - [35.27. foreign_data_wrappers](full-docs/txt/infoschema-foreign-data-wrappers.txt) - [35.28. foreign_server_options](full-docs/txt/infoschema-foreign-server-options.txt) - [35.29. foreign_servers](full-docs/txt/infoschema-foreign-servers.txt) - [35.30. foreign_table_options](full-docs/txt/infoschema-foreign-table-options.txt) - [35.31. foreign_tables](full-docs/txt/infoschema-foreign-tables.txt) - [35.32. key_column_usage](full-docs/txt/infoschema-key-column-usage.txt) - [35.33. parameters](full-docs/txt/infoschema-parameters.txt) - [35.34. referential_constraints](full-docs/txt/infoschema-referential-constraints.txt) - [35.35. role_column_grants](full-docs/txt/infoschema-role-column-grants.txt) - [35.36. role_routine_grants](full-docs/txt/infoschema-role-routine-grants.txt) - [35.37. role_table_grants](full-docs/txt/infoschema-role-table-grants.txt) - [35.38. role_udt_grants](full-docs/txt/infoschema-role-udt-grants.txt) - [35.39. role_usage_grants](full-docs/txt/infoschema-role-usage-grants.txt) - [35.40. routine_column_usage](full-docs/txt/infoschema-routine-column-usage.txt) - [35.41. routine_privileges](full-docs/txt/infoschema-routine-privileges.txt) - [35.42. routine_routine_usage](full-docs/txt/infoschema-routine-routine-usage.txt) - [35.43. routine_sequence_usage](full-docs/txt/infoschema-routine-sequence-usage.txt) - [35.44. routine_table_usage](full-docs/txt/infoschema-routine-table-usage.txt) - [35.45. routines](full-docs/txt/infoschema-routines.txt) - [35.46. schemata](full-docs/txt/infoschema-schemata.txt) - [35.47. sequences](full-docs/txt/infoschema-sequences.txt) - [35.48. sql_features](full-docs/txt/infoschema-sql-features.txt) - [35.49. sql_implementation_info](full-docs/txt/infoschema-sql-implementation-info.txt) - [35.50. sql_parts](full-docs/txt/infoschema-sql-parts.txt) - [35.51. sql_sizing](full-docs/txt/infoschema-sql-sizing.txt) - [35.52. table_constraints](full-docs/txt/infoschema-table-constraints.txt) - [35.53. table_privileges](full-docs/txt/infoschema-table-privileges.txt) - [35.54. tables](full-docs/txt/infoschema-tables.txt) - [35.55. transforms](full-docs/txt/infoschema-transforms.txt) - [35.56. triggered_update_columns](full-docs/txt/infoschema-triggered-update-columns.txt) - [35.57. triggers](full-docs/txt/infoschema-triggers.txt) - [35.58. udt_privileges](full-docs/txt/infoschema-udt-privileges.txt) - [35.59. usage_privileges](full-docs/txt/infoschema-usage-privileges.txt) - [35.60. user_defined_types](full-docs/txt/infoschema-user-defined-types.txt) - [35.61. user_mapping_options](full-docs/txt/infoschema-user-mapping-options.txt) - [35.62. user_mappings](full-docs/txt/infoschema-user-mappings.txt) - [35.63. view_column_usage](full-docs/txt/infoschema-view-column-usage.txt) - [35.64. view_routine_usage](full-docs/txt/infoschema-view-routine-usage.txt) - [35.65. view_table_usage](full-docs/txt/infoschema-view-table-usage.txt) - [35.66. views](full-docs/txt/infoschema-views.txt) - [V. Server Programming](full-docs/txt/server-programming.txt) - [36. Extending SQL](full-docs/txt/extend.txt) - [36.1. How Extensibility Works](full-docs/txt/extend-how.txt) - [36.2. The PostgreSQL Type System](full-docs/txt/extend-type-system.txt) - [36.3. User-Defined Functions](full-docs/txt/xfunc.txt) - [36.4. User-Defined Procedures](full-docs/txt/xproc.txt) - [36.5. Query Language (SQL) Functions](full-docs/txt/xfunc-sql.txt) - [36.6. Function Overloading](full-docs/txt/xfunc-overload.txt) - [36.7. Function Volatility Categories](full-docs/txt/xfunc-volatility.txt) - [36.8. Procedural Language Functions](full-docs/txt/xfunc-pl.txt) - [36.9. Internal Functions](full-docs/txt/xfunc-internal.txt) - [36.10. C-Language Functions](full-docs/txt/xfunc-c.txt) - [36.11. Function Optimization Information](full-docs/txt/xfunc-optimization.txt) - [36.12. User-Defined Aggregates](full-docs/txt/xaggr.txt) - [36.13. User-Defined Types](full-docs/txt/xtypes.txt) - [36.14. User-Defined Operators](full-docs/txt/xoper.txt) - [36.15. Operator Optimization Information](full-docs/txt/xoper-optimization.txt) - [36.16. Interfacing Extensions to Indexes](full-docs/txt/xindex.txt) - [36.17. Packaging Related Objects into an Extension](full-docs/txt/extend-extensions.txt) - [36.18. Extension Building Infrastructure](full-docs/txt/extend-pgxs.txt) - [37. Triggers](full-docs/txt/triggers.txt) - [37.1. Overview of Trigger Behavior](full-docs/txt/trigger-definition.txt) - [37.2. Visibility of Data Changes](full-docs/txt/trigger-datachanges.txt) - [37.3. Writing Trigger Functions in C](full-docs/txt/trigger-interface.txt) - [37.4. A Complete Trigger Example](full-docs/txt/trigger-example.txt) - [38. Event Triggers](full-docs/txt/event-triggers.txt) - [38.1. Overview of Event Trigger Behavior](full-docs/txt/event-trigger-definition.txt) - [38.2. Writing Event Trigger Functions in C](full-docs/txt/event-trigger-interface.txt) - [38.3. A Complete Event Trigger Example](full-docs/txt/event-trigger-example.txt) - [38.4. A Table Rewrite Event Trigger Example](full-docs/txt/event-trigger-table-rewrite-example.txt) - [38.5. A Database Login Event Trigger Example](full-docs/txt/event-trigger-database-login-example.txt) - [39. The Rule System](full-docs/txt/rules.txt) - [39.1. The Query Tree](full-docs/txt/querytree.txt) - [39.2. Views and the Rule System](full-docs/txt/rules-views.txt) - [39.3. Materialized Views](full-docs/txt/rules-materializedviews.txt) - [39.4. Rules on INSERT, UPDATE, and DELETE](full-docs/txt/rules-update.txt) - [39.5. Rules and Privileges](full-docs/txt/rules-privileges.txt) - [39.6. Rules and Command Status](full-docs/txt/rules-status.txt) - [39.7. Rules Versus Triggers](full-docs/txt/rules-triggers.txt) - [40. Procedural Languages](full-docs/txt/xplang.txt) - [40.1. Installing Procedural Languages](full-docs/txt/xplang-install.txt) - [41. PL/pgSQL — SQL Procedural Language](full-docs/txt/plpgsql.txt) - [41.1. Overview](full-docs/txt/plpgsql-overview.txt) - [41.2. Structure of PL/pgSQL](full-docs/txt/plpgsql-structure.txt) - [41.3. Declarations](full-docs/txt/plpgsql-declarations.txt) - [41.4. Expressions](full-docs/txt/plpgsql-expressions.txt) - [41.5. Basic Statements](full-docs/txt/plpgsql-statements.txt) - [41.6. Control Structures](full-docs/txt/plpgsql-control-structures.txt) - [41.7. Cursors](full-docs/txt/plpgsql-cursors.txt) - [41.8. Transaction Management](full-docs/txt/plpgsql-transactions.txt) - [41.9. Errors and Messages](full-docs/txt/plpgsql-errors-and-messages.txt) - [41.10. Trigger Functions](full-docs/txt/plpgsql-trigger.txt) - [41.11. PL/pgSQL under the Hood](full-docs/txt/plpgsql-implementation.txt) - [41.12. Tips for Developing in PL/pgSQL](full-docs/txt/plpgsql-development-tips.txt) - [41.13. Porting from Oracle PL/SQL](full-docs/txt/plpgsql-porting.txt) - [42. PL/Tcl — Tcl Procedural Language](full-docs/txt/pltcl.txt) - [42.1. Overview](full-docs/txt/pltcl-overview.txt) - [42.2. PL/Tcl Functions and Arguments](full-docs/txt/pltcl-functions.txt) - [42.3. Data Values in PL/Tcl](full-docs/txt/pltcl-data.txt) - [42.4. Global Data in PL/Tcl](full-docs/txt/pltcl-global.txt) - [42.5. Database Access from PL/Tcl](full-docs/txt/pltcl-dbaccess.txt) - [42.6. Trigger Functions in PL/Tcl](full-docs/txt/pltcl-trigger.txt) - [42.7. Event Trigger Functions in PL/Tcl](full-docs/txt/pltcl-event-trigger.txt) - [42.8. Error Handling in PL/Tcl](full-docs/txt/pltcl-error-handling.txt) - [42.9. Explicit Subtransactions in PL/Tcl](full-docs/txt/pltcl-subtransactions.txt) - [42.10. Transaction Management](full-docs/txt/pltcl-transactions.txt) - [42.11. PL/Tcl Configuration](full-docs/txt/pltcl-config.txt) - [42.12. Tcl Procedure Names](full-docs/txt/pltcl-procnames.txt) - [43. PL/Perl — Perl Procedural Language](full-docs/txt/plperl.txt) - [43.1. PL/Perl Functions and Arguments](full-docs/txt/plperl-funcs.txt) - [43.2. Data Values in PL/Perl](full-docs/txt/plperl-data.txt) - [43.3. Built-in Functions](full-docs/txt/plperl-builtins.txt) - [43.4. Global Values in PL/Perl](full-docs/txt/plperl-global.txt) - [43.5. Trusted and Untrusted PL/Perl](full-docs/txt/plperl-trusted.txt) - [43.6. PL/Perl Triggers](full-docs/txt/plperl-triggers.txt) - [43.7. PL/Perl Event Triggers](full-docs/txt/plperl-event-triggers.txt) - [43.8. PL/Perl Under the Hood](full-docs/txt/plperl-under-the-hood.txt) - [44. PL/Python — Python Procedural Language](full-docs/txt/plpython.txt) - [44.1. PL/Python Functions](full-docs/txt/plpython-funcs.txt) - [44.2. Data Values](full-docs/txt/plpython-data.txt) - [44.3. Sharing Data](full-docs/txt/plpython-sharing.txt) - [44.4. Anonymous Code Blocks](full-docs/txt/plpython-do.txt) - [44.5. Trigger Functions](full-docs/txt/plpython-trigger.txt) - [44.6. Database Access](full-docs/txt/plpython-database.txt) - [44.7. Explicit Subtransactions](full-docs/txt/plpython-subtransaction.txt) - [44.8. Transaction Management](full-docs/txt/plpython-transactions.txt) - [44.9. Utility Functions](full-docs/txt/plpython-util.txt) - [44.10. Python 2 vs. Python 3](full-docs/txt/plpython-python23.txt) - [44.11. Environment Variables](full-docs/txt/plpython-envar.txt) - [45. Server Programming Interface](full-docs/txt/spi.txt) - [45.1. Interface Functions](full-docs/txt/spi-interface.txt) - [45.2. Interface Support Functions](full-docs/txt/spi-interface-support.txt) - [45.3. Memory Management](full-docs/txt/spi-memory.txt) - [45.4. Transaction Management](full-docs/txt/spi-transaction.txt) - [45.5. Visibility of Data Changes](full-docs/txt/spi-visibility.txt) - [45.6. Examples](full-docs/txt/spi-examples.txt) - [46. Background Worker Processes](full-docs/txt/bgworker.txt) - [47. Logical Decoding](full-docs/txt/logicaldecoding.txt) - [47.1. Logical Decoding Examples](full-docs/txt/logicaldecoding-example.txt) - [47.2. Logical Decoding Concepts](full-docs/txt/logicaldecoding-explanation.txt) - [47.3. Streaming Replication Protocol Interface](full-docs/txt/logicaldecoding-walsender.txt) - [47.4. Logical Decoding SQL Interface](full-docs/txt/logicaldecoding-sql.txt) - [47.5. System Catalogs Related to Logical Decoding](full-docs/txt/logicaldecoding-catalogs.txt) - [47.6. Logical Decoding Output Plugins](full-docs/txt/logicaldecoding-output-plugin.txt) - [47.7. Logical Decoding Output Writers](full-docs/txt/logicaldecoding-writer.txt) - [47.8. Synchronous Replication Support for Logical Decoding](full-docs/txt/logicaldecoding-synchronous.txt) - [47.9. Streaming of Large Transactions for Logical Decoding](full-docs/txt/logicaldecoding-streaming.txt) - [47.10. Two-phase Commit Support for Logical Decoding](full-docs/txt/logicaldecoding-two-phase-commits.txt) - [48. Replication Progress Tracking](full-docs/txt/replication-origins.txt) - [49. Archive Modules](full-docs/txt/archive-modules.txt) - [49.1. Initialization Functions](full-docs/txt/archive-module-init.txt) - [49.2. Archive Module Callbacks](full-docs/txt/archive-module-callbacks.txt) - [50. OAuth Validator Modules](full-docs/txt/oauth-validators.txt) - [50.1. Safely Designing a Validator Module](full-docs/txt/oauth-validator-design.txt) - [50.2. Initialization Functions](full-docs/txt/oauth-validator-init.txt) - [50.3. OAuth Validator Callbacks](full-docs/txt/oauth-validator-callbacks.txt) - [36. Extending SQL](full-docs/txt/extend.txt) - [36.1. How Extensibility Works](full-docs/txt/extend-how.txt) - [36.2. The PostgreSQL Type System](full-docs/txt/extend-type-system.txt) - [36.2.1. Base Types](full-docs/txt/extend-type-system.txt) - [36.2.2. Container Types](full-docs/txt/extend-type-system.txt) - [36.2.3. Domains](full-docs/txt/extend-type-system.txt) - [36.2.4. Pseudo-Types](full-docs/txt/extend-type-system.txt) - [36.2.5. Polymorphic Types](full-docs/txt/extend-type-system.txt) - [36.3. User-Defined Functions](full-docs/txt/xfunc.txt) - [36.4. User-Defined Procedures](full-docs/txt/xproc.txt) - [36.5. Query Language (SQL) Functions](full-docs/txt/xfunc-sql.txt) - [36.5.1. Arguments for SQL Functions](full-docs/txt/xfunc-sql.txt) - [36.5.2. SQL Functions on Base Types](full-docs/txt/xfunc-sql.txt) - [36.5.3. SQL Functions on Composite Types](full-docs/txt/xfunc-sql.txt) - [36.5.4. SQL Functions with Output Parameters](full-docs/txt/xfunc-sql.txt) - [36.5.5. SQL Procedures with Output Parameters](full-docs/txt/xfunc-sql.txt) - [36.5.6. SQL Functions with Variable Numbers of Arguments](full-docs/txt/xfunc-sql.txt) - [36.5.7. SQL Functions with Default Values for Arguments](full-docs/txt/xfunc-sql.txt) - [36.5.8. SQL Functions as Table Sources](full-docs/txt/xfunc-sql.txt) - [36.5.9. SQL Functions Returning Sets](full-docs/txt/xfunc-sql.txt) - [36.5.10. SQL Functions Returning TABLE](full-docs/txt/xfunc-sql.txt) - [36.5.11. Polymorphic SQL Functions](full-docs/txt/xfunc-sql.txt) - [36.5.12. SQL Functions with Collations](full-docs/txt/xfunc-sql.txt) - [36.6. Function Overloading](full-docs/txt/xfunc-overload.txt) - [36.7. Function Volatility Categories](full-docs/txt/xfunc-volatility.txt) - [36.8. Procedural Language Functions](full-docs/txt/xfunc-pl.txt) - [36.9. Internal Functions](full-docs/txt/xfunc-internal.txt) - [36.10. C-Language Functions](full-docs/txt/xfunc-c.txt) - [36.10.1. Dynamic Loading](full-docs/txt/xfunc-c.txt) - [36.10.2. Base Types in C-Language Functions](full-docs/txt/xfunc-c.txt) - [36.10.3. Version 1 Calling Conventions](full-docs/txt/xfunc-c.txt) - [36.10.4. Writing Code](full-docs/txt/xfunc-c.txt) - [36.10.5. Compiling and Linking Dynamically-Loaded Functions](full-docs/txt/xfunc-c.txt) - [36.10.6. Server API and ABI Stability Guidance](full-docs/txt/xfunc-c.txt) - [36.10.7. Composite-Type Arguments](full-docs/txt/xfunc-c.txt) - [36.10.8. Returning Rows (Composite Types)](full-docs/txt/xfunc-c.txt) - [36.10.9. Returning Sets](full-docs/txt/xfunc-c.txt) - [36.10.10. Polymorphic Arguments and Return Types](full-docs/txt/xfunc-c.txt) - [36.10.11. Shared Memory](full-docs/txt/xfunc-c.txt) - [36.10.12. LWLocks](full-docs/txt/xfunc-c.txt) - [36.10.13. Custom Wait Events](full-docs/txt/xfunc-c.txt) - [36.10.14. Injection Points](full-docs/txt/xfunc-c.txt) - [36.10.15. Custom Cumulative Statistics](full-docs/txt/xfunc-c.txt) - [36.10.16. Using C++ for Extensibility](full-docs/txt/xfunc-c.txt) - [36.11. Function Optimization Information](full-docs/txt/xfunc-optimization.txt) - [36.12. User-Defined Aggregates](full-docs/txt/xaggr.txt) - [36.12.1. Moving-Aggregate Mode](full-docs/txt/xaggr.txt) - [36.12.2. Polymorphic and Variadic Aggregates](full-docs/txt/xaggr.txt) - [36.12.3. Ordered-Set Aggregates](full-docs/txt/xaggr.txt) - [36.12.4. Partial Aggregation](full-docs/txt/xaggr.txt) - [36.12.5. Support Functions for Aggregates](full-docs/txt/xaggr.txt) - [36.13. User-Defined Types](full-docs/txt/xtypes.txt) - [36.13.1. TOAST Considerations](full-docs/txt/xtypes.txt) - [36.14. User-Defined Operators](full-docs/txt/xoper.txt) - [36.15. Operator Optimization Information](full-docs/txt/xoper-optimization.txt) - [36.15.1. COMMUTATOR](full-docs/txt/xoper-optimization.txt) - [36.15.2. NEGATOR](full-docs/txt/xoper-optimization.txt) - [36.15.3. RESTRICT](full-docs/txt/xoper-optimization.txt) - [36.15.4. JOIN](full-docs/txt/xoper-optimization.txt) - [36.15.5. HASHES](full-docs/txt/xoper-optimization.txt) - [36.15.6. MERGES](full-docs/txt/xoper-optimization.txt) - [36.16. Interfacing Extensions to Indexes](full-docs/txt/xindex.txt) - [36.16.1. Index Methods and Operator Classes](full-docs/txt/xindex.txt) - [36.16.2. Index Method Strategies](full-docs/txt/xindex.txt) - [36.16.3. Index Method Support Routines](full-docs/txt/xindex.txt) - [36.16.4. An Example](full-docs/txt/xindex.txt) - [36.16.5. Operator Classes and Operator Families](full-docs/txt/xindex.txt) - [36.16.6. System Dependencies on Operator Classes](full-docs/txt/xindex.txt) - [36.16.7. Ordering Operators](full-docs/txt/xindex.txt) - [36.16.8. Special Features of Operator Classes](full-docs/txt/xindex.txt) - [36.17. Packaging Related Objects into an Extension](full-docs/txt/extend-extensions.txt) - [36.17.1. Extension Files](full-docs/txt/extend-extensions.txt) - [36.17.2. Extension Relocatability](full-docs/txt/extend-extensions.txt) - [36.17.3. Extension Configuration Tables](full-docs/txt/extend-extensions.txt) - [36.17.4. Extension Updates](full-docs/txt/extend-extensions.txt) - [36.17.5. Installing Extensions Using Update Scripts](full-docs/txt/extend-extensions.txt) - [36.17.6. Security Considerations for Extensions](full-docs/txt/extend-extensions.txt) - [36.17.7. Extension Example](full-docs/txt/extend-extensions.txt) - [36.18. Extension Building Infrastructure](full-docs/txt/extend-pgxs.txt) - [37. Triggers](full-docs/txt/triggers.txt) - [37.1. Overview of Trigger Behavior](full-docs/txt/trigger-definition.txt) - [37.2. Visibility of Data Changes](full-docs/txt/trigger-datachanges.txt) - [37.3. Writing Trigger Functions in C](full-docs/txt/trigger-interface.txt) - [37.4. A Complete Trigger Example](full-docs/txt/trigger-example.txt) - [38. Event Triggers](full-docs/txt/event-triggers.txt) - [38.1. Overview of Event Trigger Behavior](full-docs/txt/event-trigger-definition.txt) - [38.1.1. login](full-docs/txt/event-trigger-definition.txt) - [38.1.2. ddl_command_start](full-docs/txt/event-trigger-definition.txt) - [38.1.3. ddl_command_end](full-docs/txt/event-trigger-definition.txt) - [38.1.4. sql_drop](full-docs/txt/event-trigger-definition.txt) - [38.1.5. table_rewrite](full-docs/txt/event-trigger-definition.txt) - [38.1.6. Event Triggers in Aborted Transactions](full-docs/txt/event-trigger-definition.txt) - [38.1.7. Creating Event Triggers](full-docs/txt/event-trigger-definition.txt) - [38.2. Writing Event Trigger Functions in C](full-docs/txt/event-trigger-interface.txt) - [38.3. A Complete Event Trigger Example](full-docs/txt/event-trigger-example.txt) - [38.4. A Table Rewrite Event Trigger Example](full-docs/txt/event-trigger-table-rewrite-example.txt) - [38.5. A Database Login Event Trigger Example](full-docs/txt/event-trigger-database-login-example.txt) - [39. The Rule System](full-docs/txt/rules.txt) - [39.1. The Query Tree](full-docs/txt/querytree.txt) - [39.2. Views and the Rule System](full-docs/txt/rules-views.txt) - [39.2.1. How SELECT Rules Work](full-docs/txt/rules-views.txt) - [39.2.2. View Rules in Non-SELECT Statements](full-docs/txt/rules-views.txt) - [39.2.3. The Power of Views in PostgreSQL](full-docs/txt/rules-views.txt) - [39.2.4. Updating a View](full-docs/txt/rules-views.txt) - [39.3. Materialized Views](full-docs/txt/rules-materializedviews.txt) - [39.4. Rules on INSERT, UPDATE, and DELETE](full-docs/txt/rules-update.txt) - [39.4.1. How Update Rules Work](full-docs/txt/rules-update.txt) - [39.4.2. Cooperation with Views](full-docs/txt/rules-update.txt) - [39.5. Rules and Privileges](full-docs/txt/rules-privileges.txt) - [39.6. Rules and Command Status](full-docs/txt/rules-status.txt) - [39.7. Rules Versus Triggers](full-docs/txt/rules-triggers.txt) - [40. Procedural Languages](full-docs/txt/xplang.txt) - [40.1. Installing Procedural Languages](full-docs/txt/xplang-install.txt) - [41. PL/pgSQL — SQL Procedural Language](full-docs/txt/plpgsql.txt) - [41.1. Overview](full-docs/txt/plpgsql-overview.txt) - [41.1.1. Advantages of Using PL/pgSQL](full-docs/txt/plpgsql-overview.txt) - [41.1.2. Supported Argument and Result Data Types](full-docs/txt/plpgsql-overview.txt) - [41.2. Structure of PL/pgSQL](full-docs/txt/plpgsql-structure.txt) - [41.3. Declarations](full-docs/txt/plpgsql-declarations.txt) - [41.3.1. Declaring Function Parameters](full-docs/txt/plpgsql-declarations.txt) - [41.3.2. ALIAS](full-docs/txt/plpgsql-declarations.txt) - [41.3.3. Copying Types](full-docs/txt/plpgsql-declarations.txt) - [41.3.4. Row Types](full-docs/txt/plpgsql-declarations.txt) - [41.3.5. Record Types](full-docs/txt/plpgsql-declarations.txt) - [41.3.6. Collation of PL/pgSQL Variables](full-docs/txt/plpgsql-declarations.txt) - [41.4. Expressions](full-docs/txt/plpgsql-expressions.txt) - [41.5. Basic Statements](full-docs/txt/plpgsql-statements.txt) - [41.5.1. Assignment](full-docs/txt/plpgsql-statements.txt) - [41.5.2. Executing SQL Commands](full-docs/txt/plpgsql-statements.txt) - [41.5.3. Executing a Command with a Single-Row Result](full-docs/txt/plpgsql-statements.txt) - [41.5.4. Executing Dynamic Commands](full-docs/txt/plpgsql-statements.txt) - [41.5.5. Obtaining the Result Status](full-docs/txt/plpgsql-statements.txt) - [41.5.6. Doing Nothing At All](full-docs/txt/plpgsql-statements.txt) - [41.6. Control Structures](full-docs/txt/plpgsql-control-structures.txt) - [41.6.1. Returning from a Function](full-docs/txt/plpgsql-control-structures.txt) - [41.6.2. Returning from a Procedure](full-docs/txt/plpgsql-control-structures.txt) - [41.6.3. Calling a Procedure](full-docs/txt/plpgsql-control-structures.txt) - [41.6.4. Conditionals](full-docs/txt/plpgsql-control-structures.txt) - [41.6.5. Simple Loops](full-docs/txt/plpgsql-control-structures.txt) - [41.6.6. Looping through Query Results](full-docs/txt/plpgsql-control-structures.txt) - [41.6.7. Looping through Arrays](full-docs/txt/plpgsql-control-structures.txt) - [41.6.8. Trapping Errors](full-docs/txt/plpgsql-control-structures.txt) - [41.6.9. Obtaining Execution Location Information](full-docs/txt/plpgsql-control-structures.txt) - [41.7. Cursors](full-docs/txt/plpgsql-cursors.txt) - [41.7.1. Declaring Cursor Variables](full-docs/txt/plpgsql-cursors.txt) - [41.7.2. Opening Cursors](full-docs/txt/plpgsql-cursors.txt) - [41.7.3. Using Cursors](full-docs/txt/plpgsql-cursors.txt) - [41.7.4. Looping through a Cursor's Result](full-docs/txt/plpgsql-cursors.txt) - [41.8. Transaction Management](full-docs/txt/plpgsql-transactions.txt) - [41.9. Errors and Messages](full-docs/txt/plpgsql-errors-and-messages.txt) - [41.9.1. Reporting Errors and Messages](full-docs/txt/plpgsql-errors-and-messages.txt) - [41.9.2. Checking Assertions](full-docs/txt/plpgsql-errors-and-messages.txt) - [41.10. Trigger Functions](full-docs/txt/plpgsql-trigger.txt) - [41.10.1. Triggers on Data Changes](full-docs/txt/plpgsql-trigger.txt) - [41.10.2. Triggers on Events](full-docs/txt/plpgsql-trigger.txt) - [41.11. PL/pgSQL under the Hood](full-docs/txt/plpgsql-implementation.txt) - [41.11.1. Variable Substitution](full-docs/txt/plpgsql-implementation.txt) - [41.11.2. Plan Caching](full-docs/txt/plpgsql-implementation.txt) - [41.12. Tips for Developing in PL/pgSQL](full-docs/txt/plpgsql-development-tips.txt) - [41.12.1. Handling of Quotation Marks](full-docs/txt/plpgsql-development-tips.txt) - [41.12.2. Additional Compile-Time and Run-Time Checks](full-docs/txt/plpgsql-development-tips.txt) - [41.13. Porting from Oracle PL/SQL](full-docs/txt/plpgsql-porting.txt) - [41.13.1. Porting Examples](full-docs/txt/plpgsql-porting.txt) - [41.13.2. Other Things to Watch For](full-docs/txt/plpgsql-porting.txt) - [41.13.3. Appendix](full-docs/txt/plpgsql-porting.txt) - [42. PL/Tcl — Tcl Procedural Language](full-docs/txt/pltcl.txt) - [42.1. Overview](full-docs/txt/pltcl-overview.txt) - [42.2. PL/Tcl Functions and Arguments](full-docs/txt/pltcl-functions.txt) - [42.3. Data Values in PL/Tcl](full-docs/txt/pltcl-data.txt) - [42.4. Global Data in PL/Tcl](full-docs/txt/pltcl-global.txt) - [42.5. Database Access from PL/Tcl](full-docs/txt/pltcl-dbaccess.txt) - [42.6. Trigger Functions in PL/Tcl](full-docs/txt/pltcl-trigger.txt) - [42.7. Event Trigger Functions in PL/Tcl](full-docs/txt/pltcl-event-trigger.txt) - [42.8. Error Handling in PL/Tcl](full-docs/txt/pltcl-error-handling.txt) - [42.9. Explicit Subtransactions in PL/Tcl](full-docs/txt/pltcl-subtransactions.txt) - [42.10. Transaction Management](full-docs/txt/pltcl-transactions.txt) - [42.11. PL/Tcl Configuration](full-docs/txt/pltcl-config.txt) - [42.12. Tcl Procedure Names](full-docs/txt/pltcl-procnames.txt) - [43. PL/Perl — Perl Procedural Language](full-docs/txt/plperl.txt) - [43.1. PL/Perl Functions and Arguments](full-docs/txt/plperl-funcs.txt) - [43.2. Data Values in PL/Perl](full-docs/txt/plperl-data.txt) - [43.3. Built-in Functions](full-docs/txt/plperl-builtins.txt) - [43.3.1. Database Access from PL/Perl](full-docs/txt/plperl-builtins.txt) - [43.3.2. Utility Functions in PL/Perl](full-docs/txt/plperl-builtins.txt) - [43.4. Global Values in PL/Perl](full-docs/txt/plperl-global.txt) - [43.5. Trusted and Untrusted PL/Perl](full-docs/txt/plperl-trusted.txt) - [43.6. PL/Perl Triggers](full-docs/txt/plperl-triggers.txt) - [43.7. PL/Perl Event Triggers](full-docs/txt/plperl-event-triggers.txt) - [43.8. PL/Perl Under the Hood](full-docs/txt/plperl-under-the-hood.txt) - [43.8.1. Configuration](full-docs/txt/plperl-under-the-hood.txt) - [43.8.2. Limitations and Missing Features](full-docs/txt/plperl-under-the-hood.txt) - [44. PL/Python — Python Procedural Language](full-docs/txt/plpython.txt) - [44.1. PL/Python Functions](full-docs/txt/plpython-funcs.txt) - [44.2. Data Values](full-docs/txt/plpython-data.txt) - [44.2.1. Data Type Mapping](full-docs/txt/plpython-data.txt) - [44.2.2. Null, None](full-docs/txt/plpython-data.txt) - [44.2.3. Arrays, Lists](full-docs/txt/plpython-data.txt) - [44.2.4. Composite Types](full-docs/txt/plpython-data.txt) - [44.2.5. Set-Returning Functions](full-docs/txt/plpython-data.txt) - [44.3. Sharing Data](full-docs/txt/plpython-sharing.txt) - [44.4. Anonymous Code Blocks](full-docs/txt/plpython-do.txt) - [44.5. Trigger Functions](full-docs/txt/plpython-trigger.txt) - [44.6. Database Access](full-docs/txt/plpython-database.txt) - [44.6.1. Database Access Functions](full-docs/txt/plpython-database.txt) - [44.6.2. Trapping Errors](full-docs/txt/plpython-database.txt) - [44.7. Explicit Subtransactions](full-docs/txt/plpython-subtransaction.txt) - [44.7.1. Subtransaction Context Managers](full-docs/txt/plpython-subtransaction.txt) - [44.8. Transaction Management](full-docs/txt/plpython-transactions.txt) - [44.9. Utility Functions](full-docs/txt/plpython-util.txt) - [44.10. Python 2 vs. Python 3](full-docs/txt/plpython-python23.txt) - [44.11. Environment Variables](full-docs/txt/plpython-envar.txt) - [45. Server Programming Interface](full-docs/txt/spi.txt) - [45.1. Interface Functions](full-docs/txt/spi-interface.txt) - [45.2. Interface Support Functions](full-docs/txt/spi-interface-support.txt) - [45.3. Memory Management](full-docs/txt/spi-memory.txt) - [45.4. Transaction Management](full-docs/txt/spi-transaction.txt) - [45.5. Visibility of Data Changes](full-docs/txt/spi-visibility.txt) - [45.6. Examples](full-docs/txt/spi-examples.txt) - [46. Background Worker Processes](full-docs/txt/bgworker.txt) - [47. Logical Decoding](full-docs/txt/logicaldecoding.txt) - [47.1. Logical Decoding Examples](full-docs/txt/logicaldecoding-example.txt) - [47.2. Logical Decoding Concepts](full-docs/txt/logicaldecoding-explanation.txt) - [47.2.1. Logical Decoding](full-docs/txt/logicaldecoding-explanation.txt) - [47.2.2. Replication Slots](full-docs/txt/logicaldecoding-explanation.txt) - [47.2.3. Replication Slot Synchronization](full-docs/txt/logicaldecoding-explanation.txt) - [47.2.4. Output Plugins](full-docs/txt/logicaldecoding-explanation.txt) - [47.2.5. Exported Snapshots](full-docs/txt/logicaldecoding-explanation.txt) - [47.3. Streaming Replication Protocol Interface](full-docs/txt/logicaldecoding-walsender.txt) - [47.4. Logical Decoding SQL Interface](full-docs/txt/logicaldecoding-sql.txt) - [47.5. System Catalogs Related to Logical Decoding](full-docs/txt/logicaldecoding-catalogs.txt) - [47.6. Logical Decoding Output Plugins](full-docs/txt/logicaldecoding-output-plugin.txt) - [47.6.1. Initialization Function](full-docs/txt/logicaldecoding-output-plugin.txt) - [47.6.2. Capabilities](full-docs/txt/logicaldecoding-output-plugin.txt) - [47.6.3. Output Modes](full-docs/txt/logicaldecoding-output-plugin.txt) - [47.6.4. Output Plugin Callbacks](full-docs/txt/logicaldecoding-output-plugin.txt) - [47.6.5. Functions for Producing Output](full-docs/txt/logicaldecoding-output-plugin.txt) - [47.7. Logical Decoding Output Writers](full-docs/txt/logicaldecoding-writer.txt) - [47.8. Synchronous Replication Support for Logical Decoding](full-docs/txt/logicaldecoding-synchronous.txt) - [47.8.1. Overview](full-docs/txt/logicaldecoding-synchronous.txt) - [47.8.2. Caveats](full-docs/txt/logicaldecoding-synchronous.txt) - [47.9. Streaming of Large Transactions for Logical Decoding](full-docs/txt/logicaldecoding-streaming.txt) - [47.10. Two-phase Commit Support for Logical Decoding](full-docs/txt/logicaldecoding-two-phase-commits.txt) - [48. Replication Progress Tracking](full-docs/txt/replication-origins.txt) - [49. Archive Modules](full-docs/txt/archive-modules.txt) - [49.1. Initialization Functions](full-docs/txt/archive-module-init.txt) - [49.2. Archive Module Callbacks](full-docs/txt/archive-module-callbacks.txt) - [49.2.1. Startup Callback](full-docs/txt/archive-module-callbacks.txt) - [49.2.2. Check Callback](full-docs/txt/archive-module-callbacks.txt) - [49.2.3. Archive Callback](full-docs/txt/archive-module-callbacks.txt) - [49.2.4. Shutdown Callback](full-docs/txt/archive-module-callbacks.txt) - [50. OAuth Validator Modules](full-docs/txt/oauth-validators.txt) - [50.1. Safely Designing a Validator Module](full-docs/txt/oauth-validator-design.txt) - [50.1.1. Validator Responsibilities](full-docs/txt/oauth-validator-design.txt) - [50.1.2. General Coding Guidelines](full-docs/txt/oauth-validator-design.txt) - [50.1.3. Authorizing Users (Usermap Delegation)](full-docs/txt/oauth-validator-design.txt) - [50.2. Initialization Functions](full-docs/txt/oauth-validator-init.txt) - [50.3. OAuth Validator Callbacks](full-docs/txt/oauth-validator-callbacks.txt) - [50.3.1. Startup Callback](full-docs/txt/oauth-validator-callbacks.txt) - [50.3.2. Validate Callback](full-docs/txt/oauth-validator-callbacks.txt) - [50.3.3. Shutdown Callback](full-docs/txt/oauth-validator-callbacks.txt) - [VI. Reference](full-docs/txt/reference.txt) - [I. SQL Commands](full-docs/txt/sql-commands.txt) - [II. PostgreSQL Client Applications](full-docs/txt/reference-client.txt) - [III. PostgreSQL Server Applications](full-docs/txt/reference-server.txt) - [I. SQL Commands](full-docs/txt/sql-commands.txt) - [II. PostgreSQL Client Applications](full-docs/txt/reference-client.txt) - [III. PostgreSQL Server Applications](full-docs/txt/reference-server.txt) - [VII. Internals](full-docs/txt/internals.txt) - [51. Overview of PostgreSQL Internals](full-docs/txt/overview.txt) - [51.1. The Path of a Query](full-docs/txt/query-path.txt) - [51.2. How Connections Are Established](full-docs/txt/connect-estab.txt) - [51.3. The Parser Stage](full-docs/txt/parser-stage.txt) - [51.4. The PostgreSQL Rule System](full-docs/txt/rule-system.txt) - [51.5. Planner/Optimizer](full-docs/txt/planner-optimizer.txt) - [51.6. Executor](full-docs/txt/executor.txt) - [52. System Catalogs](full-docs/txt/catalogs.txt) - [52.1. Overview](full-docs/txt/catalogs-overview.txt) - [52.2. pg_aggregate](full-docs/txt/catalog-pg-aggregate.txt) - [52.3. pg_am](full-docs/txt/catalog-pg-am.txt) - [52.4. pg_amop](full-docs/txt/catalog-pg-amop.txt) - [52.5. pg_amproc](full-docs/txt/catalog-pg-amproc.txt) - [52.6. pg_attrdef](full-docs/txt/catalog-pg-attrdef.txt) - [52.7. pg_attribute](full-docs/txt/catalog-pg-attribute.txt) - [52.8. pg_authid](full-docs/txt/catalog-pg-authid.txt) - [52.9. pg_auth_members](full-docs/txt/catalog-pg-auth-members.txt) - [52.10. pg_cast](full-docs/txt/catalog-pg-cast.txt) - [52.11. pg_class](full-docs/txt/catalog-pg-class.txt) - [52.12. pg_collation](full-docs/txt/catalog-pg-collation.txt) - [52.13. pg_constraint](full-docs/txt/catalog-pg-constraint.txt) - [52.14. pg_conversion](full-docs/txt/catalog-pg-conversion.txt) - [52.15. pg_database](full-docs/txt/catalog-pg-database.txt) - [52.16. pg_db_role_setting](full-docs/txt/catalog-pg-db-role-setting.txt) - [52.17. pg_default_acl](full-docs/txt/catalog-pg-default-acl.txt) - [52.18. pg_depend](full-docs/txt/catalog-pg-depend.txt) - [52.19. pg_description](full-docs/txt/catalog-pg-description.txt) - [52.20. pg_enum](full-docs/txt/catalog-pg-enum.txt) - [52.21. pg_event_trigger](full-docs/txt/catalog-pg-event-trigger.txt) - [52.22. pg_extension](full-docs/txt/catalog-pg-extension.txt) - [52.23. pg_foreign_data_wrapper](full-docs/txt/catalog-pg-foreign-data-wrapper.txt) - [52.24. pg_foreign_server](full-docs/txt/catalog-pg-foreign-server.txt) - [52.25. pg_foreign_table](full-docs/txt/catalog-pg-foreign-table.txt) - [52.26. pg_index](full-docs/txt/catalog-pg-index.txt) - [52.27. pg_inherits](full-docs/txt/catalog-pg-inherits.txt) - [52.28. pg_init_privs](full-docs/txt/catalog-pg-init-privs.txt) - [52.29. pg_language](full-docs/txt/catalog-pg-language.txt) - [52.30. pg_largeobject](full-docs/txt/catalog-pg-largeobject.txt) - [52.31. pg_largeobject_metadata](full-docs/txt/catalog-pg-largeobject-metadata.txt) - [52.32. pg_namespace](full-docs/txt/catalog-pg-namespace.txt) - [52.33. pg_opclass](full-docs/txt/catalog-pg-opclass.txt) - [52.34. pg_operator](full-docs/txt/catalog-pg-operator.txt) - [52.35. pg_opfamily](full-docs/txt/catalog-pg-opfamily.txt) - [52.36. pg_parameter_acl](full-docs/txt/catalog-pg-parameter-acl.txt) - [52.37. pg_partitioned_table](full-docs/txt/catalog-pg-partitioned-table.txt) - [52.38. pg_policy](full-docs/txt/catalog-pg-policy.txt) - [52.39. pg_proc](full-docs/txt/catalog-pg-proc.txt) - [52.40. pg_publication](full-docs/txt/catalog-pg-publication.txt) - [52.41. pg_publication_namespace](full-docs/txt/catalog-pg-publication-namespace.txt) - [52.42. pg_publication_rel](full-docs/txt/catalog-pg-publication-rel.txt) - [52.43. pg_range](full-docs/txt/catalog-pg-range.txt) - [52.44. pg_replication_origin](full-docs/txt/catalog-pg-replication-origin.txt) - [52.45. pg_rewrite](full-docs/txt/catalog-pg-rewrite.txt) - [52.46. pg_seclabel](full-docs/txt/catalog-pg-seclabel.txt) - [52.47. pg_sequence](full-docs/txt/catalog-pg-sequence.txt) - [52.48. pg_shdepend](full-docs/txt/catalog-pg-shdepend.txt) - [52.49. pg_shdescription](full-docs/txt/catalog-pg-shdescription.txt) - [52.50. pg_shseclabel](full-docs/txt/catalog-pg-shseclabel.txt) - [52.51. pg_statistic](full-docs/txt/catalog-pg-statistic.txt) - [52.52. pg_statistic_ext](full-docs/txt/catalog-pg-statistic-ext.txt) - [52.53. pg_statistic_ext_data](full-docs/txt/catalog-pg-statistic-ext-data.txt) - [52.54. pg_subscription](full-docs/txt/catalog-pg-subscription.txt) - [52.55. pg_subscription_rel](full-docs/txt/catalog-pg-subscription-rel.txt) - [52.56. pg_tablespace](full-docs/txt/catalog-pg-tablespace.txt) - [52.57. pg_transform](full-docs/txt/catalog-pg-transform.txt) - [52.58. pg_trigger](full-docs/txt/catalog-pg-trigger.txt) - [52.59. pg_ts_config](full-docs/txt/catalog-pg-ts-config.txt) - [52.60. pg_ts_config_map](full-docs/txt/catalog-pg-ts-config-map.txt) - [52.61. pg_ts_dict](full-docs/txt/catalog-pg-ts-dict.txt) - [52.62. pg_ts_parser](full-docs/txt/catalog-pg-ts-parser.txt) - [52.63. pg_ts_template](full-docs/txt/catalog-pg-ts-template.txt) - [52.64. pg_type](full-docs/txt/catalog-pg-type.txt) - [52.65. pg_user_mapping](full-docs/txt/catalog-pg-user-mapping.txt) - [53. System Views](full-docs/txt/views.txt) - [53.1. Overview](full-docs/txt/views-overview.txt) - [53.2. pg_aios](full-docs/txt/view-pg-aios.txt) - [53.3. pg_available_extensions](full-docs/txt/view-pg-available-extensions.txt) - [53.4. pg_available_extension_versions](full-docs/txt/view-pg-available-extension-versions.txt) - [53.5. pg_backend_memory_contexts](full-docs/txt/view-pg-backend-memory-contexts.txt) - [53.6. pg_config](full-docs/txt/view-pg-config.txt) - [53.7. pg_cursors](full-docs/txt/view-pg-cursors.txt) - [53.8. pg_file_settings](full-docs/txt/view-pg-file-settings.txt) - [53.9. pg_group](full-docs/txt/view-pg-group.txt) - [53.10. pg_hba_file_rules](full-docs/txt/view-pg-hba-file-rules.txt) - [53.11. pg_ident_file_mappings](full-docs/txt/view-pg-ident-file-mappings.txt) - [53.12. pg_indexes](full-docs/txt/view-pg-indexes.txt) - [53.13. pg_locks](full-docs/txt/view-pg-locks.txt) - [53.14. pg_matviews](full-docs/txt/view-pg-matviews.txt) - [53.15. pg_policies](full-docs/txt/view-pg-policies.txt) - [53.16. pg_prepared_statements](full-docs/txt/view-pg-prepared-statements.txt) - [53.17. pg_prepared_xacts](full-docs/txt/view-pg-prepared-xacts.txt) - [53.18. pg_publication_tables](full-docs/txt/view-pg-publication-tables.txt) - [53.19. pg_replication_origin_status](full-docs/txt/view-pg-replication-origin-status.txt) - [53.20. pg_replication_slots](full-docs/txt/view-pg-replication-slots.txt) - [53.21. pg_roles](full-docs/txt/view-pg-roles.txt) - [53.22. pg_rules](full-docs/txt/view-pg-rules.txt) - [53.23. pg_seclabels](full-docs/txt/view-pg-seclabels.txt) - [53.24. pg_sequences](full-docs/txt/view-pg-sequences.txt) - [53.25. pg_settings](full-docs/txt/view-pg-settings.txt) - [53.26. pg_shadow](full-docs/txt/view-pg-shadow.txt) - [53.27. pg_shmem_allocations](full-docs/txt/view-pg-shmem-allocations.txt) - [53.28. pg_shmem_allocations_numa](full-docs/txt/view-pg-shmem-allocations-numa.txt) - [53.29. pg_stats](full-docs/txt/view-pg-stats.txt) - [53.30. pg_stats_ext](full-docs/txt/view-pg-stats-ext.txt) - [53.31. pg_stats_ext_exprs](full-docs/txt/view-pg-stats-ext-exprs.txt) - [53.32. pg_tables](full-docs/txt/view-pg-tables.txt) - [53.33. pg_timezone_abbrevs](full-docs/txt/view-pg-timezone-abbrevs.txt) - [53.34. pg_timezone_names](full-docs/txt/view-pg-timezone-names.txt) - [53.35. pg_user](full-docs/txt/view-pg-user.txt) - [53.36. pg_user_mappings](full-docs/txt/view-pg-user-mappings.txt) - [53.37. pg_views](full-docs/txt/view-pg-views.txt) - [53.38. pg_wait_events](full-docs/txt/view-pg-wait-events.txt) - [54. Frontend/Backend Protocol](full-docs/txt/protocol.txt) - [54.1. Overview](full-docs/txt/protocol-overview.txt) - [54.2. Message Flow](full-docs/txt/protocol-flow.txt) - [54.3. SASL Authentication](full-docs/txt/sasl-authentication.txt) - [54.4. Streaming Replication Protocol](full-docs/txt/protocol-replication.txt) - [54.5. Logical Streaming Replication Protocol](full-docs/txt/protocol-logical-replication.txt) - [54.6. Message Data Types](full-docs/txt/protocol-message-types.txt) - [54.7. Message Formats](full-docs/txt/protocol-message-formats.txt) - [54.8. Error and Notice Message Fields](full-docs/txt/protocol-error-fields.txt) - [54.9. Logical Replication Message Formats](full-docs/txt/protocol-logicalrep-message-formats.txt) - [54.10. Summary of Changes since Protocol 2.0](full-docs/txt/protocol-changes.txt) - [55. PostgreSQL Coding Conventions](full-docs/txt/source.txt) - [55.1. Formatting](full-docs/txt/source-format.txt) - [55.2. Reporting Errors Within the Server](full-docs/txt/error-message-reporting.txt) - [55.3. Error Message Style Guide](full-docs/txt/error-style-guide.txt) - [55.4. Miscellaneous Coding Conventions](full-docs/txt/source-conventions.txt) - [56. Native Language Support](full-docs/txt/nls.txt) - [56.1. For the Translator](full-docs/txt/nls-translator.txt) - [56.2. For the Programmer](full-docs/txt/nls-programmer.txt) - [57. Writing a Procedural Language Handler](full-docs/txt/plhandler.txt) - [58. Writing a Foreign Data Wrapper](full-docs/txt/fdwhandler.txt) - [58.1. Foreign Data Wrapper Functions](full-docs/txt/fdw-functions.txt) - [58.2. Foreign Data Wrapper Callback Routines](full-docs/txt/fdw-callbacks.txt) - [58.3. Foreign Data Wrapper Helper Functions](full-docs/txt/fdw-helpers.txt) - [58.4. Foreign Data Wrapper Query Planning](full-docs/txt/fdw-planning.txt) - [58.5. Row Locking in Foreign Data Wrappers](full-docs/txt/fdw-row-locking.txt) - [59. Writing a Table Sampling Method](full-docs/txt/tablesample-method.txt) - [59.1. Sampling Method Support Functions](full-docs/txt/tablesample-support-functions.txt) - [60. Writing a Custom Scan Provider](full-docs/txt/custom-scan.txt) - [60.1. Creating Custom Scan Paths](full-docs/txt/custom-scan-path.txt) - [60.2. Creating Custom Scan Plans](full-docs/txt/custom-scan-plan.txt) - [60.3. Executing Custom Scans](full-docs/txt/custom-scan-execution.txt) - [61. Genetic Query Optimizer](full-docs/txt/geqo.txt) - [61.1. Query Handling as a Complex Optimization Problem](full-docs/txt/geqo-intro.txt) - [61.2. Genetic Algorithms](full-docs/txt/geqo-intro2.txt) - [61.3. Genetic Query Optimization (GEQO) in PostgreSQL](full-docs/txt/geqo-pg-intro.txt) - [61.4. Further Reading](full-docs/txt/geqo-biblio.txt) - [62. Table Access Method Interface Definition](full-docs/txt/tableam.txt) - [63. Index Access Method Interface Definition](full-docs/txt/indexam.txt) - [63.1. Basic API Structure for Indexes](full-docs/txt/index-api.txt) - [63.2. Index Access Method Functions](full-docs/txt/index-functions.txt) - [63.3. Index Scanning](full-docs/txt/index-scanning.txt) - [63.4. Index Locking Considerations](full-docs/txt/index-locking.txt) - [63.5. Index Uniqueness Checks](full-docs/txt/index-unique-checks.txt) - [63.6. Index Cost Estimation Functions](full-docs/txt/index-cost-estimation.txt) - [64. Write Ahead Logging for Extensions](full-docs/txt/wal-for-extensions.txt) - [64.1. Generic WAL Records](full-docs/txt/generic-wal.txt) - [64.2. Custom WAL Resource Managers](full-docs/txt/custom-rmgr.txt) - [65. Built-in Index Access Methods](full-docs/txt/indextypes.txt) - [65.1. B-Tree Indexes](full-docs/txt/btree.txt) - [65.2. GiST Indexes](full-docs/txt/gist.txt) - [65.3. SP-GiST Indexes](full-docs/txt/spgist.txt) - [65.4. GIN Indexes](full-docs/txt/gin.txt) - [65.5. BRIN Indexes](full-docs/txt/brin.txt) - [65.6. Hash Indexes](full-docs/txt/hash-index.txt) - [66. Database Physical Storage](full-docs/txt/storage.txt) - [66.1. Database File Layout](full-docs/txt/storage-file-layout.txt) - [66.2. TOAST](full-docs/txt/storage-toast.txt) - [66.3. Free Space Map](full-docs/txt/storage-fsm.txt) - [66.4. Visibility Map](full-docs/txt/storage-vm.txt) - [66.5. The Initialization Fork](full-docs/txt/storage-init.txt) - [66.6. Database Page Layout](full-docs/txt/storage-page-layout.txt) - [66.7. Heap-Only Tuples (HOT)](full-docs/txt/storage-hot.txt) - [67. Transaction Processing](full-docs/txt/transactions.txt) - [67.1. Transactions and Identifiers](full-docs/txt/transaction-id.txt) - [67.2. Transactions and Locking](full-docs/txt/xact-locking.txt) - [67.3. Subtransactions](full-docs/txt/subxacts.txt) - [67.4. Two-Phase Transactions](full-docs/txt/two-phase.txt) - [68. System Catalog Declarations and Initial Contents](full-docs/txt/bki.txt) - [68.1. System Catalog Declaration Rules](full-docs/txt/system-catalog-declarations.txt) - [68.2. System Catalog Initial Data](full-docs/txt/system-catalog-initial-data.txt) - [68.3. BKI File Format](full-docs/txt/bki-format.txt) - [68.4. BKI Commands](full-docs/txt/bki-commands.txt) - [68.5. Structure of the Bootstrap BKI File](full-docs/txt/bki-structure.txt) - [68.6. BKI Example](full-docs/txt/bki-example.txt) - [69. How the Planner Uses Statistics](full-docs/txt/planner-stats-details.txt) - [69.1. Row Estimation Examples](full-docs/txt/row-estimation-examples.txt) - [69.2. Multivariate Statistics Examples](full-docs/txt/multivariate-statistics-examples.txt) - [69.3. Planner Statistics and Security](full-docs/txt/planner-stats-security.txt) - [70. Backup Manifest Format](full-docs/txt/backup-manifest-format.txt) - [70.1. Backup Manifest Top-level Object](full-docs/txt/backup-manifest-toplevel.txt) - [70.2. Backup Manifest File Object](full-docs/txt/backup-manifest-files.txt) - [70.3. Backup Manifest WAL Range Object](full-docs/txt/backup-manifest-wal-ranges.txt) - [51. Overview of PostgreSQL Internals](full-docs/txt/overview.txt) - [51.1. The Path of a Query](full-docs/txt/query-path.txt) - [51.2. How Connections Are Established](full-docs/txt/connect-estab.txt) - [51.3. The Parser Stage](full-docs/txt/parser-stage.txt) - [51.3.1. Parser](full-docs/txt/parser-stage.txt) - [51.3.2. Transformation Process](full-docs/txt/parser-stage.txt) - [51.4. The PostgreSQL Rule System](full-docs/txt/rule-system.txt) - [51.5. Planner/Optimizer](full-docs/txt/planner-optimizer.txt) - [51.5.1. Generating Possible Plans](full-docs/txt/planner-optimizer.txt) - [51.6. Executor](full-docs/txt/executor.txt) - [52. System Catalogs](full-docs/txt/catalogs.txt) - [52.1. Overview](full-docs/txt/catalogs-overview.txt) - [52.2. pg_aggregate](full-docs/txt/catalog-pg-aggregate.txt) - [52.3. pg_am](full-docs/txt/catalog-pg-am.txt) - [52.4. pg_amop](full-docs/txt/catalog-pg-amop.txt) - [52.5. pg_amproc](full-docs/txt/catalog-pg-amproc.txt) - [52.6. pg_attrdef](full-docs/txt/catalog-pg-attrdef.txt) - [52.7. pg_attribute](full-docs/txt/catalog-pg-attribute.txt) - [52.8. pg_authid](full-docs/txt/catalog-pg-authid.txt) - [52.9. pg_auth_members](full-docs/txt/catalog-pg-auth-members.txt) - [52.10. pg_cast](full-docs/txt/catalog-pg-cast.txt) - [52.11. pg_class](full-docs/txt/catalog-pg-class.txt) - [52.12. pg_collation](full-docs/txt/catalog-pg-collation.txt) - [52.13. pg_constraint](full-docs/txt/catalog-pg-constraint.txt) - [52.14. pg_conversion](full-docs/txt/catalog-pg-conversion.txt) - [52.15. pg_database](full-docs/txt/catalog-pg-database.txt) - [52.16. pg_db_role_setting](full-docs/txt/catalog-pg-db-role-setting.txt) - [52.17. pg_default_acl](full-docs/txt/catalog-pg-default-acl.txt) - [52.18. pg_depend](full-docs/txt/catalog-pg-depend.txt) - [52.19. pg_description](full-docs/txt/catalog-pg-description.txt) - [52.20. pg_enum](full-docs/txt/catalog-pg-enum.txt) - [52.21. pg_event_trigger](full-docs/txt/catalog-pg-event-trigger.txt) - [52.22. pg_extension](full-docs/txt/catalog-pg-extension.txt) - [52.23. pg_foreign_data_wrapper](full-docs/txt/catalog-pg-foreign-data-wrapper.txt) - [52.24. pg_foreign_server](full-docs/txt/catalog-pg-foreign-server.txt) - [52.25. pg_foreign_table](full-docs/txt/catalog-pg-foreign-table.txt) - [52.26. pg_index](full-docs/txt/catalog-pg-index.txt) - [52.27. pg_inherits](full-docs/txt/catalog-pg-inherits.txt) - [52.28. pg_init_privs](full-docs/txt/catalog-pg-init-privs.txt) - [52.29. pg_language](full-docs/txt/catalog-pg-language.txt) - [52.30. pg_largeobject](full-docs/txt/catalog-pg-largeobject.txt) - [52.31. pg_largeobject_metadata](full-docs/txt/catalog-pg-largeobject-metadata.txt) - [52.32. pg_namespace](full-docs/txt/catalog-pg-namespace.txt) - [52.33. pg_opclass](full-docs/txt/catalog-pg-opclass.txt) - [52.34. pg_operator](full-docs/txt/catalog-pg-operator.txt) - [52.35. pg_opfamily](full-docs/txt/catalog-pg-opfamily.txt) - [52.36. pg_parameter_acl](full-docs/txt/catalog-pg-parameter-acl.txt) - [52.37. pg_partitioned_table](full-docs/txt/catalog-pg-partitioned-table.txt) - [52.38. pg_policy](full-docs/txt/catalog-pg-policy.txt) - [52.39. pg_proc](full-docs/txt/catalog-pg-proc.txt) - [52.40. pg_publication](full-docs/txt/catalog-pg-publication.txt) - [52.41. pg_publication_namespace](full-docs/txt/catalog-pg-publication-namespace.txt) - [52.42. pg_publication_rel](full-docs/txt/catalog-pg-publication-rel.txt) - [52.43. pg_range](full-docs/txt/catalog-pg-range.txt) - [52.44. pg_replication_origin](full-docs/txt/catalog-pg-replication-origin.txt) - [52.45. pg_rewrite](full-docs/txt/catalog-pg-rewrite.txt) - [52.46. pg_seclabel](full-docs/txt/catalog-pg-seclabel.txt) - [52.47. pg_sequence](full-docs/txt/catalog-pg-sequence.txt) - [52.48. pg_shdepend](full-docs/txt/catalog-pg-shdepend.txt) - [52.49. pg_shdescription](full-docs/txt/catalog-pg-shdescription.txt) - [52.50. pg_shseclabel](full-docs/txt/catalog-pg-shseclabel.txt) - [52.51. pg_statistic](full-docs/txt/catalog-pg-statistic.txt) - [52.52. pg_statistic_ext](full-docs/txt/catalog-pg-statistic-ext.txt) - [52.53. pg_statistic_ext_data](full-docs/txt/catalog-pg-statistic-ext-data.txt) - [52.54. pg_subscription](full-docs/txt/catalog-pg-subscription.txt) - [52.55. pg_subscription_rel](full-docs/txt/catalog-pg-subscription-rel.txt) - [52.56. pg_tablespace](full-docs/txt/catalog-pg-tablespace.txt) - [52.57. pg_transform](full-docs/txt/catalog-pg-transform.txt) - [52.58. pg_trigger](full-docs/txt/catalog-pg-trigger.txt) - [52.59. pg_ts_config](full-docs/txt/catalog-pg-ts-config.txt) - [52.60. pg_ts_config_map](full-docs/txt/catalog-pg-ts-config-map.txt) - [52.61. pg_ts_dict](full-docs/txt/catalog-pg-ts-dict.txt) - [52.62. pg_ts_parser](full-docs/txt/catalog-pg-ts-parser.txt) - [52.63. pg_ts_template](full-docs/txt/catalog-pg-ts-template.txt) - [52.64. pg_type](full-docs/txt/catalog-pg-type.txt) - [52.65. pg_user_mapping](full-docs/txt/catalog-pg-user-mapping.txt) - [53. System Views](full-docs/txt/views.txt) - [53.1. Overview](full-docs/txt/views-overview.txt) - [53.2. pg_aios](full-docs/txt/view-pg-aios.txt) - [53.3. pg_available_extensions](full-docs/txt/view-pg-available-extensions.txt) - [53.4. pg_available_extension_versions](full-docs/txt/view-pg-available-extension-versions.txt) - [53.5. pg_backend_memory_contexts](full-docs/txt/view-pg-backend-memory-contexts.txt) - [53.6. pg_config](full-docs/txt/view-pg-config.txt) - [53.7. pg_cursors](full-docs/txt/view-pg-cursors.txt) - [53.8. pg_file_settings](full-docs/txt/view-pg-file-settings.txt) - [53.9. pg_group](full-docs/txt/view-pg-group.txt) - [53.10. pg_hba_file_rules](full-docs/txt/view-pg-hba-file-rules.txt) - [53.11. pg_ident_file_mappings](full-docs/txt/view-pg-ident-file-mappings.txt) - [53.12. pg_indexes](full-docs/txt/view-pg-indexes.txt) - [53.13. pg_locks](full-docs/txt/view-pg-locks.txt) - [53.14. pg_matviews](full-docs/txt/view-pg-matviews.txt) - [53.15. pg_policies](full-docs/txt/view-pg-policies.txt) - [53.16. pg_prepared_statements](full-docs/txt/view-pg-prepared-statements.txt) - [53.17. pg_prepared_xacts](full-docs/txt/view-pg-prepared-xacts.txt) - [53.18. pg_publication_tables](full-docs/txt/view-pg-publication-tables.txt) - [53.19. pg_replication_origin_status](full-docs/txt/view-pg-replication-origin-status.txt) - [53.20. pg_replication_slots](full-docs/txt/view-pg-replication-slots.txt) - [53.21. pg_roles](full-docs/txt/view-pg-roles.txt) - [53.22. pg_rules](full-docs/txt/view-pg-rules.txt) - [53.23. pg_seclabels](full-docs/txt/view-pg-seclabels.txt) - [53.24. pg_sequences](full-docs/txt/view-pg-sequences.txt) - [53.25. pg_settings](full-docs/txt/view-pg-settings.txt) - [53.26. pg_shadow](full-docs/txt/view-pg-shadow.txt) - [53.27. pg_shmem_allocations](full-docs/txt/view-pg-shmem-allocations.txt) - [53.28. pg_shmem_allocations_numa](full-docs/txt/view-pg-shmem-allocations-numa.txt) - [53.29. pg_stats](full-docs/txt/view-pg-stats.txt) - [53.30. pg_stats_ext](full-docs/txt/view-pg-stats-ext.txt) - [53.31. pg_stats_ext_exprs](full-docs/txt/view-pg-stats-ext-exprs.txt) - [53.32. pg_tables](full-docs/txt/view-pg-tables.txt) - [53.33. pg_timezone_abbrevs](full-docs/txt/view-pg-timezone-abbrevs.txt) - [53.34. pg_timezone_names](full-docs/txt/view-pg-timezone-names.txt) - [53.35. pg_user](full-docs/txt/view-pg-user.txt) - [53.36. pg_user_mappings](full-docs/txt/view-pg-user-mappings.txt) - [53.37. pg_views](full-docs/txt/view-pg-views.txt) - [53.38. pg_wait_events](full-docs/txt/view-pg-wait-events.txt) - [54. Frontend/Backend Protocol](full-docs/txt/protocol.txt) - [54.1. Overview](full-docs/txt/protocol-overview.txt) - [54.1.1. Messaging Overview](full-docs/txt/protocol-overview.txt) - [54.1.2. Extended Query Overview](full-docs/txt/protocol-overview.txt) - [54.1.3. Formats and Format Codes](full-docs/txt/protocol-overview.txt) - [54.1.4. Protocol Versions](full-docs/txt/protocol-overview.txt) - [54.2. Message Flow](full-docs/txt/protocol-flow.txt) - [54.2.1. Start-up](full-docs/txt/protocol-flow.txt) - [54.2.2. Simple Query](full-docs/txt/protocol-flow.txt) - [54.2.3. Extended Query](full-docs/txt/protocol-flow.txt) - [54.2.4. Pipelining](full-docs/txt/protocol-flow.txt) - [54.2.5. Function Call](full-docs/txt/protocol-flow.txt) - [54.2.6. COPY Operations](full-docs/txt/protocol-flow.txt) - [54.2.7. Asynchronous Operations](full-docs/txt/protocol-flow.txt) - [54.2.8. Canceling Requests in Progress](full-docs/txt/protocol-flow.txt) - [54.2.9. Termination](full-docs/txt/protocol-flow.txt) - [54.2.10. SSL Session Encryption](full-docs/txt/protocol-flow.txt) - [54.2.11. GSSAPI Session Encryption](full-docs/txt/protocol-flow.txt) - [54.3. SASL Authentication](full-docs/txt/sasl-authentication.txt) - [54.3.1. SCRAM-SHA-256 Authentication](full-docs/txt/sasl-authentication.txt) - [54.3.2. OAUTHBEARER Authentication](full-docs/txt/sasl-authentication.txt) - [54.4. Streaming Replication Protocol](full-docs/txt/protocol-replication.txt) - [54.5. Logical Streaming Replication Protocol](full-docs/txt/protocol-logical-replication.txt) - [54.5.1. Logical Streaming Replication Parameters](full-docs/txt/protocol-logical-replication.txt) - [54.5.2. Logical Replication Protocol Messages](full-docs/txt/protocol-logical-replication.txt) - [54.5.3. Logical Replication Protocol Message Flow](full-docs/txt/protocol-logical-replication.txt) - [54.6. Message Data Types](full-docs/txt/protocol-message-types.txt) - [54.7. Message Formats](full-docs/txt/protocol-message-formats.txt) - [54.8. Error and Notice Message Fields](full-docs/txt/protocol-error-fields.txt) - [54.9. Logical Replication Message Formats](full-docs/txt/protocol-logicalrep-message-formats.txt) - [54.10. Summary of Changes since Protocol 2.0](full-docs/txt/protocol-changes.txt) - [55. PostgreSQL Coding Conventions](full-docs/txt/source.txt) - [55.1. Formatting](full-docs/txt/source-format.txt) - [55.2. Reporting Errors Within the Server](full-docs/txt/error-message-reporting.txt) - [55.3. Error Message Style Guide](full-docs/txt/error-style-guide.txt) - [55.4. Miscellaneous Coding Conventions](full-docs/txt/source-conventions.txt) - [56. Native Language Support](full-docs/txt/nls.txt) - [56.1. For the Translator](full-docs/txt/nls-translator.txt) - [56.1.1. Requirements](full-docs/txt/nls-translator.txt) - [56.1.2. Concepts](full-docs/txt/nls-translator.txt) - [56.1.3. Creating and Maintaining Message Catalogs](full-docs/txt/nls-translator.txt) - [56.1.4. Editing the PO Files](full-docs/txt/nls-translator.txt) - [56.2. For the Programmer](full-docs/txt/nls-programmer.txt) - [56.2.1. Mechanics](full-docs/txt/nls-programmer.txt) - [56.2.2. Message-Writing Guidelines](full-docs/txt/nls-programmer.txt) - [57. Writing a Procedural Language Handler](full-docs/txt/plhandler.txt) - [58. Writing a Foreign Data Wrapper](full-docs/txt/fdwhandler.txt) - [58.1. Foreign Data Wrapper Functions](full-docs/txt/fdw-functions.txt) - [58.2. Foreign Data Wrapper Callback Routines](full-docs/txt/fdw-callbacks.txt) - [58.2.1. FDW Routines for Scanning Foreign Tables](full-docs/txt/fdw-callbacks.txt) - [58.2.2. FDW Routines for Scanning Foreign Joins](full-docs/txt/fdw-callbacks.txt) - [58.2.3. FDW Routines for Planning Post-Scan/Join Processing](full-docs/txt/fdw-callbacks.txt) - [58.2.4. FDW Routines for Updating Foreign Tables](full-docs/txt/fdw-callbacks.txt) - [58.2.5. FDW Routines for TRUNCATE](full-docs/txt/fdw-callbacks.txt) - [58.2.6. FDW Routines for Row Locking](full-docs/txt/fdw-callbacks.txt) - [58.2.7. FDW Routines for EXPLAIN](full-docs/txt/fdw-callbacks.txt) - [58.2.8. FDW Routines for ANALYZE](full-docs/txt/fdw-callbacks.txt) - [58.2.9. FDW Routines for IMPORT FOREIGN SCHEMA](full-docs/txt/fdw-callbacks.txt) - [58.2.10. FDW Routines for Parallel Execution](full-docs/txt/fdw-callbacks.txt) - [58.2.11. FDW Routines for Asynchronous Execution](full-docs/txt/fdw-callbacks.txt) - [58.2.12. FDW Routines for Reparameterization of Paths](full-docs/txt/fdw-callbacks.txt) - [58.3. Foreign Data Wrapper Helper Functions](full-docs/txt/fdw-helpers.txt) - [58.4. Foreign Data Wrapper Query Planning](full-docs/txt/fdw-planning.txt) - [58.5. Row Locking in Foreign Data Wrappers](full-docs/txt/fdw-row-locking.txt) - [59. Writing a Table Sampling Method](full-docs/txt/tablesample-method.txt) - [59.1. Sampling Method Support Functions](full-docs/txt/tablesample-support-functions.txt) - [60. Writing a Custom Scan Provider](full-docs/txt/custom-scan.txt) - [60.1. Creating Custom Scan Paths](full-docs/txt/custom-scan-path.txt) - [60.1.1. Custom Scan Path Callbacks](full-docs/txt/custom-scan-path.txt) - [60.2. Creating Custom Scan Plans](full-docs/txt/custom-scan-plan.txt) - [60.2.1. Custom Scan Plan Callbacks](full-docs/txt/custom-scan-plan.txt) - [60.3. Executing Custom Scans](full-docs/txt/custom-scan-execution.txt) - [60.3.1. Custom Scan Execution Callbacks](full-docs/txt/custom-scan-execution.txt) - [61. Genetic Query Optimizer](full-docs/txt/geqo.txt) - [61.1. Query Handling as a Complex Optimization Problem](full-docs/txt/geqo-intro.txt) - [61.2. Genetic Algorithms](full-docs/txt/geqo-intro2.txt) - [61.3. Genetic Query Optimization (GEQO) in PostgreSQL](full-docs/txt/geqo-pg-intro.txt) - [61.3.1. Generating Possible Plans with GEQO](full-docs/txt/geqo-pg-intro.txt) - [61.3.2. Future Implementation Tasks for PostgreSQL GEQO](full-docs/txt/geqo-pg-intro.txt) - [61.4. Further Reading](full-docs/txt/geqo-biblio.txt) - [62. Table Access Method Interface Definition](full-docs/txt/tableam.txt) - [63. Index Access Method Interface Definition](full-docs/txt/indexam.txt) - [63.1. Basic API Structure for Indexes](full-docs/txt/index-api.txt) - [63.2. Index Access Method Functions](full-docs/txt/index-functions.txt) - [63.3. Index Scanning](full-docs/txt/index-scanning.txt) - [63.4. Index Locking Considerations](full-docs/txt/index-locking.txt) - [63.5. Index Uniqueness Checks](full-docs/txt/index-unique-checks.txt) - [63.6. Index Cost Estimation Functions](full-docs/txt/index-cost-estimation.txt) - [64. Write Ahead Logging for Extensions](full-docs/txt/wal-for-extensions.txt) - [64.1. Generic WAL Records](full-docs/txt/generic-wal.txt) - [64.2. Custom WAL Resource Managers](full-docs/txt/custom-rmgr.txt) - [65. Built-in Index Access Methods](full-docs/txt/indextypes.txt) - [65.1. B-Tree Indexes](full-docs/txt/btree.txt) - [65.1.1. Introduction](full-docs/txt/btree.txt) - [65.1.2. Behavior of B-Tree Operator Classes](full-docs/txt/btree.txt) - [65.1.3. B-Tree Support Functions](full-docs/txt/btree.txt) - [65.1.4. Implementation](full-docs/txt/btree.txt) - [65.2. GiST Indexes](full-docs/txt/gist.txt) - [65.2.1. Introduction](full-docs/txt/gist.txt) - [65.2.2. Built-in Operator Classes](full-docs/txt/gist.txt) - [65.2.3. Extensibility](full-docs/txt/gist.txt) - [65.2.4. Implementation](full-docs/txt/gist.txt) - [65.2.5. Examples](full-docs/txt/gist.txt) - [65.3. SP-GiST Indexes](full-docs/txt/spgist.txt) - [65.3.1. Introduction](full-docs/txt/spgist.txt) - [65.3.2. Built-in Operator Classes](full-docs/txt/spgist.txt) - [65.3.3. Extensibility](full-docs/txt/spgist.txt) - [65.3.4. Implementation](full-docs/txt/spgist.txt) - [65.3.5. Examples](full-docs/txt/spgist.txt) - [65.4. GIN Indexes](full-docs/txt/gin.txt) - [65.4.1. Introduction](full-docs/txt/gin.txt) - [65.4.2. Built-in Operator Classes](full-docs/txt/gin.txt) - [65.4.3. Extensibility](full-docs/txt/gin.txt) - [65.4.4. Implementation](full-docs/txt/gin.txt) - [65.4.5. GIN Tips and Tricks](full-docs/txt/gin.txt) - [65.4.6. Limitations](full-docs/txt/gin.txt) - [65.4.7. Examples](full-docs/txt/gin.txt) - [65.5. BRIN Indexes](full-docs/txt/brin.txt) - [65.5.1. Introduction](full-docs/txt/brin.txt) - [65.5.2. Built-in Operator Classes](full-docs/txt/brin.txt) - [65.5.3. Extensibility](full-docs/txt/brin.txt) - [65.6. Hash Indexes](full-docs/txt/hash-index.txt) - [65.6.1. Overview](full-docs/txt/hash-index.txt) - [65.6.2. Implementation](full-docs/txt/hash-index.txt) - [66. Database Physical Storage](full-docs/txt/storage.txt) - [66.1. Database File Layout](full-docs/txt/storage-file-layout.txt) - [66.2. TOAST](full-docs/txt/storage-toast.txt) - [66.2.1. Out-of-Line, On-Disk TOAST Storage](full-docs/txt/storage-toast.txt) - [66.2.2. Out-of-Line, In-Memory TOAST Storage](full-docs/txt/storage-toast.txt) - [66.3. Free Space Map](full-docs/txt/storage-fsm.txt) - [66.4. Visibility Map](full-docs/txt/storage-vm.txt) - [66.5. The Initialization Fork](full-docs/txt/storage-init.txt) - [66.6. Database Page Layout](full-docs/txt/storage-page-layout.txt) - [66.6.1. Table Row Layout](full-docs/txt/storage-page-layout.txt) - [66.7. Heap-Only Tuples (HOT)](full-docs/txt/storage-hot.txt) - [67. Transaction Processing](full-docs/txt/transactions.txt) - [67.1. Transactions and Identifiers](full-docs/txt/transaction-id.txt) - [67.2. Transactions and Locking](full-docs/txt/xact-locking.txt) - [67.3. Subtransactions](full-docs/txt/subxacts.txt) - [67.4. Two-Phase Transactions](full-docs/txt/two-phase.txt) - [68. System Catalog Declarations and Initial Contents](full-docs/txt/bki.txt) - [68.1. System Catalog Declaration Rules](full-docs/txt/system-catalog-declarations.txt) - [68.2. System Catalog Initial Data](full-docs/txt/system-catalog-initial-data.txt) - [68.2.1. Data File Format](full-docs/txt/system-catalog-initial-data.txt) - [68.2.2. OID Assignment](full-docs/txt/system-catalog-initial-data.txt) - [68.2.3. OID Reference Lookup](full-docs/txt/system-catalog-initial-data.txt) - [68.2.4. Automatic Creation of Array Types](full-docs/txt/system-catalog-initial-data.txt) - [68.2.5. Recipes for Editing Data Files](full-docs/txt/system-catalog-initial-data.txt) - [68.3. BKI File Format](full-docs/txt/bki-format.txt) - [68.4. BKI Commands](full-docs/txt/bki-commands.txt) - [68.5. Structure of the Bootstrap BKI File](full-docs/txt/bki-structure.txt) - [68.6. BKI Example](full-docs/txt/bki-example.txt) - [69. How the Planner Uses Statistics](full-docs/txt/planner-stats-details.txt) - [69.1. Row Estimation Examples](full-docs/txt/row-estimation-examples.txt) - [69.2. Multivariate Statistics Examples](full-docs/txt/multivariate-statistics-examples.txt) - [69.2.1. Functional Dependencies](full-docs/txt/multivariate-statistics-examples.txt) - [69.2.2. Multivariate N-Distinct Counts](full-docs/txt/multivariate-statistics-examples.txt) - [69.2.3. MCV Lists](full-docs/txt/multivariate-statistics-examples.txt) - [69.3. Planner Statistics and Security](full-docs/txt/planner-stats-security.txt) - [70. Backup Manifest Format](full-docs/txt/backup-manifest-format.txt) - [70.1. Backup Manifest Top-level Object](full-docs/txt/backup-manifest-toplevel.txt) - [70.2. Backup Manifest File Object](full-docs/txt/backup-manifest-files.txt) - [70.3. Backup Manifest WAL Range Object](full-docs/txt/backup-manifest-wal-ranges.txt) - [VIII. Appendixes](full-docs/txt/appendixes.txt) - [A. PostgreSQL Error Codes](full-docs/txt/errcodes-appendix.txt) - [B. Date/Time Support](full-docs/txt/datetime-appendix.txt) - [B.1. Date/Time Input Interpretation](full-docs/txt/datetime-input-rules.txt) - [B.2. Handling of Invalid or Ambiguous Timestamps](full-docs/txt/datetime-invalid-input.txt) - [B.3. Date/Time Key Words](full-docs/txt/datetime-keywords.txt) - [B.4. Date/Time Configuration Files](full-docs/txt/datetime-config-files.txt) - [B.5. POSIX Time Zone Specifications](full-docs/txt/datetime-posix-timezone-specs.txt) - [B.6. History of Units](full-docs/txt/datetime-units-history.txt) - [B.7. Julian Dates](full-docs/txt/datetime-julian-dates.txt) - [C. SQL Key Words](full-docs/txt/sql-keywords-appendix.txt) - [D. SQL Conformance](full-docs/txt/features.txt) - [D.1. Supported Features](full-docs/txt/features-sql-standard.txt) - [D.2. Unsupported Features](full-docs/txt/unsupported-features-sql-standard.txt) - [D.3. XML Limits and Conformance to SQL/XML](full-docs/txt/xml-limits-conformance.txt) - [E. Release Notes](full-docs/txt/release.txt) - [E.1. Release 18](full-docs/txt/release-18.txt) - [E.2. Prior Releases](full-docs/txt/release-prior.txt) - [F. Additional Supplied Modules and Extensions](full-docs/txt/contrib.txt) - [F.1. amcheck — tools to verify table and index consistency](full-docs/txt/amcheck.txt) - [F.2. auth_delay — pause on authentication failure](full-docs/txt/auth-delay.txt) - [F.3. auto_explain — log execution plans of slow queries](full-docs/txt/auto-explain.txt) - [F.4. basebackup_to_shell — example "shell" pg_basebackup module](full-docs/txt/basebackup-to-shell.txt) - [F.5. basic_archive — an example WAL archive module](full-docs/txt/basic-archive.txt) - [F.6. bloom — bloom filter index access method](full-docs/txt/bloom.txt) - [F.7. btree_gin — GIN operator classes with B-tree behavior](full-docs/txt/btree-gin.txt) - [F.8. btree_gist — GiST operator classes with B-tree behavior](full-docs/txt/btree-gist.txt) - [F.9. citext — a case-insensitive character string type](full-docs/txt/citext.txt) - [F.10. cube — a multi-dimensional cube data type](full-docs/txt/cube.txt) - [F.11. dblink — connect to other PostgreSQL databases](full-docs/txt/dblink.txt) - [F.12. dict_int — example full-text search dictionary for integers](full-docs/txt/dict-int.txt) - [F.13. dict_xsyn — example synonym full-text search dictionary](full-docs/txt/dict-xsyn.txt) - [F.14. earthdistance — calculate great-circle distances](full-docs/txt/earthdistance.txt) - [F.15. file_fdw — access data files in the server's file system](full-docs/txt/file-fdw.txt) - [F.16. fuzzystrmatch — determine string similarities and distance](full-docs/txt/fuzzystrmatch.txt) - [F.17. hstore — hstore key/value datatype](full-docs/txt/hstore.txt) - [F.18. intagg — integer aggregator and enumerator](full-docs/txt/intagg.txt) - [F.19. intarray — manipulate arrays of integers](full-docs/txt/intarray.txt) - [F.20. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)](full-docs/txt/isn.txt) - [F.21. lo — manage large objects](full-docs/txt/lo.txt) - [F.22. ltree — hierarchical tree-like data type](full-docs/txt/ltree.txt) - [F.23. pageinspect — low-level inspection of database pages](full-docs/txt/pageinspect.txt) - [F.24. passwordcheck — verify password strength](full-docs/txt/passwordcheck.txt) - [F.25. pg_buffercache — inspect PostgreSQL buffer cache state](full-docs/txt/pgbuffercache.txt) - [F.26. pgcrypto — cryptographic functions](full-docs/txt/pgcrypto.txt) - [F.27. pg_freespacemap — examine the free space map](full-docs/txt/pgfreespacemap.txt) - [F.28. pg_logicalinspect — logical decoding components inspection](full-docs/txt/pglogicalinspect.txt) - [F.29. pg_overexplain — allow EXPLAIN to dump even more details](full-docs/txt/pgoverexplain.txt) - [F.30. pg_prewarm — preload relation data into buffer caches](full-docs/txt/pgprewarm.txt) - [F.31. pgrowlocks — show a table's row locking information](full-docs/txt/pgrowlocks.txt) - [F.32. pg_stat_statements — track statistics of SQL planning and execution](full-docs/txt/pgstatstatements.txt) - [F.33. pgstattuple — obtain tuple-level statistics](full-docs/txt/pgstattuple.txt) - [F.34. pg_surgery — perform low-level surgery on relation data](full-docs/txt/pgsurgery.txt) - [F.35. pg_trgm — support for similarity of text using trigram matching](full-docs/txt/pgtrgm.txt) - [F.36. pg_visibility — visibility map information and utilities](full-docs/txt/pgvisibility.txt) - [F.37. pg_walinspect — low-level WAL inspection](full-docs/txt/pgwalinspect.txt) - [F.38. postgres_fdw — access data stored in external PostgreSQL servers](full-docs/txt/postgres-fdw.txt) - [F.39. seg — a datatype for line segments or floating point intervals](full-docs/txt/seg.txt) - [F.40. sepgsql — SELinux-, label-based mandatory access control (MAC) security module](full-docs/txt/sepgsql.txt) - [F.41. spi — Server Programming Interface features/examples](full-docs/txt/contrib-spi.txt) - [F.42. sslinfo — obtain client SSL information](full-docs/txt/sslinfo.txt) - [F.43. tablefunc — functions that return tables (crosstab and others)](full-docs/txt/tablefunc.txt) - [F.44. tcn — a trigger function to notify listeners of changes to table content](full-docs/txt/tcn.txt) - [F.45. test_decoding — SQL-based test/example module for WAL logical decoding](full-docs/txt/test-decoding.txt) - [F.46. tsm_system_rows — the SYSTEM_ROWS sampling method for TABLESAMPLE](full-docs/txt/tsm-system-rows.txt) - [F.47. tsm_system_time — the SYSTEM_TIME sampling method for TABLESAMPLE](full-docs/txt/tsm-system-time.txt) - [F.48. unaccent — a text search dictionary which removes diacritics](full-docs/txt/unaccent.txt) - [F.49. uuid-ossp — a UUID generator](full-docs/txt/uuid-ossp.txt) - [F.50. xml2 — XPath querying and XSLT functionality](full-docs/txt/xml2.txt) - [G. Additional Supplied Programs](full-docs/txt/contrib-prog.txt) - [G.1. Client Applications](full-docs/txt/contrib-prog-client.txt) - [G.2. Server Applications](full-docs/txt/contrib-prog-server.txt) - [H. External Projects](full-docs/txt/external-projects.txt) - [H.1. Client Interfaces](full-docs/txt/external-interfaces.txt) - [H.2. Administration Tools](full-docs/txt/external-admin-tools.txt) - [H.3. Procedural Languages](full-docs/txt/external-pl.txt) - [H.4. Extensions](full-docs/txt/external-extensions.txt) - [I. The Source Code Repository](full-docs/txt/sourcerepo.txt) - [I.1. Getting the Source via Git](full-docs/txt/git.txt) - [J. Documentation](full-docs/txt/docguide.txt) - [J.1. DocBook](full-docs/txt/docguide-docbook.txt) - [J.2. Tool Sets](full-docs/txt/docguide-toolsets.txt) - [J.3. Building the Documentation with Make](full-docs/txt/docguide-build.txt) - [J.4. Building the Documentation with Meson](full-docs/txt/docguide-build-meson.txt) - [J.5. Documentation Authoring](full-docs/txt/docguide-authoring.txt) - [J.6. Style Guide](full-docs/txt/docguide-style.txt) - [K. PostgreSQL Limits](full-docs/txt/limits.txt) - [L. Acronyms](full-docs/txt/acronyms.txt) - [M. Glossary](full-docs/txt/glossary.txt) - [N. Color Support](full-docs/txt/color.txt) - [N.1. When Color is Used](full-docs/txt/color-when.txt) - [N.2. Configuring the Colors](full-docs/txt/color-which.txt) - [O. Obsolete or Renamed Features](full-docs/txt/appendix-obsolete.txt) - [O.1. recovery.conf file merged into postgresql.conf](full-docs/txt/recovery-config.txt) - [O.2. Default Roles Renamed to Predefined Roles](full-docs/txt/default-roles.txt) - [O.3. pg_xlogdump renamed to pg_waldump](full-docs/txt/pgxlogdump.txt) - [O.4. pg_resetxlog renamed to pg_resetwal](full-docs/txt/app-pgresetxlog.txt) - [O.5. pg_receivexlog renamed to pg_receivewal](full-docs/txt/app-pgreceivexlog.txt) - [A. PostgreSQL Error Codes](full-docs/txt/errcodes-appendix.txt) - [B. Date/Time Support](full-docs/txt/datetime-appendix.txt) - [B.1. Date/Time Input Interpretation](full-docs/txt/datetime-input-rules.txt) - [B.2. Handling of Invalid or Ambiguous Timestamps](full-docs/txt/datetime-invalid-input.txt) - [B.3. Date/Time Key Words](full-docs/txt/datetime-keywords.txt) - [B.4. Date/Time Configuration Files](full-docs/txt/datetime-config-files.txt) - [B.5. POSIX Time Zone Specifications](full-docs/txt/datetime-posix-timezone-specs.txt) - [B.6. History of Units](full-docs/txt/datetime-units-history.txt) - [B.7. Julian Dates](full-docs/txt/datetime-julian-dates.txt) - [C. SQL Key Words](full-docs/txt/sql-keywords-appendix.txt) - [D. SQL Conformance](full-docs/txt/features.txt) - [D.1. Supported Features](full-docs/txt/features-sql-standard.txt) - [D.2. Unsupported Features](full-docs/txt/unsupported-features-sql-standard.txt) - [D.3. XML Limits and Conformance to SQL/XML](full-docs/txt/xml-limits-conformance.txt) - [D.3.1. Queries Are Restricted to XPath 1.0](full-docs/txt/xml-limits-conformance.txt) - [D.3.2. Incidental Limits of the Implementation](full-docs/txt/xml-limits-conformance.txt) - [E. Release Notes](full-docs/txt/release.txt) - [E.1. Release 18](full-docs/txt/release-18.txt) - [E.1.1. Overview](full-docs/txt/release-18.txt) - [E.1.2. Migration to Version 18](full-docs/txt/release-18.txt) - [E.1.3. Changes](full-docs/txt/release-18.txt) - [E.1.4. Acknowledgments](full-docs/txt/release-18.txt) - [E.2. Prior Releases](full-docs/txt/release-prior.txt) - [F. Additional Supplied Modules and Extensions](full-docs/txt/contrib.txt) - [F.1. amcheck — tools to verify table and index consistency](full-docs/txt/amcheck.txt) - [F.1.1. Functions](full-docs/txt/amcheck.txt) - [F.1.2. Optional heapallindexed Verification](full-docs/txt/amcheck.txt) - [F.1.3. Using amcheck Effectively](full-docs/txt/amcheck.txt) - [F.1.4. Repairing Corruption](full-docs/txt/amcheck.txt) - [F.2. auth_delay — pause on authentication failure](full-docs/txt/auth-delay.txt) - [F.2.1. Configuration Parameters](full-docs/txt/auth-delay.txt) - [F.2.2. Author](full-docs/txt/auth-delay.txt) - [F.3. auto_explain — log execution plans of slow queries](full-docs/txt/auto-explain.txt) - [F.3.1. Configuration Parameters](full-docs/txt/auto-explain.txt) - [F.3.2. Example](full-docs/txt/auto-explain.txt) - [F.3.3. Author](full-docs/txt/auto-explain.txt) - [F.4. basebackup_to_shell — example "shell" pg_basebackup module](full-docs/txt/basebackup-to-shell.txt) - [F.4.1. Configuration Parameters](full-docs/txt/basebackup-to-shell.txt) - [F.4.2. Author](full-docs/txt/basebackup-to-shell.txt) - [F.5. basic_archive — an example WAL archive module](full-docs/txt/basic-archive.txt) - [F.5.1. Configuration Parameters](full-docs/txt/basic-archive.txt) - [F.5.2. Notes](full-docs/txt/basic-archive.txt) - [F.5.3. Author](full-docs/txt/basic-archive.txt) - [F.6. bloom — bloom filter index access method](full-docs/txt/bloom.txt) - [F.6.1. Parameters](full-docs/txt/bloom.txt) - [F.6.2. Examples](full-docs/txt/bloom.txt) - [F.6.3. Operator Class Interface](full-docs/txt/bloom.txt) - [F.6.4. Limitations](full-docs/txt/bloom.txt) - [F.6.5. Authors](full-docs/txt/bloom.txt) - [F.7. btree_gin — GIN operator classes with B-tree behavior](full-docs/txt/btree-gin.txt) - [F.7.1. Example Usage](full-docs/txt/btree-gin.txt) - [F.7.2. Authors](full-docs/txt/btree-gin.txt) - [F.8. btree_gist — GiST operator classes with B-tree behavior](full-docs/txt/btree-gist.txt) - [F.8.1. Example Usage](full-docs/txt/btree-gist.txt) - [F.8.2. Authors](full-docs/txt/btree-gist.txt) - [F.9. citext — a case-insensitive character string type](full-docs/txt/citext.txt) - [F.9.1. Rationale](full-docs/txt/citext.txt) - [F.9.2. How to Use It](full-docs/txt/citext.txt) - [F.9.3. String Comparison Behavior](full-docs/txt/citext.txt) - [F.9.4. Limitations](full-docs/txt/citext.txt) - [F.9.5. Author](full-docs/txt/citext.txt) - [F.10. cube — a multi-dimensional cube data type](full-docs/txt/cube.txt) - [F.10.1. Syntax](full-docs/txt/cube.txt) - [F.10.2. Precision](full-docs/txt/cube.txt) - [F.10.3. Usage](full-docs/txt/cube.txt) - [F.10.4. Defaults](full-docs/txt/cube.txt) - [F.10.5. Notes](full-docs/txt/cube.txt) - [F.10.6. Credits](full-docs/txt/cube.txt) - [F.11. dblink — connect to other PostgreSQL databases](full-docs/txt/dblink.txt) - [F.12. dict_int — example full-text search dictionary for integers](full-docs/txt/dict-int.txt) - [F.12.1. Configuration](full-docs/txt/dict-int.txt) - [F.12.2. Usage](full-docs/txt/dict-int.txt) - [F.13. dict_xsyn — example synonym full-text search dictionary](full-docs/txt/dict-xsyn.txt) - [F.13.1. Configuration](full-docs/txt/dict-xsyn.txt) - [F.13.2. Usage](full-docs/txt/dict-xsyn.txt) - [F.14. earthdistance — calculate great-circle distances](full-docs/txt/earthdistance.txt) - [F.14.1. Cube-Based Earth Distances](full-docs/txt/earthdistance.txt) - [F.14.2. Point-Based Earth Distances](full-docs/txt/earthdistance.txt) - [F.15. file_fdw — access data files in the server's file system](full-docs/txt/file-fdw.txt) - [F.16. fuzzystrmatch — determine string similarities and distance](full-docs/txt/fuzzystrmatch.txt) - [F.16.1. Soundex](full-docs/txt/fuzzystrmatch.txt) - [F.16.2. Daitch-Mokotoff Soundex](full-docs/txt/fuzzystrmatch.txt) - [F.16.3. Levenshtein](full-docs/txt/fuzzystrmatch.txt) - [F.16.4. Metaphone](full-docs/txt/fuzzystrmatch.txt) - [F.16.5. Double Metaphone](full-docs/txt/fuzzystrmatch.txt) - [F.17. hstore — hstore key/value datatype](full-docs/txt/hstore.txt) - [F.17.1. hstore External Representation](full-docs/txt/hstore.txt) - [F.17.2. hstore Operators and Functions](full-docs/txt/hstore.txt) - [F.17.3. Indexes](full-docs/txt/hstore.txt) - [F.17.4. Examples](full-docs/txt/hstore.txt) - [F.17.5. Statistics](full-docs/txt/hstore.txt) - [F.17.6. Compatibility](full-docs/txt/hstore.txt) - [F.17.7. Transforms](full-docs/txt/hstore.txt) - [F.17.8. Authors](full-docs/txt/hstore.txt) - [F.18. intagg — integer aggregator and enumerator](full-docs/txt/intagg.txt) - [F.18.1. Functions](full-docs/txt/intagg.txt) - [F.18.2. Sample Uses](full-docs/txt/intagg.txt) - [F.19. intarray — manipulate arrays of integers](full-docs/txt/intarray.txt) - [F.19.1. intarray Functions and Operators](full-docs/txt/intarray.txt) - [F.19.2. Index Support](full-docs/txt/intarray.txt) - [F.19.3. Example](full-docs/txt/intarray.txt) - [F.19.4. Benchmark](full-docs/txt/intarray.txt) - [F.19.5. Authors](full-docs/txt/intarray.txt) - [F.20. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)](full-docs/txt/isn.txt) - [F.20.1. Data Types](full-docs/txt/isn.txt) - [F.20.2. Casts](full-docs/txt/isn.txt) - [F.20.3. Functions and Operators](full-docs/txt/isn.txt) - [F.20.4. Configuration Parameters](full-docs/txt/isn.txt) - [F.20.5. Examples](full-docs/txt/isn.txt) - [F.20.6. Bibliography](full-docs/txt/isn.txt) - [F.20.7. Author](full-docs/txt/isn.txt) - [F.21. lo — manage large objects](full-docs/txt/lo.txt) - [F.21.1. Rationale](full-docs/txt/lo.txt) - [F.21.2. How to Use It](full-docs/txt/lo.txt) - [F.21.3. Limitations](full-docs/txt/lo.txt) - [F.21.4. Author](full-docs/txt/lo.txt) - [F.22. ltree — hierarchical tree-like data type](full-docs/txt/ltree.txt) - [F.22.1. Definitions](full-docs/txt/ltree.txt) - [F.22.2. Operators and Functions](full-docs/txt/ltree.txt) - [F.22.3. Indexes](full-docs/txt/ltree.txt) - [F.22.4. Example](full-docs/txt/ltree.txt) - [F.22.5. Transforms](full-docs/txt/ltree.txt) - [F.22.6. Authors](full-docs/txt/ltree.txt) - [F.23. pageinspect — low-level inspection of database pages](full-docs/txt/pageinspect.txt) - [F.23.1. General Functions](full-docs/txt/pageinspect.txt) - [F.23.2. Heap Functions](full-docs/txt/pageinspect.txt) - [F.23.3. B-Tree Functions](full-docs/txt/pageinspect.txt) - [F.23.4. BRIN Functions](full-docs/txt/pageinspect.txt) - [F.23.5. GIN Functions](full-docs/txt/pageinspect.txt) - [F.23.6. GiST Functions](full-docs/txt/pageinspect.txt) - [F.23.7. Hash Functions](full-docs/txt/pageinspect.txt) - [F.24. passwordcheck — verify password strength](full-docs/txt/passwordcheck.txt) - [F.24.1. Configuration Parameters](full-docs/txt/passwordcheck.txt) - [F.25. pg_buffercache — inspect PostgreSQL buffer cache state](full-docs/txt/pgbuffercache.txt) - [F.25.1. The pg_buffercache View](full-docs/txt/pgbuffercache.txt) - [F.25.2. The pg_buffercache_numa View](full-docs/txt/pgbuffercache.txt) - [F.25.3. The pg_buffercache_summary() Function](full-docs/txt/pgbuffercache.txt) - [F.25.4. The pg_buffercache_usage_counts() Function](full-docs/txt/pgbuffercache.txt) - [F.25.5. The pg_buffercache_evict() Function](full-docs/txt/pgbuffercache.txt) - [F.25.6. The pg_buffercache_evict_relation() Function](full-docs/txt/pgbuffercache.txt) - [F.25.7. The pg_buffercache_evict_all() Function](full-docs/txt/pgbuffercache.txt) - [F.25.8. Sample Output](full-docs/txt/pgbuffercache.txt) - [F.25.9. Authors](full-docs/txt/pgbuffercache.txt) - [F.26. pgcrypto — cryptographic functions](full-docs/txt/pgcrypto.txt) - [F.26.1. General Hashing Functions](full-docs/txt/pgcrypto.txt) - [F.26.2. Password Hashing Functions](full-docs/txt/pgcrypto.txt) - [F.26.3. PGP Encryption Functions](full-docs/txt/pgcrypto.txt) - [F.26.4. Raw Encryption Functions](full-docs/txt/pgcrypto.txt) - [F.26.5. Random-Data Functions](full-docs/txt/pgcrypto.txt) - [F.26.6. OpenSSL Support Functions](full-docs/txt/pgcrypto.txt) - [F.26.7. Configuration Parameters](full-docs/txt/pgcrypto.txt) - [F.26.8. Notes](full-docs/txt/pgcrypto.txt) - [F.26.9. Author](full-docs/txt/pgcrypto.txt) - [F.27. pg_freespacemap — examine the free space map](full-docs/txt/pgfreespacemap.txt) - [F.27.1. Functions](full-docs/txt/pgfreespacemap.txt) - [F.27.2. Sample Output](full-docs/txt/pgfreespacemap.txt) - [F.27.3. Author](full-docs/txt/pgfreespacemap.txt) - [F.28. pg_logicalinspect — logical decoding components inspection](full-docs/txt/pglogicalinspect.txt) - [F.28.1. Functions](full-docs/txt/pglogicalinspect.txt) - [F.28.2. Author](full-docs/txt/pglogicalinspect.txt) - [F.29. pg_overexplain — allow EXPLAIN to dump even more details](full-docs/txt/pgoverexplain.txt) - [F.29.1. EXPLAIN (DEBUG)](full-docs/txt/pgoverexplain.txt) - [F.29.2. EXPLAIN (RANGE_TABLE)](full-docs/txt/pgoverexplain.txt) - [F.29.3. Author](full-docs/txt/pgoverexplain.txt) - [F.30. pg_prewarm — preload relation data into buffer caches](full-docs/txt/pgprewarm.txt) - [F.30.1. Functions](full-docs/txt/pgprewarm.txt) - [F.30.2. Configuration Parameters](full-docs/txt/pgprewarm.txt) - [F.30.3. Author](full-docs/txt/pgprewarm.txt) - [F.31. pgrowlocks — show a table's row locking information](full-docs/txt/pgrowlocks.txt) - [F.31.1. Overview](full-docs/txt/pgrowlocks.txt) - [F.31.2. Sample Output](full-docs/txt/pgrowlocks.txt) - [F.31.3. Author](full-docs/txt/pgrowlocks.txt) - [F.32. pg_stat_statements — track statistics of SQL planning and execution](full-docs/txt/pgstatstatements.txt) - [F.32.1. The pg_stat_statements View](full-docs/txt/pgstatstatements.txt) - [F.32.2. The pg_stat_statements_info View](full-docs/txt/pgstatstatements.txt) - [F.32.3. Functions](full-docs/txt/pgstatstatements.txt) - [F.32.4. Configuration Parameters](full-docs/txt/pgstatstatements.txt) - [F.32.5. Sample Output](full-docs/txt/pgstatstatements.txt) - [F.32.6. Authors](full-docs/txt/pgstatstatements.txt) - [F.33. pgstattuple — obtain tuple-level statistics](full-docs/txt/pgstattuple.txt) - [F.33.1. Functions](full-docs/txt/pgstattuple.txt) - [F.33.2. Authors](full-docs/txt/pgstattuple.txt) - [F.34. pg_surgery — perform low-level surgery on relation data](full-docs/txt/pgsurgery.txt) - [F.34.1. Functions](full-docs/txt/pgsurgery.txt) - [F.34.2. Authors](full-docs/txt/pgsurgery.txt) - [F.35. pg_trgm — support for similarity of text using trigram matching](full-docs/txt/pgtrgm.txt) - [F.35.1. Trigram (or Trigraph) Concepts](full-docs/txt/pgtrgm.txt) - [F.35.2. Functions and Operators](full-docs/txt/pgtrgm.txt) - [F.35.3. GUC Parameters](full-docs/txt/pgtrgm.txt) - [F.35.4. Index Support](full-docs/txt/pgtrgm.txt) - [F.35.5. Text Search Integration](full-docs/txt/pgtrgm.txt) - [F.35.6. References](full-docs/txt/pgtrgm.txt) - [F.35.7. Authors](full-docs/txt/pgtrgm.txt) - [F.36. pg_visibility — visibility map information and utilities](full-docs/txt/pgvisibility.txt) - [F.36.1. Functions](full-docs/txt/pgvisibility.txt) - [F.36.2. Author](full-docs/txt/pgvisibility.txt) - [F.37. pg_walinspect — low-level WAL inspection](full-docs/txt/pgwalinspect.txt) - [F.37.1. General Functions](full-docs/txt/pgwalinspect.txt) - [F.37.2. Author](full-docs/txt/pgwalinspect.txt) - [F.38. postgres_fdw — access data stored in external PostgreSQL servers](full-docs/txt/postgres-fdw.txt) - [F.38.1. FDW Options of postgres_fdw](full-docs/txt/postgres-fdw.txt) - [F.38.2. Functions](full-docs/txt/postgres-fdw.txt) - [F.38.3. Connection Management](full-docs/txt/postgres-fdw.txt) - [F.38.4. Transaction Management](full-docs/txt/postgres-fdw.txt) - [F.38.5. Remote Query Optimization](full-docs/txt/postgres-fdw.txt) - [F.38.6. Remote Query Execution Environment](full-docs/txt/postgres-fdw.txt) - [F.38.7. Cross-Version Compatibility](full-docs/txt/postgres-fdw.txt) - [F.38.8. Wait Events](full-docs/txt/postgres-fdw.txt) - [F.38.9. Configuration Parameters](full-docs/txt/postgres-fdw.txt) - [F.38.10. Examples](full-docs/txt/postgres-fdw.txt) - [F.38.11. Author](full-docs/txt/postgres-fdw.txt) - [F.39. seg — a datatype for line segments or floating point intervals](full-docs/txt/seg.txt) - [F.39.1. Rationale](full-docs/txt/seg.txt) - [F.39.2. Syntax](full-docs/txt/seg.txt) - [F.39.3. Precision](full-docs/txt/seg.txt) - [F.39.4. Usage](full-docs/txt/seg.txt) - [F.39.5. Notes](full-docs/txt/seg.txt) - [F.39.6. Credits](full-docs/txt/seg.txt) - [F.40. sepgsql — SELinux-, label-based mandatory access control (MAC) security module](full-docs/txt/sepgsql.txt) - [F.40.1. Overview](full-docs/txt/sepgsql.txt) - [F.40.2. Installation](full-docs/txt/sepgsql.txt) - [F.40.3. Regression Tests](full-docs/txt/sepgsql.txt) - [F.40.4. GUC Parameters](full-docs/txt/sepgsql.txt) - [F.40.5. Features](full-docs/txt/sepgsql.txt) - [F.40.6. Sepgsql Functions](full-docs/txt/sepgsql.txt) - [F.40.7. Limitations](full-docs/txt/sepgsql.txt) - [F.40.8. External Resources](full-docs/txt/sepgsql.txt) - [F.40.9. Author](full-docs/txt/sepgsql.txt) - [F.41. spi — Server Programming Interface features/examples](full-docs/txt/contrib-spi.txt) - [F.41.1. refint — Functions for Implementing Referential Integrity](full-docs/txt/contrib-spi.txt) - [F.41.2. autoinc — Functions for Autoincrementing Fields](full-docs/txt/contrib-spi.txt) - [F.41.3. insert_username — Functions for Tracking Who Changed a Table](full-docs/txt/contrib-spi.txt) - [F.41.4. moddatetime — Functions for Tracking Last Modification Time](full-docs/txt/contrib-spi.txt) - [F.42. sslinfo — obtain client SSL information](full-docs/txt/sslinfo.txt) - [F.42.1. Functions Provided](full-docs/txt/sslinfo.txt) - [F.42.2. Author](full-docs/txt/sslinfo.txt) - [F.43. tablefunc — functions that return tables (crosstab and others)](full-docs/txt/tablefunc.txt) - [F.43.1. Functions Provided](full-docs/txt/tablefunc.txt) - [F.43.2. Author](full-docs/txt/tablefunc.txt) - [F.44. tcn — a trigger function to notify listeners of changes to table content](full-docs/txt/tcn.txt) - [F.45. test_decoding — SQL-based test/example module for WAL logical decoding](full-docs/txt/test-decoding.txt) - [F.46. tsm_system_rows — the SYSTEM_ROWS sampling method for TABLESAMPLE](full-docs/txt/tsm-system-rows.txt) - [F.46.1. Examples](full-docs/txt/tsm-system-rows.txt) - [F.47. tsm_system_time — the SYSTEM_TIME sampling method for TABLESAMPLE](full-docs/txt/tsm-system-time.txt) - [F.47.1. Examples](full-docs/txt/tsm-system-time.txt) - [F.48. unaccent — a text search dictionary which removes diacritics](full-docs/txt/unaccent.txt) - [F.48.1. Configuration](full-docs/txt/unaccent.txt) - [F.48.2. Usage](full-docs/txt/unaccent.txt) - [F.48.3. Functions](full-docs/txt/unaccent.txt) - [F.49. uuid-ossp — a UUID generator](full-docs/txt/uuid-ossp.txt) - [F.49.1. uuid-ossp Functions](full-docs/txt/uuid-ossp.txt) - [F.49.2. Building uuid-ossp](full-docs/txt/uuid-ossp.txt) - [F.49.3. Author](full-docs/txt/uuid-ossp.txt) - [F.50. xml2 — XPath querying and XSLT functionality](full-docs/txt/xml2.txt) - [F.50.1. Deprecation Notice](full-docs/txt/xml2.txt) - [F.50.2. Description of Functions](full-docs/txt/xml2.txt) - [F.50.3. xpath_table](full-docs/txt/xml2.txt) - [F.50.4. XSLT Functions](full-docs/txt/xml2.txt) - [F.50.5. Author](full-docs/txt/xml2.txt) - [G. Additional Supplied Programs](full-docs/txt/contrib-prog.txt) - [G.1. Client Applications](full-docs/txt/contrib-prog-client.txt) - [G.2. Server Applications](full-docs/txt/contrib-prog-server.txt) - [H. External Projects](full-docs/txt/external-projects.txt) - [H.1. Client Interfaces](full-docs/txt/external-interfaces.txt) - [H.2. Administration Tools](full-docs/txt/external-admin-tools.txt) - [H.3. Procedural Languages](full-docs/txt/external-pl.txt) - [H.4. Extensions](full-docs/txt/external-extensions.txt) - [I. The Source Code Repository](full-docs/txt/sourcerepo.txt) - [I.1. Getting the Source via Git](full-docs/txt/git.txt) - [J. Documentation](full-docs/txt/docguide.txt) - [J.1. DocBook](full-docs/txt/docguide-docbook.txt) - [J.2. Tool Sets](full-docs/txt/docguide-toolsets.txt) - [J.2.1. Installation on Fedora, RHEL, and Derivatives](full-docs/txt/docguide-toolsets.txt) - [J.2.2. Installation on FreeBSD](full-docs/txt/docguide-toolsets.txt) - [J.2.3. Debian Packages](full-docs/txt/docguide-toolsets.txt) - [J.2.4. macOS](full-docs/txt/docguide-toolsets.txt) - [J.2.5. Detection by configure](full-docs/txt/docguide-toolsets.txt) - [J.3. Building the Documentation with Make](full-docs/txt/docguide-build.txt) - [J.3.1. HTML](full-docs/txt/docguide-build.txt) - [J.3.2. Manpages](full-docs/txt/docguide-build.txt) - [J.3.3. PDF](full-docs/txt/docguide-build.txt) - [J.3.4. Syntax Check](full-docs/txt/docguide-build.txt) - [J.4. Building the Documentation with Meson](full-docs/txt/docguide-build-meson.txt) - [J.5. Documentation Authoring](full-docs/txt/docguide-authoring.txt) - [J.5.1. Emacs](full-docs/txt/docguide-authoring.txt) - [J.6. Style Guide](full-docs/txt/docguide-style.txt) - [J.6.1. Reference Pages](full-docs/txt/docguide-style.txt) - [K. PostgreSQL Limits](full-docs/txt/limits.txt) - [L. Acronyms](full-docs/txt/acronyms.txt) - [M. Glossary](full-docs/txt/glossary.txt) - [N. Color Support](full-docs/txt/color.txt) - [N.1. When Color is Used](full-docs/txt/color-when.txt) - [N.2. Configuring the Colors](full-docs/txt/color-which.txt) - [O. Obsolete or Renamed Features](full-docs/txt/appendix-obsolete.txt) - [O.1. recovery.conf file merged into postgresql.conf](full-docs/txt/recovery-config.txt) - [O.2. Default Roles Renamed to Predefined Roles](full-docs/txt/default-roles.txt) - [O.3. pg_xlogdump renamed to pg_waldump](full-docs/txt/pgxlogdump.txt) - [O.4. pg_resetxlog renamed to pg_resetwal](full-docs/txt/app-pgresetxlog.txt) - [O.5. pg_receivexlog renamed to pg_receivewal](full-docs/txt/app-pgreceivexlog.txt) - [Bibliography](full-docs/txt/biblio.txt) - [Index](full-docs/txt/bookindex.txt) - [1.1. Installation](full-docs/txt/tutorial-install.txt) - [1.2. Architectural Fundamentals](full-docs/txt/tutorial-arch.txt) - [1.3. Creating a Database](full-docs/txt/tutorial-createdb.txt) - [1.4. Accessing a Database](full-docs/txt/tutorial-accessdb.txt) - [2.1. Introduction](full-docs/txt/tutorial-sql-intro.txt) - [2.2. Concepts](full-docs/txt/tutorial-concepts.txt) - [2.3. Creating a New Table](full-docs/txt/tutorial-table.txt) - [2.4. Populating a Table With Rows](full-docs/txt/tutorial-populate.txt) - [2.5. Querying a Table](full-docs/txt/tutorial-select.txt) - [2.6. Joins Between Tables](full-docs/txt/tutorial-join.txt) - [2.7. Aggregate Functions](full-docs/txt/tutorial-agg.txt) - [2.8. Updates](full-docs/txt/tutorial-update.txt) - [2.9. Deletions](full-docs/txt/tutorial-delete.txt) - [3.1. Introduction](full-docs/txt/tutorial-advanced-intro.txt) - [3.2. Views](full-docs/txt/tutorial-views.txt) - [3.3. Foreign Keys](full-docs/txt/tutorial-fk.txt) - [3.4. Transactions](full-docs/txt/tutorial-transactions.txt) - [3.5. Window Functions](full-docs/txt/tutorial-window.txt) - [3.6. Inheritance](full-docs/txt/tutorial-inheritance.txt) - [3.7. Conclusion](full-docs/txt/tutorial-conclusion.txt) - [4.1. Lexical Structure](full-docs/txt/sql-syntax-lexical.txt) - 4.1.1. Identifiers and Key Words - 4.1.2. Constants - 4.1.3. Operators - 4.1.4. Special Characters - 4.1.5. Comments - 4.1.6. Operator Precedence - [4.2. Value Expressions](full-docs/txt/sql-expressions.txt) - 4.2.1. Column References - 4.2.2. Positional Parameters - 4.2.3. Subscripts - 4.2.4. Field Selection - 4.2.5. Operator Invocations - 4.2.6. Function Calls - 4.2.7. Aggregate Expressions - 4.2.8. Window Function Calls - 4.2.9. Type Casts - 4.2.10. Collation Expressions - 4.2.11. Scalar Subqueries - 4.2.12. Array Constructors - 4.2.13. Row Constructors - 4.2.14. Expression Evaluation Rules - [4.3. Calling Functions](full-docs/txt/sql-syntax-calling-funcs.txt) - 4.3.1. Using Positional Notation - 4.3.2. Using Named Notation - 4.3.3. Using Mixed Notation - [5.1. Table Basics](full-docs/txt/ddl-basics.txt) - [5.2. Default Values](full-docs/txt/ddl-default.txt) - [5.3. Identity Columns](full-docs/txt/ddl-identity-columns.txt) - [5.4. Generated Columns](full-docs/txt/ddl-generated-columns.txt) - [5.5. Constraints](full-docs/txt/ddl-constraints.txt) - 5.5.1. Check Constraints - 5.5.2. Not-Null Constraints - 5.5.3. Unique Constraints - 5.5.4. Primary Keys - 5.5.5. Foreign Keys - 5.5.6. Exclusion Constraints - [5.6. System Columns](full-docs/txt/ddl-system-columns.txt) - [5.7. Modifying Tables](full-docs/txt/ddl-alter.txt) - 5.7.1. Adding a Column - 5.7.2. Removing a Column - 5.7.3. Adding a Constraint - 5.7.4. Removing a Constraint - 5.7.5. Changing a Column's Default Value - 5.7.6. Changing a Column's Data Type - 5.7.7. Renaming a Column - 5.7.8. Renaming a Table - [5.8. Privileges](full-docs/txt/ddl-priv.txt) - [5.9. Row Security Policies](full-docs/txt/ddl-rowsecurity.txt) - [5.10. Schemas](full-docs/txt/ddl-schemas.txt) - 5.10.1. Creating a Schema - 5.10.2. The Public Schema - 5.10.3. The Schema Search Path - 5.10.4. Schemas and Privileges - 5.10.5. The System Catalog Schema - 5.10.6. Usage Patterns - 5.10.7. Portability - [5.11. Inheritance](full-docs/txt/ddl-inherit.txt) - 5.11.1. Caveats - [5.12. Table Partitioning](full-docs/txt/ddl-partitioning.txt) - 5.12.1. Overview - 5.12.2. Declarative Partitioning - 5.12.3. Partitioning Using Inheritance - 5.12.4. Partition Pruning - 5.12.5. Partitioning and Constraint Exclusion - 5.12.6. Best Practices for Declarative Partitioning - [5.13. Foreign Data](full-docs/txt/ddl-foreign-data.txt) - [5.14. Other Database Objects](full-docs/txt/ddl-others.txt) - [5.15. Dependency Tracking](full-docs/txt/ddl-depend.txt) - [6.1. Inserting Data](full-docs/txt/dml-insert.txt) - [6.2. Updating Data](full-docs/txt/dml-update.txt) - [6.3. Deleting Data](full-docs/txt/dml-delete.txt) - [6.4. Returning Data from Modified Rows](full-docs/txt/dml-returning.txt) - [7.1. Overview](full-docs/txt/queries-overview.txt) - [7.2. Table Expressions](full-docs/txt/queries-table-expressions.txt) - 7.2.1. The FROM Clause - 7.2.2. The WHERE Clause - 7.2.3. The GROUP BY and HAVING Clauses - 7.2.4. GROUPING SETS, CUBE, and ROLLUP - 7.2.5. Window Function Processing - [7.3. Select Lists](full-docs/txt/queries-select-lists.txt) - 7.3.1. Select-List Items - 7.3.2. Column Labels - 7.3.3. DISTINCT - [7.4. Combining Queries (UNION, INTERSECT, EXCEPT)](full-docs/txt/queries-union.txt) - [7.5. Sorting Rows (ORDER BY)](full-docs/txt/queries-order.txt) - [7.6. LIMIT and OFFSET](full-docs/txt/queries-limit.txt) - [7.7. VALUES Lists](full-docs/txt/queries-values.txt) - [7.8. WITH Queries (Common Table Expressions)](full-docs/txt/queries-with.txt) - 7.8.1. SELECT in WITH - 7.8.2. Recursive Queries - 7.8.3. Common Table Expression Materialization - 7.8.4. Data-Modifying Statements in WITH - [8.1. Numeric Types](full-docs/txt/datatype-numeric.txt) - 8.1.1. Integer Types - 8.1.2. Arbitrary Precision Numbers - 8.1.3. Floating-Point Types - 8.1.4. Serial Types - [8.2. Monetary Types](full-docs/txt/datatype-money.txt) - [8.3. Character Types](full-docs/txt/datatype-character.txt) - [8.4. Binary Data Types](full-docs/txt/datatype-binary.txt) - 8.4.1. bytea Hex Format - 8.4.2. bytea Escape Format - [8.5. Date/Time Types](full-docs/txt/datatype-datetime.txt) - 8.5.1. Date/Time Input - 8.5.2. Date/Time Output - 8.5.3. Time Zones - 8.5.4. Interval Input - 8.5.5. Interval Output - [8.6. Boolean Type](full-docs/txt/datatype-boolean.txt) - [8.7. Enumerated Types](full-docs/txt/datatype-enum.txt) - 8.7.1. Declaration of Enumerated Types - 8.7.2. Ordering - 8.7.3. Type Safety - 8.7.4. Implementation Details - [8.8. Geometric Types](full-docs/txt/datatype-geometric.txt) - 8.8.1. Points - 8.8.2. Lines - 8.8.3. Line Segments - 8.8.4. Boxes - 8.8.5. Paths - 8.8.6. Polygons - 8.8.7. Circles - [8.9. Network Address Types](full-docs/txt/datatype-net-types.txt) - 8.9.1. inet - 8.9.2. cidr - 8.9.3. inet vs. cidr - 8.9.4. macaddr - 8.9.5. macaddr8 - [8.10. Bit String Types](full-docs/txt/datatype-bit.txt) - [8.11. Text Search Types](full-docs/txt/datatype-textsearch.txt) - 8.11.1. tsvector - 8.11.2. tsquery - [8.12. UUID Type](full-docs/txt/datatype-uuid.txt) - [8.13. XML Type](full-docs/txt/datatype-xml.txt) - 8.13.1. Creating XML Values - 8.13.2. Encoding Handling - 8.13.3. Accessing XML Values - [8.14. JSON Types](full-docs/txt/datatype-json.txt) - 8.14.1. JSON Input and Output Syntax - 8.14.2. Designing JSON Documents - 8.14.3. jsonb Containment and Existence - 8.14.4. jsonb Indexing - 8.14.5. jsonb Subscripting - 8.14.6. Transforms - 8.14.7. jsonpath Type - [8.15. Arrays](full-docs/txt/arrays.txt) - 8.15.1. Declaration of Array Types - 8.15.2. Array Value Input - 8.15.3. Accessing Arrays - 8.15.4. Modifying Arrays - 8.15.5. Searching in Arrays - 8.15.6. Array Input and Output Syntax - [8.16. Composite Types](full-docs/txt/rowtypes.txt) - 8.16.1. Declaration of Composite Types - 8.16.2. Constructing Composite Values - 8.16.3. Accessing Composite Types - 8.16.4. Modifying Composite Types - 8.16.5. Using Composite Types in Queries - 8.16.6. Composite Type Input and Output Syntax - [8.17. Range Types](full-docs/txt/rangetypes.txt) - 8.17.1. Built-in Range and Multirange Types - 8.17.2. Examples - 8.17.3. Inclusive and Exclusive Bounds - 8.17.4. Infinite (Unbounded) Ranges - 8.17.5. Range Input/Output - 8.17.6. Constructing Ranges and Multiranges - 8.17.7. Discrete Range Types - 8.17.8. Defining New Range Types - 8.17.9. Indexing - 8.17.10. Constraints on Ranges - [8.18. Domain Types](full-docs/txt/domains.txt) - [8.19. Object Identifier Types](full-docs/txt/datatype-oid.txt) - [8.20. pg_lsn Type](full-docs/txt/datatype-pg-lsn.txt) - [8.21. Pseudo-Types](full-docs/txt/datatype-pseudo.txt) - [9.1. Logical Operators](full-docs/txt/functions-logical.txt) - [9.2. Comparison Functions and Operators](full-docs/txt/functions-comparison.txt) - [9.3. Mathematical Functions and Operators](full-docs/txt/functions-math.txt) - [9.4. String Functions and Operators](full-docs/txt/functions-string.txt) - 9.4.1. format - [9.5. Binary String Functions and Operators](full-docs/txt/functions-binarystring.txt) - [9.6. Bit String Functions and Operators](full-docs/txt/functions-bitstring.txt) - [9.7. Pattern Matching](full-docs/txt/functions-matching.txt) - 9.7.1. LIKE - 9.7.2. SIMILAR TO Regular Expressions - 9.7.3. POSIX Regular Expressions - [9.8. Data Type Formatting Functions](full-docs/txt/functions-formatting.txt) - [9.9. Date/Time Functions and Operators](full-docs/txt/functions-datetime.txt) - 9.9.1. EXTRACT, date_part - 9.9.2. date_trunc - 9.9.3. date_bin - 9.9.4. AT TIME ZONE and AT LOCAL - 9.9.5. Current Date/Time - 9.9.6. Delaying Execution - [9.10. Enum Support Functions](full-docs/txt/functions-enum.txt) - [9.11. Geometric Functions and Operators](full-docs/txt/functions-geometry.txt) - [9.12. Network Address Functions and Operators](full-docs/txt/functions-net.txt) - [9.13. Text Search Functions and Operators](full-docs/txt/functions-textsearch.txt) - [9.14. UUID Functions](full-docs/txt/functions-uuid.txt) - [9.15. XML Functions](full-docs/txt/functions-xml.txt) - 9.15.1. Producing XML Content - 9.15.2. XML Predicates - 9.15.3. Processing XML - 9.15.4. Mapping Tables to XML - [9.16. JSON Functions and Operators](full-docs/txt/functions-json.txt) - 9.16.1. Processing and Creating JSON Data - 9.16.2. The SQL/JSON Path Language - 9.16.3. SQL/JSON Query Functions - 9.16.4. JSON_TABLE - [9.17. Sequence Manipulation Functions](full-docs/txt/functions-sequence.txt) - [9.18. Conditional Expressions](full-docs/txt/functions-conditional.txt) - 9.18.1. CASE - 9.18.2. COALESCE - 9.18.3. NULLIF - 9.18.4. GREATEST and LEAST - [9.19. Array Functions and Operators](full-docs/txt/functions-array.txt) - [9.20. Range/Multirange Functions and Operators](full-docs/txt/functions-range.txt) - [9.21. Aggregate Functions](full-docs/txt/functions-aggregate.txt) - [9.22. Window Functions](full-docs/txt/functions-window.txt) - [9.23. Merge Support Functions](full-docs/txt/functions-merge-support.txt) - [9.24. Subquery Expressions](full-docs/txt/functions-subquery.txt) - 9.24.1. EXISTS - 9.24.2. IN - 9.24.3. NOT IN - 9.24.4. ANY/SOME - 9.24.5. ALL - 9.24.6. Single-Row Comparison - [9.25. Row and Array Comparisons](full-docs/txt/functions-comparisons.txt) - 9.25.1. IN - 9.25.2. NOT IN - 9.25.3. ANY/SOME (array) - 9.25.4. ALL (array) - 9.25.5. Row Constructor Comparison - 9.25.6. Composite Type Comparison - [9.26. Set Returning Functions](full-docs/txt/functions-srf.txt) - [9.27. System Information Functions and Operators](full-docs/txt/functions-info.txt) - 9.27.1. Session Information Functions - 9.27.2. Access Privilege Inquiry Functions - 9.27.3. Schema Visibility Inquiry Functions - 9.27.4. System Catalog Information Functions - 9.27.5. Object Information and Addressing Functions - 9.27.6. Comment Information Functions - 9.27.7. Data Validity Checking Functions - 9.27.8. Transaction ID and Snapshot Information Functions - 9.27.9. Committed Transaction Information Functions - 9.27.10. Control Data Functions - 9.27.11. Version Information Functions - 9.27.12. WAL Summarization Information Functions - [9.28. System Administration Functions](full-docs/txt/functions-admin.txt) - 9.28.1. Configuration Settings Functions - 9.28.2. Server Signaling Functions - 9.28.3. Backup Control Functions - 9.28.4. Recovery Control Functions - 9.28.5. Snapshot Synchronization Functions - 9.28.6. Replication Management Functions - 9.28.7. Database Object Management Functions - 9.28.8. Index Maintenance Functions - 9.28.9. Generic File Access Functions - 9.28.10. Advisory Lock Functions - [9.29. Trigger Functions](full-docs/txt/functions-trigger.txt) - [9.30. Event Trigger Functions](full-docs/txt/functions-event-triggers.txt) - 9.30.1. Capturing Changes at Command End - 9.30.2. Processing Objects Dropped by a DDL Command - 9.30.3. Handling a Table Rewrite Event - [9.31. Statistics Information Functions](full-docs/txt/functions-statistics.txt) - 9.31.1. Inspecting MCV Lists - [10.1. Overview](full-docs/txt/typeconv-overview.txt) - [10.2. Operators](full-docs/txt/typeconv-oper.txt) - [10.3. Functions](full-docs/txt/typeconv-func.txt) - [10.4. Value Storage](full-docs/txt/typeconv-query.txt) - [10.5. UNION, CASE, and Related Constructs](full-docs/txt/typeconv-union-case.txt) - [10.6. SELECT Output Columns](full-docs/txt/typeconv-select.txt) - [11.1. Introduction](full-docs/txt/indexes-intro.txt) - [11.2. Index Types](full-docs/txt/indexes-types.txt) - 11.2.1. B-Tree - 11.2.2. Hash - 11.2.3. GiST - 11.2.4. SP-GiST - 11.2.5. GIN - 11.2.6. BRIN - [11.3. Multicolumn Indexes](full-docs/txt/indexes-multicolumn.txt) - [11.4. Indexes and ORDER BY](full-docs/txt/indexes-ordering.txt) - [11.5. Combining Multiple Indexes](full-docs/txt/indexes-bitmap-scans.txt) - [11.6. Unique Indexes](full-docs/txt/indexes-unique.txt) - [11.7. Indexes on Expressions](full-docs/txt/indexes-expressional.txt) - [11.8. Partial Indexes](full-docs/txt/indexes-partial.txt) - [11.9. Index-Only Scans and Covering Indexes](full-docs/txt/indexes-index-only-scans.txt) - [11.10. Operator Classes and Operator Families](full-docs/txt/indexes-opclass.txt) - [11.11. Indexes and Collations](full-docs/txt/indexes-collations.txt) - [11.12. Examining Index Usage](full-docs/txt/indexes-examine.txt) - [12.1. Introduction](full-docs/txt/textsearch-intro.txt) - 12.1.1. What Is a Document? - 12.1.2. Basic Text Matching - 12.1.3. Configurations - [12.2. Tables and Indexes](full-docs/txt/textsearch-tables.txt) - 12.2.1. Searching a Table - 12.2.2. Creating Indexes - [12.3. Controlling Text Search](full-docs/txt/textsearch-controls.txt) - 12.3.1. Parsing Documents - 12.3.2. Parsing Queries - 12.3.3. Ranking Search Results - 12.3.4. Highlighting Results - [12.4. Additional Features](full-docs/txt/textsearch-features.txt) - 12.4.1. Manipulating Documents - 12.4.2. Manipulating Queries - 12.4.3. Triggers for Automatic Updates - 12.4.4. Gathering Document Statistics - [12.5. Parsers](full-docs/txt/textsearch-parsers.txt) - [12.6. Dictionaries](full-docs/txt/textsearch-dictionaries.txt) - 12.6.1. Stop Words - 12.6.2. Simple Dictionary - 12.6.3. Synonym Dictionary - 12.6.4. Thesaurus Dictionary - 12.6.5. Ispell Dictionary - 12.6.6. Snowball Dictionary - [12.7. Configuration Example](full-docs/txt/textsearch-configuration.txt) - [12.8. Testing and Debugging Text Search](full-docs/txt/textsearch-debugging.txt) - 12.8.1. Configuration Testing - 12.8.2. Parser Testing - 12.8.3. Dictionary Testing - [12.9. Preferred Index Types for Text Search](full-docs/txt/textsearch-indexes.txt) - [12.10. psql Support](full-docs/txt/textsearch-psql.txt) - [12.11. Limitations](full-docs/txt/textsearch-limitations.txt) - [13.1. Introduction](full-docs/txt/mvcc-intro.txt) - [13.2. Transaction Isolation](full-docs/txt/transaction-iso.txt) - 13.2.1. Read Committed Isolation Level - 13.2.2. Repeatable Read Isolation Level - 13.2.3. Serializable Isolation Level - [13.3. Explicit Locking](full-docs/txt/explicit-locking.txt) - 13.3.1. Table-Level Locks - 13.3.2. Row-Level Locks - 13.3.3. Page-Level Locks - 13.3.4. Deadlocks - 13.3.5. Advisory Locks - [13.4. Data Consistency Checks at the Application Level](full-docs/txt/applevel-consistency.txt) - 13.4.1. Enforcing Consistency with Serializable Transactions - 13.4.2. Enforcing Consistency with Explicit Blocking Locks - [13.5. Serialization Failure Handling](full-docs/txt/mvcc-serialization-failure-handling.txt) - [13.6. Caveats](full-docs/txt/mvcc-caveats.txt) - [13.7. Locking and Indexes](full-docs/txt/locking-indexes.txt) - [14.1. Using EXPLAIN](full-docs/txt/using-explain.txt) - 14.1.1. EXPLAIN Basics - 14.1.2. EXPLAIN ANALYZE - 14.1.3. Caveats - [14.2. Statistics Used by the Planner](full-docs/txt/planner-stats.txt) - 14.2.1. Single-Column Statistics - 14.2.2. Extended Statistics - [14.3. Controlling the Planner with Explicit JOIN Clauses](full-docs/txt/explicit-joins.txt) - [14.4. Populating a Database](full-docs/txt/populate.txt) - 14.4.1. Disable Autocommit - 14.4.2. Use COPY - 14.4.3. Remove Indexes - 14.4.4. Remove Foreign Key Constraints - 14.4.5. Increase maintenance_work_mem - 14.4.6. Increase max_wal_size - 14.4.7. Disable WAL Archival and Streaming Replication - 14.4.8. Run ANALYZE Afterwards - 14.4.9. Some Notes about pg_dump - [14.5. Non-Durable Settings](full-docs/txt/non-durability.txt) - [15.1. How Parallel Query Works](full-docs/txt/how-parallel-query-works.txt) - [15.2. When Can Parallel Query Be Used?](full-docs/txt/when-can-parallel-query-be-used.txt) - [15.3. Parallel Plans](full-docs/txt/parallel-plans.txt) - 15.3.1. Parallel Scans - 15.3.2. Parallel Joins - 15.3.3. Parallel Aggregation - 15.3.4. Parallel Append - 15.3.5. Parallel Plan Tips - [15.4. Parallel Safety](full-docs/txt/parallel-safety.txt) - 15.4.1. Parallel Labeling for Functions and Aggregates - [17.1. Requirements](full-docs/txt/install-requirements.txt) - [17.2. Getting the Source](full-docs/txt/install-getsource.txt) - [17.3. Building and Installation with Autoconf and Make](full-docs/txt/install-make.txt) - 17.3.1. Short Version - 17.3.2. Installation Procedure - 17.3.3. configure Options - 17.3.4. configure Environment Variables - [17.4. Building and Installation with Meson](full-docs/txt/install-meson.txt) - 17.4.1. Short Version - 17.4.2. Installation Procedure - 17.4.3. meson setup Options - 17.4.4. meson Build Targets - [17.5. Post-Installation Setup](full-docs/txt/install-post.txt) - 17.5.1. Shared Libraries - 17.5.2. Environment Variables - [17.6. Supported Platforms](full-docs/txt/supported-platforms.txt) - [17.7. Platform-Specific Notes](full-docs/txt/installation-platform-notes.txt) - 17.7.1. Cygwin - 17.7.2. macOS - 17.7.3. MinGW - 17.7.4. Solaris - 17.7.5. Visual Studio - [18.1. The PostgreSQL User Account](full-docs/txt/postgres-user.txt) - [18.2. Creating a Database Cluster](full-docs/txt/creating-cluster.txt) - 18.2.1. Use of Secondary File Systems - 18.2.2. File Systems - [18.3. Starting the Database Server](full-docs/txt/server-start.txt) - 18.3.1. Server Start-up Failures - 18.3.2. Client Connection Problems - [18.4. Managing Kernel Resources](full-docs/txt/kernel-resources.txt) - 18.4.1. Shared Memory and Semaphores - 18.4.2. systemd RemoveIPC - 18.4.3. Resource Limits - 18.4.4. Linux Memory Overcommit - 18.4.5. Linux Huge Pages - [18.5. Shutting Down the Server](full-docs/txt/server-shutdown.txt) - [18.6. Upgrading a PostgreSQL Cluster](full-docs/txt/upgrading.txt) - 18.6.1. Upgrading Data via pg_dumpall - 18.6.2. Upgrading Data via pg_upgrade - 18.6.3. Upgrading Data via Replication - [18.7. Preventing Server Spoofing](full-docs/txt/preventing-server-spoofing.txt) - [18.8. Encryption Options](full-docs/txt/encryption-options.txt) - [18.9. Secure TCP/IP Connections with SSL](full-docs/txt/ssl-tcp.txt) - 18.9.1. Basic Setup - 18.9.2. OpenSSL Configuration - 18.9.3. Using Client Certificates - 18.9.4. SSL Server File Usage - 18.9.5. Creating Certificates - [18.10. Secure TCP/IP Connections with GSSAPI Encryption](full-docs/txt/gssapi-enc.txt) - 18.10.1. Basic Setup - [18.11. Secure TCP/IP Connections with SSH Tunnels](full-docs/txt/ssh-tunnels.txt) - [18.12. Registering Event Log on Windows](full-docs/txt/event-log-registration.txt) - [19.1. Setting Parameters](full-docs/txt/config-setting.txt) - 19.1.1. Parameter Names and Values - 19.1.2. Parameter Interaction via the Configuration File - 19.1.3. Parameter Interaction via SQL - 19.1.4. Parameter Interaction via the Shell - 19.1.5. Managing Configuration File Contents - [19.2. File Locations](full-docs/txt/runtime-config-file-locations.txt) - [19.3. Connections and Authentication](full-docs/txt/runtime-config-connection.txt) - 19.3.1. Connection Settings - 19.3.2. TCP Settings - 19.3.3. Authentication - 19.3.4. SSL - [19.4. Resource Consumption](full-docs/txt/runtime-config-resource.txt) - 19.4.1. Memory - 19.4.2. Disk - 19.4.3. Kernel Resource Usage - 19.4.4. Background Writer - 19.4.5. I/O - 19.4.6. Worker Processes - [19.5. Write Ahead Log](full-docs/txt/runtime-config-wal.txt) - 19.5.1. Settings - 19.5.2. Checkpoints - 19.5.3. Archiving - 19.5.4. Recovery - 19.5.5. Archive Recovery - 19.5.6. Recovery Target - 19.5.7. WAL Summarization - [19.6. Replication](full-docs/txt/runtime-config-replication.txt) - 19.6.1. Sending Servers - 19.6.2. Primary Server - 19.6.3. Standby Servers - 19.6.4. Subscribers - [19.7. Query Planning](full-docs/txt/runtime-config-query.txt) - 19.7.1. Planner Method Configuration - 19.7.2. Planner Cost Constants - 19.7.3. Genetic Query Optimizer - 19.7.4. Other Planner Options - [19.8. Error Reporting and Logging](full-docs/txt/runtime-config-logging.txt) - 19.8.1. Where to Log - 19.8.2. When to Log - 19.8.3. What to Log - 19.8.4. Using CSV-Format Log Output - 19.8.5. Using JSON-Format Log Output - 19.8.6. Process Title - [19.9. Run-time Statistics](full-docs/txt/runtime-config-statistics.txt) - 19.9.1. Cumulative Query and Index Statistics - 19.9.2. Statistics Monitoring - [19.10. Vacuuming](full-docs/txt/runtime-config-vacuum.txt) - 19.10.1. Automatic Vacuuming - 19.10.2. Cost-based Vacuum Delay - 19.10.3. Default Behavior - 19.10.4. Freezing - [19.11. Client Connection Defaults](full-docs/txt/runtime-config-client.txt) - 19.11.1. Statement Behavior - 19.11.2. Locale and Formatting - 19.11.3. Shared Library Preloading - 19.11.4. Other Defaults - [19.12. Lock Management](full-docs/txt/runtime-config-locks.txt) - [19.13. Version and Platform Compatibility](full-docs/txt/runtime-config-compatible.txt) - 19.13.1. Previous PostgreSQL Versions - 19.13.2. Platform and Client Compatibility - [19.14. Error Handling](full-docs/txt/runtime-config-error-handling.txt) - [19.15. Preset Options](full-docs/txt/runtime-config-preset.txt) - [19.16. Customized Options](full-docs/txt/runtime-config-custom.txt) - [19.17. Developer Options](full-docs/txt/runtime-config-developer.txt) - [19.18. Short Options](full-docs/txt/runtime-config-short.txt) - [20.1. The pg_hba.conf File](full-docs/txt/auth-pg-hba-conf.txt) - [20.2. User Name Maps](full-docs/txt/auth-username-maps.txt) - [20.3. Authentication Methods](full-docs/txt/auth-methods.txt) - [20.4. Trust Authentication](full-docs/txt/auth-trust.txt) - [20.5. Password Authentication](full-docs/txt/auth-password.txt) - [20.6. GSSAPI Authentication](full-docs/txt/gssapi-auth.txt) - [20.7. SSPI Authentication](full-docs/txt/sspi-auth.txt) - [20.8. Ident Authentication](full-docs/txt/auth-ident.txt) - [20.9. Peer Authentication](full-docs/txt/auth-peer.txt) - [20.10. LDAP Authentication](full-docs/txt/auth-ldap.txt) - [20.11. RADIUS Authentication](full-docs/txt/auth-radius.txt) - [20.12. Certificate Authentication](full-docs/txt/auth-cert.txt) - [20.13. PAM Authentication](full-docs/txt/auth-pam.txt) - [20.14. BSD Authentication](full-docs/txt/auth-bsd.txt) - [20.15. OAuth Authorization/Authentication](full-docs/txt/auth-oauth.txt) - [20.16. Authentication Problems](full-docs/txt/client-authentication-problems.txt) - [21.1. Database Roles](full-docs/txt/database-roles.txt) - [21.2. Role Attributes](full-docs/txt/role-attributes.txt) - [21.3. Role Membership](full-docs/txt/role-membership.txt) - [21.4. Dropping Roles](full-docs/txt/role-removal.txt) - [21.5. Predefined Roles](full-docs/txt/predefined-roles.txt) - [21.6. Function Security](full-docs/txt/perm-functions.txt) - [22.1. Overview](full-docs/txt/manage-ag-overview.txt) - [22.2. Creating a Database](full-docs/txt/manage-ag-createdb.txt) - [22.3. Template Databases](full-docs/txt/manage-ag-templatedbs.txt) - [22.4. Database Configuration](full-docs/txt/manage-ag-config.txt) - [22.5. Destroying a Database](full-docs/txt/manage-ag-dropdb.txt) - [22.6. Tablespaces](full-docs/txt/manage-ag-tablespaces.txt) - [23.1. Locale Support](full-docs/txt/locale.txt) - 23.1.1. Overview - 23.1.2. Behavior - 23.1.3. Selecting Locales - 23.1.4. Locale Providers - 23.1.5. ICU Locales - 23.1.6. Problems - [23.2. Collation Support](full-docs/txt/collation.txt) - 23.2.1. Concepts - 23.2.2. Managing Collations - 23.2.3. ICU Custom Collations - [23.3. Character Set Support](full-docs/txt/multibyte.txt) - 23.3.1. Supported Character Sets - 23.3.2. Setting the Character Set - 23.3.3. Automatic Character Set Conversion Between Server and Client - 23.3.4. Available Character Set Conversions - 23.3.5. Further Reading - [24.1. Routine Vacuuming](full-docs/txt/routine-vacuuming.txt) - 24.1.1. Vacuuming Basics - 24.1.2. Recovering Disk Space - 24.1.3. Updating Planner Statistics - 24.1.4. Updating the Visibility Map - 24.1.5. Preventing Transaction ID Wraparound Failures - 24.1.6. The Autovacuum Daemon - [24.2. Routine Reindexing](full-docs/txt/routine-reindex.txt) - [24.3. Log File Maintenance](full-docs/txt/logfile-maintenance.txt) - [25.1. SQL Dump](full-docs/txt/backup-dump.txt) - 25.1.1. Restoring the Dump - 25.1.2. Using pg_dumpall - 25.1.3. Handling Large Databases - [25.2. File System Level Backup](full-docs/txt/backup-file.txt) - [25.3. Continuous Archiving and Point-in-Time Recovery (PITR)](full-docs/txt/continuous-archiving.txt) - 25.3.1. Setting Up WAL Archiving - 25.3.2. Making a Base Backup - 25.3.3. Making an Incremental Backup - 25.3.4. Making a Base Backup Using the Low Level API - 25.3.5. Recovering Using a Continuous Archive Backup - 25.3.6. Timelines - 25.3.7. Tips and Examples - 25.3.8. Caveats - [26.1. Comparison of Different Solutions](full-docs/txt/different-replication-solutions.txt) - [26.2. Log-Shipping Standby Servers](full-docs/txt/warm-standby.txt) - 26.2.1. Planning - 26.2.2. Standby Server Operation - 26.2.3. Preparing the Primary for Standby Servers - 26.2.4. Setting Up a Standby Server - 26.2.5. Streaming Replication - 26.2.6. Replication Slots - 26.2.7. Cascading Replication - 26.2.8. Synchronous Replication - 26.2.9. Continuous Archiving in Standby - [26.3. Failover](full-docs/txt/warm-standby-failover.txt) - [26.4. Hot Standby](full-docs/txt/hot-standby.txt) - 26.4.1. User's Overview - 26.4.2. Handling Query Conflicts - 26.4.3. Administrator's Overview - 26.4.4. Hot Standby Parameter Reference - 26.4.5. Caveats - [27.1. Standard Unix Tools](full-docs/txt/monitoring-ps.txt) - [27.2. The Cumulative Statistics System](full-docs/txt/monitoring-stats.txt) - 27.2.1. Statistics Collection Configuration - 27.2.2. Viewing Statistics - 27.2.3. pg_stat_activity - 27.2.4. pg_stat_replication - 27.2.5. pg_stat_replication_slots - 27.2.6. pg_stat_wal_receiver - 27.2.7. pg_stat_recovery_prefetch - 27.2.8. pg_stat_subscription - 27.2.9. pg_stat_subscription_stats - 27.2.10. pg_stat_ssl - 27.2.11. pg_stat_gssapi - 27.2.12. pg_stat_archiver - 27.2.13. pg_stat_io - 27.2.14. pg_stat_bgwriter - 27.2.15. pg_stat_checkpointer - 27.2.16. pg_stat_wal - 27.2.17. pg_stat_database - 27.2.18. pg_stat_database_conflicts - 27.2.19. pg_stat_all_tables - 27.2.20. pg_stat_all_indexes - 27.2.21. pg_statio_all_tables - 27.2.22. pg_statio_all_indexes - 27.2.23. pg_statio_all_sequences - 27.2.24. pg_stat_user_functions - 27.2.25. pg_stat_slru - 27.2.26. Statistics Functions - [27.3. Viewing Locks](full-docs/txt/monitoring-locks.txt) - [27.4. Progress Reporting](full-docs/txt/progress-reporting.txt) - 27.4.1. ANALYZE Progress Reporting - 27.4.2. CLUSTER Progress Reporting - 27.4.3. COPY Progress Reporting - 27.4.4. CREATE INDEX Progress Reporting - 27.4.5. VACUUM Progress Reporting - 27.4.6. Base Backup Progress Reporting - [27.5. Dynamic Tracing](full-docs/txt/dynamic-trace.txt) - 27.5.1. Compiling for Dynamic Tracing - 27.5.2. Built-in Probes - 27.5.3. Using Probes - 27.5.4. Defining New Probes - [27.6. Monitoring Disk Usage](full-docs/txt/diskusage.txt) - 27.6.1. Determining Disk Usage - 27.6.2. Disk Full Failure - [28.1. Reliability](full-docs/txt/wal-reliability.txt) - [28.2. Data Checksums](full-docs/txt/checksums.txt) - 28.2.1. Off-line Enabling of Checksums - [28.3. Write-Ahead Logging (WAL)](full-docs/txt/wal-intro.txt) - [28.4. Asynchronous Commit](full-docs/txt/wal-async-commit.txt) - [28.5. WAL Configuration](full-docs/txt/wal-configuration.txt) - [28.6. WAL Internals](full-docs/txt/wal-internals.txt) - [29.1. Publication](full-docs/txt/logical-replication-publication.txt) - 29.1.1. Replica Identity - [29.2. Subscription](full-docs/txt/logical-replication-subscription.txt) - 29.2.1. Replication Slot Management - 29.2.2. Examples: Set Up Logical Replication - 29.2.3. Examples: Deferred Replication Slot Creation - [29.3. Logical Replication Failover](full-docs/txt/logical-replication-failover.txt) - [29.4. Row Filters](full-docs/txt/logical-replication-row-filter.txt) - 29.4.1. Row Filter Rules - 29.4.2. Expression Restrictions - 29.4.3. UPDATE Transformations - 29.4.4. Partitioned Tables - 29.4.5. Initial Data Synchronization - 29.4.6. Combining Multiple Row Filters - 29.4.7. Examples - [29.5. Column Lists](full-docs/txt/logical-replication-col-lists.txt) - 29.5.1. Examples - [29.6. Generated Column Replication](full-docs/txt/logical-replication-gencols.txt) - [29.7. Conflicts](full-docs/txt/logical-replication-conflicts.txt) - [29.8. Restrictions](full-docs/txt/logical-replication-restrictions.txt) - [29.9. Architecture](full-docs/txt/logical-replication-architecture.txt) - 29.9.1. Initial Snapshot - [29.10. Monitoring](full-docs/txt/logical-replication-monitoring.txt) - [29.11. Security](full-docs/txt/logical-replication-security.txt) - [29.12. Configuration Settings](full-docs/txt/logical-replication-config.txt) - 29.12.1. Publishers - 29.12.2. Subscribers - [29.13. Upgrade](full-docs/txt/logical-replication-upgrade.txt) - 29.13.1. Prepare for Publisher Upgrades - 29.13.2. Prepare for Subscriber Upgrades - 29.13.3. Upgrading Logical Replication Clusters - [29.14. Quick Setup](full-docs/txt/logical-replication-quick-setup.txt) - [30.1. What Is JIT compilation?](full-docs/txt/jit-reason.txt) - 30.1.1. JIT Accelerated Operations - 30.1.2. Inlining - 30.1.3. Optimization - [30.2. When to JIT?](full-docs/txt/jit-decision.txt) - [30.3. Configuration](full-docs/txt/jit-configuration.txt) - [30.4. Extensibility](full-docs/txt/jit-extensibility.txt) - 30.4.1. Inlining Support for Extensions - 30.4.2. Pluggable JIT Providers - [31.1. Running the Tests](full-docs/txt/regress-run.txt) - 31.1.1. Running the Tests Against a Temporary Installation - 31.1.2. Running the Tests Against an Existing Installation - 31.1.3. Additional Test Suites - 31.1.4. Locale and Encoding - 31.1.5. Custom Server Settings - 31.1.6. Extra Tests - [31.2. Test Evaluation](full-docs/txt/regress-evaluation.txt) - 31.2.1. Error Message Differences - 31.2.2. Locale Differences - 31.2.3. Date and Time Differences - 31.2.4. Floating-Point Differences - 31.2.5. Row Ordering Differences - 31.2.6. Insufficient Stack Depth - 31.2.7. The “random” Test - 31.2.8. Configuration Parameters - [31.3. Variant Comparison Files](full-docs/txt/regress-variant.txt) - [31.4. TAP Tests](full-docs/txt/regress-tap.txt) - 31.4.1. Environment Variables - [31.5. Test Coverage Examination](full-docs/txt/regress-coverage.txt) - 31.5.1. Coverage with Autoconf and Make - 31.5.2. Coverage with Meson - [32.1. Database Connection Control Functions](full-docs/txt/libpq-connect.txt) - 32.1.1. Connection Strings - 32.1.2. Parameter Key Words - [32.2. Connection Status Functions](full-docs/txt/libpq-status.txt) - [32.3. Command Execution Functions](full-docs/txt/libpq-exec.txt) - 32.3.1. Main Functions - 32.3.2. Retrieving Query Result Information - 32.3.3. Retrieving Other Result Information - 32.3.4. Escaping Strings for Inclusion in SQL Commands - [32.4. Asynchronous Command Processing](full-docs/txt/libpq-async.txt) - [32.5. Pipeline Mode](full-docs/txt/libpq-pipeline-mode.txt) - 32.5.1. Using Pipeline Mode - 32.5.2. Functions Associated with Pipeline Mode - 32.5.3. When to Use Pipeline Mode - [32.6. Retrieving Query Results in Chunks](full-docs/txt/libpq-single-row-mode.txt) - [32.7. Canceling Queries in Progress](full-docs/txt/libpq-cancel.txt) - 32.7.1. Functions for Sending Cancel Requests - 32.7.2. Obsolete Functions for Sending Cancel Requests - [32.8. The Fast-Path Interface](full-docs/txt/libpq-fastpath.txt) - [32.9. Asynchronous Notification](full-docs/txt/libpq-notify.txt) - [32.10. Functions Associated with the COPY Command](full-docs/txt/libpq-copy.txt) - 32.10.1. Functions for Sending COPY Data - 32.10.2. Functions for Receiving COPY Data - 32.10.3. Obsolete Functions for COPY - [32.11. Control Functions](full-docs/txt/libpq-control.txt) - [32.12. Miscellaneous Functions](full-docs/txt/libpq-misc.txt) - [32.13. Notice Processing](full-docs/txt/libpq-notice-processing.txt) - [32.14. Event System](full-docs/txt/libpq-events.txt) - 32.14.1. Event Types - 32.14.2. Event Callback Procedure - 32.14.3. Event Support Functions - 32.14.4. Event Example - [32.15. Environment Variables](full-docs/txt/libpq-envars.txt) - [32.16. The Password File](full-docs/txt/libpq-pgpass.txt) - [32.17. The Connection Service File](full-docs/txt/libpq-pgservice.txt) - [32.18. LDAP Lookup of Connection Parameters](full-docs/txt/libpq-ldap.txt) - [32.19. SSL Support](full-docs/txt/libpq-ssl.txt) - 32.19.1. Client Verification of Server Certificates - 32.19.2. Client Certificates - 32.19.3. Protection Provided in Different Modes - 32.19.4. SSL Client File Usage - 32.19.5. SSL Library Initialization - [32.20. OAuth Support](full-docs/txt/libpq-oauth.txt) - 32.20.1. Authdata Hooks - 32.20.2. Debugging and Developer Settings - [32.21. Behavior in Threaded Programs](full-docs/txt/libpq-threading.txt) - [32.22. Building libpq Programs](full-docs/txt/libpq-build.txt) - [32.23. Example Programs](full-docs/txt/libpq-example.txt) - [33.1. Introduction](full-docs/txt/lo-intro.txt) - [33.2. Implementation Features](full-docs/txt/lo-implementation.txt) - [33.3. Client Interfaces](full-docs/txt/lo-interfaces.txt) - 33.3.1. Creating a Large Object - 33.3.2. Importing a Large Object - 33.3.3. Exporting a Large Object - 33.3.4. Opening an Existing Large Object - 33.3.5. Writing Data to a Large Object - 33.3.6. Reading Data from a Large Object - 33.3.7. Seeking in a Large Object - 33.3.8. Obtaining the Seek Position of a Large Object - 33.3.9. Truncating a Large Object - 33.3.10. Closing a Large Object Descriptor - 33.3.11. Removing a Large Object - [33.4. Server-Side Functions](full-docs/txt/lo-funcs.txt) - [33.5. Example Program](full-docs/txt/lo-examplesect.txt) - [34.1. The Concept](full-docs/txt/ecpg-concept.txt) - [34.2. Managing Database Connections](full-docs/txt/ecpg-connect.txt) - 34.2.1. Connecting to the Database Server - 34.2.2. Choosing a Connection - 34.2.3. Closing a Connection - [34.3. Running SQL Commands](full-docs/txt/ecpg-commands.txt) - 34.3.1. Executing SQL Statements - 34.3.2. Using Cursors - 34.3.3. Managing Transactions - 34.3.4. Prepared Statements - [34.4. Using Host Variables](full-docs/txt/ecpg-variables.txt) - 34.4.1. Overview - 34.4.2. Declare Sections - 34.4.3. Retrieving Query Results - 34.4.4. Type Mapping - 34.4.5. Handling Nonprimitive SQL Data Types - 34.4.6. Indicators - [34.5. Dynamic SQL](full-docs/txt/ecpg-dynamic.txt) - 34.5.1. Executing Statements without a Result Set - 34.5.2. Executing a Statement with Input Parameters - 34.5.3. Executing a Statement with a Result Set - [34.6. pgtypes Library](full-docs/txt/ecpg-pgtypes.txt) - 34.6.1. Character Strings - 34.6.2. The numeric Type - 34.6.3. The date Type - 34.6.4. The timestamp Type - 34.6.5. The interval Type - 34.6.6. The decimal Type - 34.6.7. errno Values of pgtypeslib - 34.6.8. Special Constants of pgtypeslib - [34.7. Using Descriptor Areas](full-docs/txt/ecpg-descriptors.txt) - 34.7.1. Named SQL Descriptor Areas - 34.7.2. SQLDA Descriptor Areas - [34.8. Error Handling](full-docs/txt/ecpg-errors.txt) - 34.8.1. Setting Callbacks - 34.8.2. sqlca - 34.8.3. SQLSTATE vs. SQLCODE - [34.9. Preprocessor Directives](full-docs/txt/ecpg-preproc.txt) - 34.9.1. Including Files - 34.9.2. The define and undef Directives - 34.9.3. ifdef, ifndef, elif, else, and endif Directives - [34.10. Processing Embedded SQL Programs](full-docs/txt/ecpg-process.txt) - [34.11. Library Functions](full-docs/txt/ecpg-library.txt) - [34.12. Large Objects](full-docs/txt/ecpg-lo.txt) - [34.13. C++ Applications](full-docs/txt/ecpg-cpp.txt) - 34.13.1. Scope for Host Variables - 34.13.2. C++ Application Development with External C Module - [34.14. Embedded SQL Commands](full-docs/txt/ecpg-sql-commands.txt) - [34.15. Informix Compatibility Mode](full-docs/txt/ecpg-informix-compat.txt) - 34.15.1. Additional Types - 34.15.2. Additional/Missing Embedded SQL Statements - 34.15.3. Informix-compatible SQLDA Descriptor Areas - 34.15.4. Additional Functions - 34.15.5. Additional Constants - [34.16. Oracle Compatibility Mode](full-docs/txt/ecpg-oracle-compat.txt) - [34.17. Internals](full-docs/txt/ecpg-develop.txt) - [35.1. The Schema](full-docs/txt/infoschema-schema.txt) - [35.2. Data Types](full-docs/txt/infoschema-datatypes.txt) - [35.3. information_schema_catalog_name](full-docs/txt/infoschema-information-schema-catalog-name.txt) - [35.4. administrable_role_​authorizations](full-docs/txt/infoschema-administrable-role-authorizations.txt) - [35.5. applicable_roles](full-docs/txt/infoschema-applicable-roles.txt) - [35.6. attributes](full-docs/txt/infoschema-attributes.txt) - [35.7. character_sets](full-docs/txt/infoschema-character-sets.txt) - [35.8. check_constraint_routine_usage](full-docs/txt/infoschema-check-constraint-routine-usage.txt) - [35.9. check_constraints](full-docs/txt/infoschema-check-constraints.txt) - [35.10. collations](full-docs/txt/infoschema-collations.txt) - [35.11. collation_character_set_​applicability](full-docs/txt/infoschema-collation-character-set-applicab.txt) - [35.12. column_column_usage](full-docs/txt/infoschema-column-column-usage.txt) - [35.13. column_domain_usage](full-docs/txt/infoschema-column-domain-usage.txt) - [35.14. column_options](full-docs/txt/infoschema-column-options.txt) - [35.15. column_privileges](full-docs/txt/infoschema-column-privileges.txt) - [35.16. column_udt_usage](full-docs/txt/infoschema-column-udt-usage.txt) - [35.17. columns](full-docs/txt/infoschema-columns.txt) - [35.18. constraint_column_usage](full-docs/txt/infoschema-constraint-column-usage.txt) - [35.19. constraint_table_usage](full-docs/txt/infoschema-constraint-table-usage.txt) - [35.20. data_type_privileges](full-docs/txt/infoschema-data-type-privileges.txt) - [35.21. domain_constraints](full-docs/txt/infoschema-domain-constraints.txt) - [35.22. domain_udt_usage](full-docs/txt/infoschema-domain-udt-usage.txt) - [35.23. domains](full-docs/txt/infoschema-domains.txt) - [35.24. element_types](full-docs/txt/infoschema-element-types.txt) - [35.25. enabled_roles](full-docs/txt/infoschema-enabled-roles.txt) - [35.26. foreign_data_wrapper_options](full-docs/txt/infoschema-foreign-data-wrapper-options.txt) - [35.27. foreign_data_wrappers](full-docs/txt/infoschema-foreign-data-wrappers.txt) - [35.28. foreign_server_options](full-docs/txt/infoschema-foreign-server-options.txt) - [35.29. foreign_servers](full-docs/txt/infoschema-foreign-servers.txt) - [35.30. foreign_table_options](full-docs/txt/infoschema-foreign-table-options.txt) - [35.31. foreign_tables](full-docs/txt/infoschema-foreign-tables.txt) - [35.32. key_column_usage](full-docs/txt/infoschema-key-column-usage.txt) - [35.33. parameters](full-docs/txt/infoschema-parameters.txt) - [35.34. referential_constraints](full-docs/txt/infoschema-referential-constraints.txt) - [35.35. role_column_grants](full-docs/txt/infoschema-role-column-grants.txt) - [35.36. role_routine_grants](full-docs/txt/infoschema-role-routine-grants.txt) - [35.37. role_table_grants](full-docs/txt/infoschema-role-table-grants.txt) - [35.38. role_udt_grants](full-docs/txt/infoschema-role-udt-grants.txt) - [35.39. role_usage_grants](full-docs/txt/infoschema-role-usage-grants.txt) - [35.40. routine_column_usage](full-docs/txt/infoschema-routine-column-usage.txt) - [35.41. routine_privileges](full-docs/txt/infoschema-routine-privileges.txt) - [35.42. routine_routine_usage](full-docs/txt/infoschema-routine-routine-usage.txt) - [35.43. routine_sequence_usage](full-docs/txt/infoschema-routine-sequence-usage.txt) - [35.44. routine_table_usage](full-docs/txt/infoschema-routine-table-usage.txt) - [35.45. routines](full-docs/txt/infoschema-routines.txt) - [35.46. schemata](full-docs/txt/infoschema-schemata.txt) - [35.47. sequences](full-docs/txt/infoschema-sequences.txt) - [35.48. sql_features](full-docs/txt/infoschema-sql-features.txt) - [35.49. sql_implementation_info](full-docs/txt/infoschema-sql-implementation-info.txt) - [35.50. sql_parts](full-docs/txt/infoschema-sql-parts.txt) - [35.51. sql_sizing](full-docs/txt/infoschema-sql-sizing.txt) - [35.52. table_constraints](full-docs/txt/infoschema-table-constraints.txt) - [35.53. table_privileges](full-docs/txt/infoschema-table-privileges.txt) - [35.54. tables](full-docs/txt/infoschema-tables.txt) - [35.55. transforms](full-docs/txt/infoschema-transforms.txt) - [35.56. triggered_update_columns](full-docs/txt/infoschema-triggered-update-columns.txt) - [35.57. triggers](full-docs/txt/infoschema-triggers.txt) - [35.58. udt_privileges](full-docs/txt/infoschema-udt-privileges.txt) - [35.59. usage_privileges](full-docs/txt/infoschema-usage-privileges.txt) - [35.60. user_defined_types](full-docs/txt/infoschema-user-defined-types.txt) - [35.61. user_mapping_options](full-docs/txt/infoschema-user-mapping-options.txt) - [35.62. user_mappings](full-docs/txt/infoschema-user-mappings.txt) - [35.63. view_column_usage](full-docs/txt/infoschema-view-column-usage.txt) - [35.64. view_routine_usage](full-docs/txt/infoschema-view-routine-usage.txt) - [35.65. view_table_usage](full-docs/txt/infoschema-view-table-usage.txt) - [35.66. views](full-docs/txt/infoschema-views.txt) - [36.1. How Extensibility Works](full-docs/txt/extend-how.txt) - [36.2. The PostgreSQL Type System](full-docs/txt/extend-type-system.txt) - 36.2.1. Base Types - 36.2.2. Container Types - 36.2.3. Domains - 36.2.4. Pseudo-Types - 36.2.5. Polymorphic Types - [36.3. User-Defined Functions](full-docs/txt/xfunc.txt) - [36.4. User-Defined Procedures](full-docs/txt/xproc.txt) - [36.5. Query Language (SQL) Functions](full-docs/txt/xfunc-sql.txt) - 36.5.1. Arguments for SQL Functions - 36.5.2. SQL Functions on Base Types - 36.5.3. SQL Functions on Composite Types - 36.5.4. SQL Functions with Output Parameters - 36.5.5. SQL Procedures with Output Parameters - 36.5.6. SQL Functions with Variable Numbers of Arguments - 36.5.7. SQL Functions with Default Values for Arguments - 36.5.8. SQL Functions as Table Sources - 36.5.9. SQL Functions Returning Sets - 36.5.10. SQL Functions Returning TABLE - 36.5.11. Polymorphic SQL Functions - 36.5.12. SQL Functions with Collations - [36.6. Function Overloading](full-docs/txt/xfunc-overload.txt) - [36.7. Function Volatility Categories](full-docs/txt/xfunc-volatility.txt) - [36.8. Procedural Language Functions](full-docs/txt/xfunc-pl.txt) - [36.9. Internal Functions](full-docs/txt/xfunc-internal.txt) - [36.10. C-Language Functions](full-docs/txt/xfunc-c.txt) - 36.10.1. Dynamic Loading - 36.10.2. Base Types in C-Language Functions - 36.10.3. Version 1 Calling Conventions - 36.10.4. Writing Code - 36.10.5. Compiling and Linking Dynamically-Loaded Functions - 36.10.6. Server API and ABI Stability Guidance - 36.10.7. Composite-Type Arguments - 36.10.8. Returning Rows (Composite Types) - 36.10.9. Returning Sets - 36.10.10. Polymorphic Arguments and Return Types - 36.10.11. Shared Memory - 36.10.12. LWLocks - 36.10.13. Custom Wait Events - 36.10.14. Injection Points - 36.10.15. Custom Cumulative Statistics - 36.10.16. Using C++ for Extensibility - [36.11. Function Optimization Information](full-docs/txt/xfunc-optimization.txt) - [36.12. User-Defined Aggregates](full-docs/txt/xaggr.txt) - 36.12.1. Moving-Aggregate Mode - 36.12.2. Polymorphic and Variadic Aggregates - 36.12.3. Ordered-Set Aggregates - 36.12.4. Partial Aggregation - 36.12.5. Support Functions for Aggregates - [36.13. User-Defined Types](full-docs/txt/xtypes.txt) - 36.13.1. TOAST Considerations - [36.14. User-Defined Operators](full-docs/txt/xoper.txt) - [36.15. Operator Optimization Information](full-docs/txt/xoper-optimization.txt) - 36.15.1. COMMUTATOR - 36.15.2. NEGATOR - 36.15.3. RESTRICT - 36.15.4. JOIN - 36.15.5. HASHES - 36.15.6. MERGES - [36.16. Interfacing Extensions to Indexes](full-docs/txt/xindex.txt) - 36.16.1. Index Methods and Operator Classes - 36.16.2. Index Method Strategies - 36.16.3. Index Method Support Routines - 36.16.4. An Example - 36.16.5. Operator Classes and Operator Families - 36.16.6. System Dependencies on Operator Classes - 36.16.7. Ordering Operators - 36.16.8. Special Features of Operator Classes - [36.17. Packaging Related Objects into an Extension](full-docs/txt/extend-extensions.txt) - 36.17.1. Extension Files - 36.17.2. Extension Relocatability - 36.17.3. Extension Configuration Tables - 36.17.4. Extension Updates - 36.17.5. Installing Extensions Using Update Scripts - 36.17.6. Security Considerations for Extensions - 36.17.7. Extension Example - [36.18. Extension Building Infrastructure](full-docs/txt/extend-pgxs.txt) - [37.1. Overview of Trigger Behavior](full-docs/txt/trigger-definition.txt) - [37.2. Visibility of Data Changes](full-docs/txt/trigger-datachanges.txt) - [37.3. Writing Trigger Functions in C](full-docs/txt/trigger-interface.txt) - [37.4. A Complete Trigger Example](full-docs/txt/trigger-example.txt) - [38.1. Overview of Event Trigger Behavior](full-docs/txt/event-trigger-definition.txt) - 38.1.1. login - 38.1.2. ddl_command_start - 38.1.3. ddl_command_end - 38.1.4. sql_drop - 38.1.5. table_rewrite - 38.1.6. Event Triggers in Aborted Transactions - 38.1.7. Creating Event Triggers - [38.2. Writing Event Trigger Functions in C](full-docs/txt/event-trigger-interface.txt) - [38.3. A Complete Event Trigger Example](full-docs/txt/event-trigger-example.txt) - [38.4. A Table Rewrite Event Trigger Example](full-docs/txt/event-trigger-table-rewrite-example.txt) - [38.5. A Database Login Event Trigger Example](full-docs/txt/event-trigger-database-login-example.txt) - [39.1. The Query Tree](full-docs/txt/querytree.txt) - [39.2. Views and the Rule System](full-docs/txt/rules-views.txt) - 39.2.1. How SELECT Rules Work - 39.2.2. View Rules in Non-SELECT Statements - 39.2.3. The Power of Views in PostgreSQL - 39.2.4. Updating a View - [39.3. Materialized Views](full-docs/txt/rules-materializedviews.txt) - [39.4. Rules on INSERT, UPDATE, and DELETE](full-docs/txt/rules-update.txt) - 39.4.1. How Update Rules Work - 39.4.2. Cooperation with Views - [39.5. Rules and Privileges](full-docs/txt/rules-privileges.txt) - [39.6. Rules and Command Status](full-docs/txt/rules-status.txt) - [39.7. Rules Versus Triggers](full-docs/txt/rules-triggers.txt) - [40.1. Installing Procedural Languages](full-docs/txt/xplang-install.txt) - [41.1. Overview](full-docs/txt/plpgsql-overview.txt) - 41.1.1. Advantages of Using PL/pgSQL - 41.1.2. Supported Argument and Result Data Types - [41.2. Structure of PL/pgSQL](full-docs/txt/plpgsql-structure.txt) - [41.3. Declarations](full-docs/txt/plpgsql-declarations.txt) - 41.3.1. Declaring Function Parameters - 41.3.2. ALIAS - 41.3.3. Copying Types - 41.3.4. Row Types - 41.3.5. Record Types - 41.3.6. Collation of PL/pgSQL Variables - [41.4. Expressions](full-docs/txt/plpgsql-expressions.txt) - [41.5. Basic Statements](full-docs/txt/plpgsql-statements.txt) - 41.5.1. Assignment - 41.5.2. Executing SQL Commands - 41.5.3. Executing a Command with a Single-Row Result - 41.5.4. Executing Dynamic Commands - 41.5.5. Obtaining the Result Status - 41.5.6. Doing Nothing At All - [41.6. Control Structures](full-docs/txt/plpgsql-control-structures.txt) - 41.6.1. Returning from a Function - 41.6.2. Returning from a Procedure - 41.6.3. Calling a Procedure - 41.6.4. Conditionals - 41.6.5. Simple Loops - 41.6.6. Looping through Query Results - 41.6.7. Looping through Arrays - 41.6.8. Trapping Errors - 41.6.9. Obtaining Execution Location Information - [41.7. Cursors](full-docs/txt/plpgsql-cursors.txt) - 41.7.1. Declaring Cursor Variables - 41.7.2. Opening Cursors - 41.7.3. Using Cursors - 41.7.4. Looping through a Cursor's Result - [41.8. Transaction Management](full-docs/txt/plpgsql-transactions.txt) - [41.9. Errors and Messages](full-docs/txt/plpgsql-errors-and-messages.txt) - 41.9.1. Reporting Errors and Messages - 41.9.2. Checking Assertions - [41.10. Trigger Functions](full-docs/txt/plpgsql-trigger.txt) - 41.10.1. Triggers on Data Changes - 41.10.2. Triggers on Events - [41.11. PL/pgSQL under the Hood](full-docs/txt/plpgsql-implementation.txt) - 41.11.1. Variable Substitution - 41.11.2. Plan Caching - [41.12. Tips for Developing in PL/pgSQL](full-docs/txt/plpgsql-development-tips.txt) - 41.12.1. Handling of Quotation Marks - 41.12.2. Additional Compile-Time and Run-Time Checks - [41.13. Porting from Oracle PL/SQL](full-docs/txt/plpgsql-porting.txt) - 41.13.1. Porting Examples - 41.13.2. Other Things to Watch For - 41.13.3. Appendix - [42.1. Overview](full-docs/txt/pltcl-overview.txt) - [42.2. PL/Tcl Functions and Arguments](full-docs/txt/pltcl-functions.txt) - [42.3. Data Values in PL/Tcl](full-docs/txt/pltcl-data.txt) - [42.4. Global Data in PL/Tcl](full-docs/txt/pltcl-global.txt) - [42.5. Database Access from PL/Tcl](full-docs/txt/pltcl-dbaccess.txt) - [42.6. Trigger Functions in PL/Tcl](full-docs/txt/pltcl-trigger.txt) - [42.7. Event Trigger Functions in PL/Tcl](full-docs/txt/pltcl-event-trigger.txt) - [42.8. Error Handling in PL/Tcl](full-docs/txt/pltcl-error-handling.txt) - [42.9. Explicit Subtransactions in PL/Tcl](full-docs/txt/pltcl-subtransactions.txt) - [42.10. Transaction Management](full-docs/txt/pltcl-transactions.txt) - [42.11. PL/Tcl Configuration](full-docs/txt/pltcl-config.txt) - [42.12. Tcl Procedure Names](full-docs/txt/pltcl-procnames.txt) - [43.1. PL/Perl Functions and Arguments](full-docs/txt/plperl-funcs.txt) - [43.2. Data Values in PL/Perl](full-docs/txt/plperl-data.txt) - [43.3. Built-in Functions](full-docs/txt/plperl-builtins.txt) - 43.3.1. Database Access from PL/Perl - 43.3.2. Utility Functions in PL/Perl - [43.4. Global Values in PL/Perl](full-docs/txt/plperl-global.txt) - [43.5. Trusted and Untrusted PL/Perl](full-docs/txt/plperl-trusted.txt) - [43.6. PL/Perl Triggers](full-docs/txt/plperl-triggers.txt) - [43.7. PL/Perl Event Triggers](full-docs/txt/plperl-event-triggers.txt) - [43.8. PL/Perl Under the Hood](full-docs/txt/plperl-under-the-hood.txt) - 43.8.1. Configuration - 43.8.2. Limitations and Missing Features - [44.1. PL/Python Functions](full-docs/txt/plpython-funcs.txt) - [44.2. Data Values](full-docs/txt/plpython-data.txt) - 44.2.1. Data Type Mapping - 44.2.2. Null, None - 44.2.3. Arrays, Lists - 44.2.4. Composite Types - 44.2.5. Set-Returning Functions - [44.3. Sharing Data](full-docs/txt/plpython-sharing.txt) - [44.4. Anonymous Code Blocks](full-docs/txt/plpython-do.txt) - [44.5. Trigger Functions](full-docs/txt/plpython-trigger.txt) - [44.6. Database Access](full-docs/txt/plpython-database.txt) - 44.6.1. Database Access Functions - 44.6.2. Trapping Errors - [44.7. Explicit Subtransactions](full-docs/txt/plpython-subtransaction.txt) - 44.7.1. Subtransaction Context Managers - [44.8. Transaction Management](full-docs/txt/plpython-transactions.txt) - [44.9. Utility Functions](full-docs/txt/plpython-util.txt) - [44.10. Python 2 vs. Python 3](full-docs/txt/plpython-python23.txt) - [44.11. Environment Variables](full-docs/txt/plpython-envar.txt) - [45.1. Interface Functions](full-docs/txt/spi-interface.txt) - [45.2. Interface Support Functions](full-docs/txt/spi-interface-support.txt) - [45.3. Memory Management](full-docs/txt/spi-memory.txt) - [45.4. Transaction Management](full-docs/txt/spi-transaction.txt) - [45.5. Visibility of Data Changes](full-docs/txt/spi-visibility.txt) - [45.6. Examples](full-docs/txt/spi-examples.txt) - [47.1. Logical Decoding Examples](full-docs/txt/logicaldecoding-example.txt) - [47.2. Logical Decoding Concepts](full-docs/txt/logicaldecoding-explanation.txt) - 47.2.1. Logical Decoding - 47.2.2. Replication Slots - 47.2.3. Replication Slot Synchronization - 47.2.4. Output Plugins - 47.2.5. Exported Snapshots - [47.3. Streaming Replication Protocol Interface](full-docs/txt/logicaldecoding-walsender.txt) - [47.4. Logical Decoding SQL Interface](full-docs/txt/logicaldecoding-sql.txt) - [47.5. System Catalogs Related to Logical Decoding](full-docs/txt/logicaldecoding-catalogs.txt) - [47.6. Logical Decoding Output Plugins](full-docs/txt/logicaldecoding-output-plugin.txt) - 47.6.1. Initialization Function - 47.6.2. Capabilities - 47.6.3. Output Modes - 47.6.4. Output Plugin Callbacks - 47.6.5. Functions for Producing Output - [47.7. Logical Decoding Output Writers](full-docs/txt/logicaldecoding-writer.txt) - [47.8. Synchronous Replication Support for Logical Decoding](full-docs/txt/logicaldecoding-synchronous.txt) - 47.8.1. Overview - 47.8.2. Caveats - [47.9. Streaming of Large Transactions for Logical Decoding](full-docs/txt/logicaldecoding-streaming.txt) - [47.10. Two-phase Commit Support for Logical Decoding](full-docs/txt/logicaldecoding-two-phase-commits.txt) - [49.1. Initialization Functions](full-docs/txt/archive-module-init.txt) - [49.2. Archive Module Callbacks](full-docs/txt/archive-module-callbacks.txt) - 49.2.1. Startup Callback - 49.2.2. Check Callback - 49.2.3. Archive Callback - 49.2.4. Shutdown Callback - [50.1. Safely Designing a Validator Module](full-docs/txt/oauth-validator-design.txt) - 50.1.1. Validator Responsibilities - 50.1.2. General Coding Guidelines - 50.1.3. Authorizing Users (Usermap Delegation) - [50.2. Initialization Functions](full-docs/txt/oauth-validator-init.txt) - [50.3. OAuth Validator Callbacks](full-docs/txt/oauth-validator-callbacks.txt) - 50.3.1. Startup Callback - 50.3.2. Validate Callback - 50.3.3. Shutdown Callback - [51.1. The Path of a Query](full-docs/txt/query-path.txt) - [51.2. How Connections Are Established](full-docs/txt/connect-estab.txt) - [51.3. The Parser Stage](full-docs/txt/parser-stage.txt) - 51.3.1. Parser - 51.3.2. Transformation Process - [51.4. The PostgreSQL Rule System](full-docs/txt/rule-system.txt) - [51.5. Planner/Optimizer](full-docs/txt/planner-optimizer.txt) - 51.5.1. Generating Possible Plans - [51.6. Executor](full-docs/txt/executor.txt) - [52.1. Overview](full-docs/txt/catalogs-overview.txt) - [52.2. pg_aggregate](full-docs/txt/catalog-pg-aggregate.txt) - [52.3. pg_am](full-docs/txt/catalog-pg-am.txt) - [52.4. pg_amop](full-docs/txt/catalog-pg-amop.txt) - [52.5. pg_amproc](full-docs/txt/catalog-pg-amproc.txt) - [52.6. pg_attrdef](full-docs/txt/catalog-pg-attrdef.txt) - [52.7. pg_attribute](full-docs/txt/catalog-pg-attribute.txt) - [52.8. pg_authid](full-docs/txt/catalog-pg-authid.txt) - [52.9. pg_auth_members](full-docs/txt/catalog-pg-auth-members.txt) - [52.10. pg_cast](full-docs/txt/catalog-pg-cast.txt) - [52.11. pg_class](full-docs/txt/catalog-pg-class.txt) - [52.12. pg_collation](full-docs/txt/catalog-pg-collation.txt) - [52.13. pg_constraint](full-docs/txt/catalog-pg-constraint.txt) - [52.14. pg_conversion](full-docs/txt/catalog-pg-conversion.txt) - [52.15. pg_database](full-docs/txt/catalog-pg-database.txt) - [52.16. pg_db_role_setting](full-docs/txt/catalog-pg-db-role-setting.txt) - [52.17. pg_default_acl](full-docs/txt/catalog-pg-default-acl.txt) - [52.18. pg_depend](full-docs/txt/catalog-pg-depend.txt) - [52.19. pg_description](full-docs/txt/catalog-pg-description.txt) - [52.20. pg_enum](full-docs/txt/catalog-pg-enum.txt) - [52.21. pg_event_trigger](full-docs/txt/catalog-pg-event-trigger.txt) - [52.22. pg_extension](full-docs/txt/catalog-pg-extension.txt) - [52.23. pg_foreign_data_wrapper](full-docs/txt/catalog-pg-foreign-data-wrapper.txt) - [52.24. pg_foreign_server](full-docs/txt/catalog-pg-foreign-server.txt) - [52.25. pg_foreign_table](full-docs/txt/catalog-pg-foreign-table.txt) - [52.26. pg_index](full-docs/txt/catalog-pg-index.txt) - [52.27. pg_inherits](full-docs/txt/catalog-pg-inherits.txt) - [52.28. pg_init_privs](full-docs/txt/catalog-pg-init-privs.txt) - [52.29. pg_language](full-docs/txt/catalog-pg-language.txt) - [52.30. pg_largeobject](full-docs/txt/catalog-pg-largeobject.txt) - [52.31. pg_largeobject_metadata](full-docs/txt/catalog-pg-largeobject-metadata.txt) - [52.32. pg_namespace](full-docs/txt/catalog-pg-namespace.txt) - [52.33. pg_opclass](full-docs/txt/catalog-pg-opclass.txt) - [52.34. pg_operator](full-docs/txt/catalog-pg-operator.txt) - [52.35. pg_opfamily](full-docs/txt/catalog-pg-opfamily.txt) - [52.36. pg_parameter_acl](full-docs/txt/catalog-pg-parameter-acl.txt) - [52.37. pg_partitioned_table](full-docs/txt/catalog-pg-partitioned-table.txt) - [52.38. pg_policy](full-docs/txt/catalog-pg-policy.txt) - [52.39. pg_proc](full-docs/txt/catalog-pg-proc.txt) - [52.40. pg_publication](full-docs/txt/catalog-pg-publication.txt) - [52.41. pg_publication_namespace](full-docs/txt/catalog-pg-publication-namespace.txt) - [52.42. pg_publication_rel](full-docs/txt/catalog-pg-publication-rel.txt) - [52.43. pg_range](full-docs/txt/catalog-pg-range.txt) - [52.44. pg_replication_origin](full-docs/txt/catalog-pg-replication-origin.txt) - [52.45. pg_rewrite](full-docs/txt/catalog-pg-rewrite.txt) - [52.46. pg_seclabel](full-docs/txt/catalog-pg-seclabel.txt) - [52.47. pg_sequence](full-docs/txt/catalog-pg-sequence.txt) - [52.48. pg_shdepend](full-docs/txt/catalog-pg-shdepend.txt) - [52.49. pg_shdescription](full-docs/txt/catalog-pg-shdescription.txt) - [52.50. pg_shseclabel](full-docs/txt/catalog-pg-shseclabel.txt) - [52.51. pg_statistic](full-docs/txt/catalog-pg-statistic.txt) - [52.52. pg_statistic_ext](full-docs/txt/catalog-pg-statistic-ext.txt) - [52.53. pg_statistic_ext_data](full-docs/txt/catalog-pg-statistic-ext-data.txt) - [52.54. pg_subscription](full-docs/txt/catalog-pg-subscription.txt) - [52.55. pg_subscription_rel](full-docs/txt/catalog-pg-subscription-rel.txt) - [52.56. pg_tablespace](full-docs/txt/catalog-pg-tablespace.txt) - [52.57. pg_transform](full-docs/txt/catalog-pg-transform.txt) - [52.58. pg_trigger](full-docs/txt/catalog-pg-trigger.txt) - [52.59. pg_ts_config](full-docs/txt/catalog-pg-ts-config.txt) - [52.60. pg_ts_config_map](full-docs/txt/catalog-pg-ts-config-map.txt) - [52.61. pg_ts_dict](full-docs/txt/catalog-pg-ts-dict.txt) - [52.62. pg_ts_parser](full-docs/txt/catalog-pg-ts-parser.txt) - [52.63. pg_ts_template](full-docs/txt/catalog-pg-ts-template.txt) - [52.64. pg_type](full-docs/txt/catalog-pg-type.txt) - [52.65. pg_user_mapping](full-docs/txt/catalog-pg-user-mapping.txt) - [53.1. Overview](full-docs/txt/views-overview.txt) - [53.2. pg_aios](full-docs/txt/view-pg-aios.txt) - [53.3. pg_available_extensions](full-docs/txt/view-pg-available-extensions.txt) - [53.4. pg_available_extension_versions](full-docs/txt/view-pg-available-extension-versions.txt) - [53.5. pg_backend_memory_contexts](full-docs/txt/view-pg-backend-memory-contexts.txt) - [53.6. pg_config](full-docs/txt/view-pg-config.txt) - [53.7. pg_cursors](full-docs/txt/view-pg-cursors.txt) - [53.8. pg_file_settings](full-docs/txt/view-pg-file-settings.txt) - [53.9. pg_group](full-docs/txt/view-pg-group.txt) - [53.10. pg_hba_file_rules](full-docs/txt/view-pg-hba-file-rules.txt) - [53.11. pg_ident_file_mappings](full-docs/txt/view-pg-ident-file-mappings.txt) - [53.12. pg_indexes](full-docs/txt/view-pg-indexes.txt) - [53.13. pg_locks](full-docs/txt/view-pg-locks.txt) - [53.14. pg_matviews](full-docs/txt/view-pg-matviews.txt) - [53.15. pg_policies](full-docs/txt/view-pg-policies.txt) - [53.16. pg_prepared_statements](full-docs/txt/view-pg-prepared-statements.txt) - [53.17. pg_prepared_xacts](full-docs/txt/view-pg-prepared-xacts.txt) - [53.18. pg_publication_tables](full-docs/txt/view-pg-publication-tables.txt) - [53.19. pg_replication_origin_status](full-docs/txt/view-pg-replication-origin-status.txt) - [53.20. pg_replication_slots](full-docs/txt/view-pg-replication-slots.txt) - [53.21. pg_roles](full-docs/txt/view-pg-roles.txt) - [53.22. pg_rules](full-docs/txt/view-pg-rules.txt) - [53.23. pg_seclabels](full-docs/txt/view-pg-seclabels.txt) - [53.24. pg_sequences](full-docs/txt/view-pg-sequences.txt) - [53.25. pg_settings](full-docs/txt/view-pg-settings.txt) - [53.26. pg_shadow](full-docs/txt/view-pg-shadow.txt) - [53.27. pg_shmem_allocations](full-docs/txt/view-pg-shmem-allocations.txt) - [53.28. pg_shmem_allocations_numa](full-docs/txt/view-pg-shmem-allocations-numa.txt) - [53.29. pg_stats](full-docs/txt/view-pg-stats.txt) - [53.30. pg_stats_ext](full-docs/txt/view-pg-stats-ext.txt) - [53.31. pg_stats_ext_exprs](full-docs/txt/view-pg-stats-ext-exprs.txt) - [53.32. pg_tables](full-docs/txt/view-pg-tables.txt) - [53.33. pg_timezone_abbrevs](full-docs/txt/view-pg-timezone-abbrevs.txt) - [53.34. pg_timezone_names](full-docs/txt/view-pg-timezone-names.txt) - [53.35. pg_user](full-docs/txt/view-pg-user.txt) - [53.36. pg_user_mappings](full-docs/txt/view-pg-user-mappings.txt) - [53.37. pg_views](full-docs/txt/view-pg-views.txt) - [53.38. pg_wait_events](full-docs/txt/view-pg-wait-events.txt) - [54.1. Overview](full-docs/txt/protocol-overview.txt) - 54.1.1. Messaging Overview - 54.1.2. Extended Query Overview - 54.1.3. Formats and Format Codes - 54.1.4. Protocol Versions - [54.2. Message Flow](full-docs/txt/protocol-flow.txt) - 54.2.1. Start-up - 54.2.2. Simple Query - 54.2.3. Extended Query - 54.2.4. Pipelining - 54.2.5. Function Call - 54.2.6. COPY Operations - 54.2.7. Asynchronous Operations - 54.2.8. Canceling Requests in Progress - 54.2.9. Termination - 54.2.10. SSL Session Encryption - 54.2.11. GSSAPI Session Encryption - [54.3. SASL Authentication](full-docs/txt/sasl-authentication.txt) - 54.3.1. SCRAM-SHA-256 Authentication - 54.3.2. OAUTHBEARER Authentication - [54.4. Streaming Replication Protocol](full-docs/txt/protocol-replication.txt) - [54.5. Logical Streaming Replication Protocol](full-docs/txt/protocol-logical-replication.txt) - 54.5.1. Logical Streaming Replication Parameters - 54.5.2. Logical Replication Protocol Messages - 54.5.3. Logical Replication Protocol Message Flow - [54.6. Message Data Types](full-docs/txt/protocol-message-types.txt) - [54.7. Message Formats](full-docs/txt/protocol-message-formats.txt) - [54.8. Error and Notice Message Fields](full-docs/txt/protocol-error-fields.txt) - [54.9. Logical Replication Message Formats](full-docs/txt/protocol-logicalrep-message-formats.txt) - [54.10. Summary of Changes since Protocol 2.0](full-docs/txt/protocol-changes.txt) - [55.1. Formatting](full-docs/txt/source-format.txt) - [55.2. Reporting Errors Within the Server](full-docs/txt/error-message-reporting.txt) - [55.3. Error Message Style Guide](full-docs/txt/error-style-guide.txt) - [55.4. Miscellaneous Coding Conventions](full-docs/txt/source-conventions.txt) - [56.1. For the Translator](full-docs/txt/nls-translator.txt) - 56.1.1. Requirements - 56.1.2. Concepts - 56.1.3. Creating and Maintaining Message Catalogs - 56.1.4. Editing the PO Files - [56.2. For the Programmer](full-docs/txt/nls-programmer.txt) - 56.2.1. Mechanics - 56.2.2. Message-Writing Guidelines - [58.1. Foreign Data Wrapper Functions](full-docs/txt/fdw-functions.txt) - [58.2. Foreign Data Wrapper Callback Routines](full-docs/txt/fdw-callbacks.txt) - 58.2.1. FDW Routines for Scanning Foreign Tables - 58.2.2. FDW Routines for Scanning Foreign Joins - 58.2.3. FDW Routines for Planning Post-Scan/Join Processing - 58.2.4. FDW Routines for Updating Foreign Tables - 58.2.5. FDW Routines for TRUNCATE - 58.2.6. FDW Routines for Row Locking - 58.2.7. FDW Routines for EXPLAIN - 58.2.8. FDW Routines for ANALYZE - 58.2.9. FDW Routines for IMPORT FOREIGN SCHEMA - 58.2.10. FDW Routines for Parallel Execution - 58.2.11. FDW Routines for Asynchronous Execution - 58.2.12. FDW Routines for Reparameterization of Paths - [58.3. Foreign Data Wrapper Helper Functions](full-docs/txt/fdw-helpers.txt) - [58.4. Foreign Data Wrapper Query Planning](full-docs/txt/fdw-planning.txt) - [58.5. Row Locking in Foreign Data Wrappers](full-docs/txt/fdw-row-locking.txt) - [59.1. Sampling Method Support Functions](full-docs/txt/tablesample-support-functions.txt) - [60.1. Creating Custom Scan Paths](full-docs/txt/custom-scan-path.txt) - 60.1.1. Custom Scan Path Callbacks - [60.2. Creating Custom Scan Plans](full-docs/txt/custom-scan-plan.txt) - 60.2.1. Custom Scan Plan Callbacks - [60.3. Executing Custom Scans](full-docs/txt/custom-scan-execution.txt) - 60.3.1. Custom Scan Execution Callbacks - [61.1. Query Handling as a Complex Optimization Problem](full-docs/txt/geqo-intro.txt) - [61.2. Genetic Algorithms](full-docs/txt/geqo-intro2.txt) - [61.3. Genetic Query Optimization (GEQO) in PostgreSQL](full-docs/txt/geqo-pg-intro.txt) - 61.3.1. Generating Possible Plans with GEQO - 61.3.2. Future Implementation Tasks for PostgreSQL GEQO - [61.4. Further Reading](full-docs/txt/geqo-biblio.txt) - [63.1. Basic API Structure for Indexes](full-docs/txt/index-api.txt) - [63.2. Index Access Method Functions](full-docs/txt/index-functions.txt) - [63.3. Index Scanning](full-docs/txt/index-scanning.txt) - [63.4. Index Locking Considerations](full-docs/txt/index-locking.txt) - [63.5. Index Uniqueness Checks](full-docs/txt/index-unique-checks.txt) - [63.6. Index Cost Estimation Functions](full-docs/txt/index-cost-estimation.txt) - [64.1. Generic WAL Records](full-docs/txt/generic-wal.txt) - [64.2. Custom WAL Resource Managers](full-docs/txt/custom-rmgr.txt) - [65.1. B-Tree Indexes](full-docs/txt/btree.txt) - 65.1.1. Introduction - 65.1.2. Behavior of B-Tree Operator Classes - 65.1.3. B-Tree Support Functions - 65.1.4. Implementation - [65.2. GiST Indexes](full-docs/txt/gist.txt) - 65.2.1. Introduction - 65.2.2. Built-in Operator Classes - 65.2.3. Extensibility - 65.2.4. Implementation - 65.2.5. Examples - [65.3. SP-GiST Indexes](full-docs/txt/spgist.txt) - 65.3.1. Introduction - 65.3.2. Built-in Operator Classes - 65.3.3. Extensibility - 65.3.4. Implementation - 65.3.5. Examples - [65.4. GIN Indexes](full-docs/txt/gin.txt) - 65.4.1. Introduction - 65.4.2. Built-in Operator Classes - 65.4.3. Extensibility - 65.4.4. Implementation - 65.4.5. GIN Tips and Tricks - 65.4.6. Limitations - 65.4.7. Examples - [65.5. BRIN Indexes](full-docs/txt/brin.txt) - 65.5.1. Introduction - 65.5.2. Built-in Operator Classes - 65.5.3. Extensibility - [65.6. Hash Indexes](full-docs/txt/hash-index.txt) - 65.6.1. Overview - 65.6.2. Implementation - [66.1. Database File Layout](full-docs/txt/storage-file-layout.txt) - [66.2. TOAST](full-docs/txt/storage-toast.txt) - 66.2.1. Out-of-Line, On-Disk TOAST Storage - 66.2.2. Out-of-Line, In-Memory TOAST Storage - [66.3. Free Space Map](full-docs/txt/storage-fsm.txt) - [66.4. Visibility Map](full-docs/txt/storage-vm.txt) - [66.5. The Initialization Fork](full-docs/txt/storage-init.txt) - [66.6. Database Page Layout](full-docs/txt/storage-page-layout.txt) - 66.6.1. Table Row Layout - [66.7. Heap-Only Tuples (HOT)](full-docs/txt/storage-hot.txt) - [67.1. Transactions and Identifiers](full-docs/txt/transaction-id.txt) - [67.2. Transactions and Locking](full-docs/txt/xact-locking.txt) - [67.3. Subtransactions](full-docs/txt/subxacts.txt) - [67.4. Two-Phase Transactions](full-docs/txt/two-phase.txt) - [68.1. System Catalog Declaration Rules](full-docs/txt/system-catalog-declarations.txt) - [68.2. System Catalog Initial Data](full-docs/txt/system-catalog-initial-data.txt) - 68.2.1. Data File Format - 68.2.2. OID Assignment - 68.2.3. OID Reference Lookup - 68.2.4. Automatic Creation of Array Types - 68.2.5. Recipes for Editing Data Files - [68.3. BKI File Format](full-docs/txt/bki-format.txt) - [68.4. BKI Commands](full-docs/txt/bki-commands.txt) - [68.5. Structure of the Bootstrap BKI File](full-docs/txt/bki-structure.txt) - [68.6. BKI Example](full-docs/txt/bki-example.txt) - [69.1. Row Estimation Examples](full-docs/txt/row-estimation-examples.txt) - [69.2. Multivariate Statistics Examples](full-docs/txt/multivariate-statistics-examples.txt) - 69.2.1. Functional Dependencies - 69.2.2. Multivariate N-Distinct Counts - 69.2.3. MCV Lists - [69.3. Planner Statistics and Security](full-docs/txt/planner-stats-security.txt) - [70.1. Backup Manifest Top-level Object](full-docs/txt/backup-manifest-toplevel.txt) - [70.2. Backup Manifest File Object](full-docs/txt/backup-manifest-files.txt) - [70.3. Backup Manifest WAL Range Object](full-docs/txt/backup-manifest-wal-ranges.txt) - [B.1. Date/Time Input Interpretation](full-docs/txt/datetime-input-rules.txt) - [B.2. Handling of Invalid or Ambiguous Timestamps](full-docs/txt/datetime-invalid-input.txt) - [B.3. Date/Time Key Words](full-docs/txt/datetime-keywords.txt) - [B.4. Date/Time Configuration Files](full-docs/txt/datetime-config-files.txt) - [B.5. POSIX Time Zone Specifications](full-docs/txt/datetime-posix-timezone-specs.txt) - [B.6. History of Units](full-docs/txt/datetime-units-history.txt) - [B.7. Julian Dates](full-docs/txt/datetime-julian-dates.txt) - [D.1. Supported Features](full-docs/txt/features-sql-standard.txt) - [D.2. Unsupported Features](full-docs/txt/unsupported-features-sql-standard.txt) - [D.3. XML Limits and Conformance to SQL/XML](full-docs/txt/xml-limits-conformance.txt) - D.3.1. Queries Are Restricted to XPath 1.0 - D.3.2. Incidental Limits of the Implementation - [E.1. Release 18](full-docs/txt/release-18.txt) - E.1.1. Overview - E.1.2. Migration to Version 18 - E.1.3. Changes - E.1.4. Acknowledgments - [E.2. Prior Releases](full-docs/txt/release-prior.txt) - [F.1. amcheck — tools to verify table and index consistency](full-docs/txt/amcheck.txt) - F.1.1. Functions - F.1.2. Optional heapallindexed Verification - F.1.3. Using amcheck Effectively - F.1.4. Repairing Corruption - [F.2. auth_delay — pause on authentication failure](full-docs/txt/auth-delay.txt) - F.2.1. Configuration Parameters - F.2.2. Author - [F.3. auto_explain — log execution plans of slow queries](full-docs/txt/auto-explain.txt) - F.3.1. Configuration Parameters - F.3.2. Example - F.3.3. Author - [F.4. basebackup_to_shell — example "shell" pg_basebackup module](full-docs/txt/basebackup-to-shell.txt) - F.4.1. Configuration Parameters - F.4.2. Author - [F.5. basic_archive — an example WAL archive module](full-docs/txt/basic-archive.txt) - F.5.1. Configuration Parameters - F.5.2. Notes - F.5.3. Author - [F.6. bloom — bloom filter index access method](full-docs/txt/bloom.txt) - F.6.1. Parameters - F.6.2. Examples - F.6.3. Operator Class Interface - F.6.4. Limitations - F.6.5. Authors - [F.7. btree_gin — GIN operator classes with B-tree behavior](full-docs/txt/btree-gin.txt) - F.7.1. Example Usage - F.7.2. Authors - [F.8. btree_gist — GiST operator classes with B-tree behavior](full-docs/txt/btree-gist.txt) - F.8.1. Example Usage - F.8.2. Authors - [F.9. citext — a case-insensitive character string type](full-docs/txt/citext.txt) - F.9.1. Rationale - F.9.2. How to Use It - F.9.3. String Comparison Behavior - F.9.4. Limitations - F.9.5. Author - [F.10. cube — a multi-dimensional cube data type](full-docs/txt/cube.txt) - F.10.1. Syntax - F.10.2. Precision - F.10.3. Usage - F.10.4. Defaults - F.10.5. Notes - F.10.6. Credits - [F.11. dblink — connect to other PostgreSQL databases](full-docs/txt/dblink.txt) - [F.12. dict_int — example full-text search dictionary for integers](full-docs/txt/dict-int.txt) - F.12.1. Configuration - F.12.2. Usage - [F.13. dict_xsyn — example synonym full-text search dictionary](full-docs/txt/dict-xsyn.txt) - F.13.1. Configuration - F.13.2. Usage - [F.14. earthdistance — calculate great-circle distances](full-docs/txt/earthdistance.txt) - F.14.1. Cube-Based Earth Distances - F.14.2. Point-Based Earth Distances - [F.15. file_fdw — access data files in the server's file system](full-docs/txt/file-fdw.txt) - [F.16. fuzzystrmatch — determine string similarities and distance](full-docs/txt/fuzzystrmatch.txt) - F.16.1. Soundex - F.16.2. Daitch-Mokotoff Soundex - F.16.3. Levenshtein - F.16.4. Metaphone - F.16.5. Double Metaphone - [F.17. hstore — hstore key/value datatype](full-docs/txt/hstore.txt) - F.17.1. hstore External Representation - F.17.2. hstore Operators and Functions - F.17.3. Indexes - F.17.4. Examples - F.17.5. Statistics - F.17.6. Compatibility - F.17.7. Transforms - F.17.8. Authors - [F.18. intagg — integer aggregator and enumerator](full-docs/txt/intagg.txt) - F.18.1. Functions - F.18.2. Sample Uses - [F.19. intarray — manipulate arrays of integers](full-docs/txt/intarray.txt) - F.19.1. intarray Functions and Operators - F.19.2. Index Support - F.19.3. Example - F.19.4. Benchmark - F.19.5. Authors - [F.20. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)](full-docs/txt/isn.txt) - F.20.1. Data Types - F.20.2. Casts - F.20.3. Functions and Operators - F.20.4. Configuration Parameters - F.20.5. Examples - F.20.6. Bibliography - F.20.7. Author - [F.21. lo — manage large objects](full-docs/txt/lo.txt) - F.21.1. Rationale - F.21.2. How to Use It - F.21.3. Limitations - F.21.4. Author - [F.22. ltree — hierarchical tree-like data type](full-docs/txt/ltree.txt) - F.22.1. Definitions - F.22.2. Operators and Functions - F.22.3. Indexes - F.22.4. Example - F.22.5. Transforms - F.22.6. Authors - [F.23. pageinspect — low-level inspection of database pages](full-docs/txt/pageinspect.txt) - F.23.1. General Functions - F.23.2. Heap Functions - F.23.3. B-Tree Functions - F.23.4. BRIN Functions - F.23.5. GIN Functions - F.23.6. GiST Functions - F.23.7. Hash Functions - [F.24. passwordcheck — verify password strength](full-docs/txt/passwordcheck.txt) - F.24.1. Configuration Parameters - [F.25. pg_buffercache — inspect PostgreSQL buffer cache state](full-docs/txt/pgbuffercache.txt) - F.25.1. The pg_buffercache View - F.25.2. The pg_buffercache_numa View - F.25.3. The pg_buffercache_summary() Function - F.25.4. The pg_buffercache_usage_counts() Function - F.25.5. The pg_buffercache_evict() Function - F.25.6. The pg_buffercache_evict_relation() Function - F.25.7. The pg_buffercache_evict_all() Function - F.25.8. Sample Output - F.25.9. Authors - [F.26. pgcrypto — cryptographic functions](full-docs/txt/pgcrypto.txt) - F.26.1. General Hashing Functions - F.26.2. Password Hashing Functions - F.26.3. PGP Encryption Functions - F.26.4. Raw Encryption Functions - F.26.5. Random-Data Functions - F.26.6. OpenSSL Support Functions - F.26.7. Configuration Parameters - F.26.8. Notes - F.26.9. Author - [F.27. pg_freespacemap — examine the free space map](full-docs/txt/pgfreespacemap.txt) - F.27.1. Functions - F.27.2. Sample Output - F.27.3. Author - [F.28. pg_logicalinspect — logical decoding components inspection](full-docs/txt/pglogicalinspect.txt) - F.28.1. Functions - F.28.2. Author - [F.29. pg_overexplain — allow EXPLAIN to dump even more details](full-docs/txt/pgoverexplain.txt) - F.29.1. EXPLAIN (DEBUG) - F.29.2. EXPLAIN (RANGE_TABLE) - F.29.3. Author - [F.30. pg_prewarm — preload relation data into buffer caches](full-docs/txt/pgprewarm.txt) - F.30.1. Functions - F.30.2. Configuration Parameters - F.30.3. Author - [F.31. pgrowlocks — show a table's row locking information](full-docs/txt/pgrowlocks.txt) - F.31.1. Overview - F.31.2. Sample Output - F.31.3. Author - [F.32. pg_stat_statements — track statistics of SQL planning and execution](full-docs/txt/pgstatstatements.txt) - F.32.1. The pg_stat_statements View - F.32.2. The pg_stat_statements_info View - F.32.3. Functions - F.32.4. Configuration Parameters - F.32.5. Sample Output - F.32.6. Authors - [F.33. pgstattuple — obtain tuple-level statistics](full-docs/txt/pgstattuple.txt) - F.33.1. Functions - F.33.2. Authors - [F.34. pg_surgery — perform low-level surgery on relation data](full-docs/txt/pgsurgery.txt) - F.34.1. Functions - F.34.2. Authors - [F.35. pg_trgm — support for similarity of text using trigram matching](full-docs/txt/pgtrgm.txt) - F.35.1. Trigram (or Trigraph) Concepts - F.35.2. Functions and Operators - F.35.3. GUC Parameters - F.35.4. Index Support - F.35.5. Text Search Integration - F.35.6. References - F.35.7. Authors - [F.36. pg_visibility — visibility map information and utilities](full-docs/txt/pgvisibility.txt) - F.36.1. Functions - F.36.2. Author - [F.37. pg_walinspect — low-level WAL inspection](full-docs/txt/pgwalinspect.txt) - F.37.1. General Functions - F.37.2. Author - [F.38. postgres_fdw — access data stored in external PostgreSQL servers](full-docs/txt/postgres-fdw.txt) - F.38.1. FDW Options of postgres_fdw - F.38.2. Functions - F.38.3. Connection Management - F.38.4. Transaction Management - F.38.5. Remote Query Optimization - F.38.6. Remote Query Execution Environment - F.38.7. Cross-Version Compatibility - F.38.8. Wait Events - F.38.9. Configuration Parameters - F.38.10. Examples - F.38.11. Author - [F.39. seg — a datatype for line segments or floating point intervals](full-docs/txt/seg.txt) - F.39.1. Rationale - F.39.2. Syntax - F.39.3. Precision - F.39.4. Usage - F.39.5. Notes - F.39.6. Credits - [F.40. sepgsql — SELinux-, label-based mandatory access control (MAC) security module](full-docs/txt/sepgsql.txt) - F.40.1. Overview - F.40.2. Installation - F.40.3. Regression Tests - F.40.4. GUC Parameters - F.40.5. Features - F.40.6. Sepgsql Functions - F.40.7. Limitations - F.40.8. External Resources - F.40.9. Author - [F.41. spi — Server Programming Interface features/examples](full-docs/txt/contrib-spi.txt) - F.41.1. refint — Functions for Implementing Referential Integrity - F.41.2. autoinc — Functions for Autoincrementing Fields - F.41.3. insert_username — Functions for Tracking Who Changed a Table - F.41.4. moddatetime — Functions for Tracking Last Modification Time - [F.42. sslinfo — obtain client SSL information](full-docs/txt/sslinfo.txt) - F.42.1. Functions Provided - F.42.2. Author - [F.43. tablefunc — functions that return tables (crosstab and others)](full-docs/txt/tablefunc.txt) - F.43.1. Functions Provided - F.43.2. Author - [F.44. tcn — a trigger function to notify listeners of changes to table content](full-docs/txt/tcn.txt) - [F.45. test_decoding — SQL-based test/example module for WAL logical decoding](full-docs/txt/test-decoding.txt) - [F.46. tsm_system_rows — the SYSTEM_ROWS sampling method for TABLESAMPLE](full-docs/txt/tsm-system-rows.txt) - F.46.1. Examples - [F.47. tsm_system_time — the SYSTEM_TIME sampling method for TABLESAMPLE](full-docs/txt/tsm-system-time.txt) - F.47.1. Examples - [F.48. unaccent — a text search dictionary which removes diacritics](full-docs/txt/unaccent.txt) - F.48.1. Configuration - F.48.2. Usage - F.48.3. Functions - [F.49. uuid-ossp — a UUID generator](full-docs/txt/uuid-ossp.txt) - F.49.1. uuid-ossp Functions - F.49.2. Building uuid-ossp - F.49.3. Author - [F.50. xml2 — XPath querying and XSLT functionality](full-docs/txt/xml2.txt) - F.50.1. Deprecation Notice - F.50.2. Description of Functions - F.50.3. xpath_table - F.50.4. XSLT Functions - F.50.5. Author - [G.1. Client Applications](full-docs/txt/contrib-prog-client.txt) - [G.2. Server Applications](full-docs/txt/contrib-prog-server.txt) - [H.1. Client Interfaces](full-docs/txt/external-interfaces.txt) - [H.2. Administration Tools](full-docs/txt/external-admin-tools.txt) - [H.3. Procedural Languages](full-docs/txt/external-pl.txt) - [H.4. Extensions](full-docs/txt/external-extensions.txt) - [I.1. Getting the Source via Git](full-docs/txt/git.txt) - [J.1. DocBook](full-docs/txt/docguide-docbook.txt) - [J.2. Tool Sets](full-docs/txt/docguide-toolsets.txt) - J.2.1. Installation on Fedora, RHEL, and Derivatives - J.2.2. Installation on FreeBSD - J.2.3. Debian Packages - J.2.4. macOS - J.2.5. Detection by configure - [J.3. Building the Documentation with Make](full-docs/txt/docguide-build.txt) - J.3.1. HTML - J.3.2. Manpages - J.3.3. PDF - J.3.4. Syntax Check - [J.4. Building the Documentation with Meson](full-docs/txt/docguide-build-meson.txt) - [J.5. Documentation Authoring](full-docs/txt/docguide-authoring.txt) - J.5.1. Emacs - [J.6. Style Guide](full-docs/txt/docguide-style.txt) - J.6.1. Reference Pages - [N.1. When Color is Used](full-docs/txt/color-when.txt) - [N.2. Configuring the Colors](full-docs/txt/color-which.txt) - [O.1. recovery.conf file merged into postgresql.conf](full-docs/txt/recovery-config.txt) - [O.2. Default Roles Renamed to Predefined Roles](full-docs/txt/default-roles.txt) - [O.3. pg_xlogdump renamed to pg_waldump](full-docs/txt/pgxlogdump.txt) - [O.4. pg_resetxlog renamed to pg_resetwal](full-docs/txt/app-pgresetxlog.txt) - [O.5. pg_receivexlog renamed to pg_receivewal](full-docs/txt/app-pgreceivexlog.txt)