Part VIII. Appendixes#
Part VIII. Appendixes
Table of Contents
- A. Tantor SE Error Codes
- B. Date/Time Support
- C. SQL Key Words
- D. SQL Conformance
- E. Release Notes
- E.1. Release Notes for Tantor SE 17.10.0
- E.2. Release Notes for Tantor SE 17.9.0
- E.3. Release Notes for Tantor SE 17.7.0
- E.4. Release Notes for Tantor SE 17.6.0
- E.5. Release Notes for Tantor SE 17.5.2
- E.6. Release Notes for Tantor SE 17.5.0
- E.7. Release 17.10
- E.8. Release 17.9
- E.9. Release 17.8
- E.10. Release 17.7
- E.11. Release 17.6
- E.12. Release 17.5
- E.13. Release 17.4
- E.14. Release 17.3
- E.15. Release 17.2
- E.16. Release 17.1
- E.17. Release 17
- E.18. Prior Releases
- F. Additional Supplied Modules and Extensions
- F.1. amcheck — tools to verify table and index consistency
- F.2. auth_delay — pause on authentication failure
- F.3. auto_dump — extension with ProcessInterrupts hook
- F.4. auto_explain — log execution plans of slow queries
- F.5. basebackup_to_shell — example "shell" pg_basebackup module
- F.6. basic_archive — an example WAL archive module
- F.7. bloom — bloom filter index access method
- F.8. btree_gin — GIN operator classes with B-tree behavior
- F.9. btree_gist — GiST operator classes with B-tree behavior
- F.10. citext — a case-insensitive character string type
- F.11. spi — Server Programming Interface features/examples
- F.12. credcheck — Tantor SE username/password checks
- F.13. cube — a multi-dimensional cube data type
- F.14. dbcopies_decoding — database copy mechanism and data accelerator
- F.15. dblink — connect to other PostgreSQL databases
- F.16. dict_int — example full-text search dictionary for integers
- F.17. dict_xsyn — example synonym full-text search dictionary
- F.18. earthdistance — calculate great-circle distances
- F.19. fasttrun — function to truncate temporary tables without growing
pg_classsize - F.20. file_fdw — access data files in the server's file system
- F.21. fulleq — equivalence operator for compatibility with Microsoft SQL Server
- F.22. fuzzystrmatch — determine string similarities and distance
- F.23. hstore — hstore key/value datatype
- F.24. hydra (columnar) — hydra optimized row columnar (ORC)
- F.25. HypoPG — support for hypothetical indexes
- F.26. intagg — integer aggregator and enumerator
- F.27. intarray — manipulate arrays of integers
- F.28. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)
- F.29. lo — manage large objects
- F.30. ltree — hierarchical tree-like data type
- F.31. mchar — additional data types for compatibility with Microsoft SQL Server (MS SQL)
- F.32. oauth_validator — OAuth 2.0 Basic Token Validator for Tantor SE
- F.33. online_analyze — statistic collection right after INSERT/UPDATE/DELETE/SELECT
- F.34. orafce — set of functions that provide compatibility with Oracle databases
- F.35. pageinspect — low-level inspection of database pages
- F.36. page_repair — individual page repair using standby’s data
- F.37. passwordcheck — verify password strength
- F.38. pg_archive — automatically archive historical data from partitioned tables
- F.39. pgAudit — detailed session and/or object audit logging
- F.40. pgauditlogtofile — pgAudit addon for redirect audit log lines to an independent file
- F.41. pg_background — run commands in background workers
- F.42. pg_buffercache — inspect Tantor SE buffer cache state
- F.43. pg_cron — cron-based job scheduler working within the database
- F.44. pgcrypto — cryptographic functions
- F.45. pg_freespacemap — examine the free space map
- F.46. pg_hint_plan — configuring plans of SQL queries in SQL comments
- F.47. pg_ivm — Incremental View Maintenance (IVM) feature for Tantor SE
- F.48. pgl_ddl_deploy — transparent logical DDL replication
- F.49. pg_partman — create and manage time-based and number-based table partition sets
- F.50. pg_prewarm — preload relation data into buffer caches
- F.51. PGQ — generic, high-performance lockless queue with simple API based on SQL functions
- F.52. pg_qualstats — statistics on predicates found in
WHEREstatements andJOINclauses - F.53. pg_query_id — manipulate aspects of query id computation
- F.54. pg_repack — remove bloat from tables and indexes
- F.55. pgrowlocks — show a table's row locking information
- F.56. pgsql-http — Tantor SE HTTP Client
- F.57. pg_stat_advisor — Tantor SE advisor to create extended statistics
- F.58. pg_stat_kcache — statistics about real reads and writes
- F.59. pg_stat_statements — track statistics of SQL planning and execution
- F.60. pgstattuple — obtain tuple-level statistics
- F.61. pg_store_plans — means for tracking execution plan statistics of all SQL statements
- F.62. pg_surgery — perform low-level surgery on relation data
- F.63. pg_tde — Transparent Data Encryption for Tantor SE
- F.64. pg_throttle — extension which add query throttling feature
- F.65. pg_trace — Real-time filtered query tracing for Tantor SE
- F.66. pg_trgm — support for similarity of text using trigram matching
- F.67. pg_uuidv7 — extension to generate UUID version 7 and some other functions
- F.68. pg_variables — work with variables of different types
- F.69. pg_visibility — visibility map information and utilities
- F.70. pg_wait_profile — sample-based profiling of database activity
- F.71. pg_wait_sampling — sampling based statistics of wait events
- F.72. pg_walinspect — low-level WAL inspection
- F.73. plantuner — planner hints
- F.74. postgres_fdw — access data stored in external Tantor SE servers
- F.75. seg — a datatype for line segments or floating point intervals
- F.76. sepgsql — SELinux-, label-based mandatory access control (MAC) security module
- F.77. sslinfo — obtain client SSL information
- F.78. tablefunc — functions that return tables (
crosstaband others) - F.79. tcn — a trigger function to notify listeners of changes to table content
- F.80. test_decoding — SQL-based test/example module for WAL logical decoding
- F.81. transp_anon — mask or replace personally identifiable information or commercially sensitive data
- F.82. tsm_system_rows —
the
SYSTEM_ROWSsampling method forTABLESAMPLE - F.83. tsm_system_time —
the
SYSTEM_TIMEsampling method forTABLESAMPLE - F.84. unaccent — a text search dictionary which removes diacritics
- F.85. uuid-ossp — a UUID generator
- F.86. vector (pgvector) — search vector similarity
- F.87. xml2 — XPath querying and XSLT functionality
- G. Additional Supplied Programs
- H. Additional Supplied Utilities
- I. Tantor Additional Programs Distributed as Separate Packages
- J. Additional External Modules Distributed as Separate Packages
- K. External Projects
- L. Tantor SE Limits
- M. Acronyms
- N. Glossary
- O. Color Support
- P. Obsolete or Renamed Features
- Appendix A. Tantor SE Error Codes
- Appendix B. Date/Time Support
- Appendix C. SQL Key Words
- Appendix D. SQL Conformance
- Appendix E. Release Notes
- E.1. Release Notes for Tantor SE 17.10.0
- E.2. Release Notes for Tantor SE 17.9.0
- E.3. Release Notes for Tantor SE 17.7.0
- E.4. Release Notes for Tantor SE 17.6.0
- E.5. Release Notes for Tantor SE 17.5.2
- E.6. Release Notes for Tantor SE 17.5.0
- E.7. Release 17.10
- E.8. Release 17.9
- E.9. Release 17.8
- E.10. Release 17.7
- E.11. Release 17.6
- E.12. Release 17.5
- E.13. Release 17.4
- E.14. Release 17.3
- E.15. Release 17.2
- E.16. Release 17.1
- E.17. Release 17
- E.18. Prior Releases
- Appendix F. Additional Supplied Modules and Extensions
- F.1. amcheck — tools to verify table and index consistency
- F.2. auth_delay — pause on authentication failure
- F.3. auto_dump — extension with ProcessInterrupts hook
- F.4. auto_explain — log execution plans of slow queries
- F.5. basebackup_to_shell — example “shell” pg_basebackup module
- F.6. basic_archive — an example WAL archive module
- F.7. bloom — bloom filter index access method
- F.8. btree_gin — GIN operator classes with B-tree behavior
- F.9. btree_gist — GiST operator classes with B-tree behavior
- F.10. citext — a case-insensitive character string type
- F.11. spi — Server Programming Interface features/examples
- F.12. credcheck — Tantor SE username/password checks
- F.13. cube — a multi-dimensional cube data type
- F.14. dbcopies_decoding — database copy mechanism and data accelerator
- F.15. dblink — connect to other PostgreSQL databases
- F.16. dict_int — example full-text search dictionary for integers
- F.17. dict_xsyn — example synonym full-text search dictionary
- F.18. earthdistance — calculate great-circle distances
- F.19. fasttrun — function to truncate temporary tables without growing pg_class size
- F.20. file_fdw — access data files in the server’s file system
- F.21. fulleq — equivalence operator for compatibility with Microsoft SQL Server
- F.22. fuzzystrmatch — determine string similarities and distance
- F.23. hstore — hstore key/value datatype
- F.24. hydra (columnar) — hydra optimized row columnar (ORC)
- F.25. HypoPG — support for hypothetical indexes
- F.26. intagg — integer aggregator and enumerator
- F.27. intarray — manipulate arrays of integers
- F.28. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)
- F.29. lo — manage large objects
- F.30. ltree — hierarchical tree-like data type
- F.31. mchar — additional data types for compatibility with Microsoft SQL Server (MS SQL)
- F.32. oauth_validator — OAuth 2.0 Basic Token Validator for Tantor SE
- F.33. online_analyze — statistic collection right after INSERT/UPDATE/DELETE/SELECT
- F.34. orafce — set of functions that provide compatibility with Oracle databases
- F.35. pageinspect — low-level inspection of database pages
- F.36. page_repair — individual page repair using standby’s data
- F.37. passwordcheck — verify password strength
- F.38. pg_archive — automatically archive historical data from partitioned tables
- F.39. pgAudit — detailed session and/or object audit logging
- F.40. pgauditlogtofile — pgAudit addon for redirect audit log lines to an independent file
- F.41. pg_background — run commands in background workers
- F.42. pg_buffercache — inspect Tantor SE buffer cache state
- F.43. pg_cron — cron-based job scheduler working within the database
- F.44. pgcrypto — cryptographic functions
- F.45. pg_freespacemap — examine the free space map
- F.46. pg_hint_plan — configuring plans of SQL queries in SQL comments
- F.47. pg_ivm — Incremental View Maintenance (IVM) feature for Tantor SE
- F.48. pgl_ddl_deploy — transparent logical DDL replication
- F.49. pg_partman — create and manage time-based and number-based table partition sets
- F.50. pg_prewarm — preload relation data into buffer caches
- F.51. PGQ — generic, high-performance lockless queue with simple API based on SQL functions
- F.52. pg_qualstats — statistics on predicates found in WHERE statements and JOIN clauses
- F.53. pg_query_id — manipulate aspects of query id computation
- F.54. pg_repack — remove bloat from tables and indexes
- F.55. pgrowlocks — show a table’s row locking information
- F.56. pgsql-http — Tantor SE HTTP Client
- F.57. pg_stat_advisor — Tantor SE advisor to create extended statistics
- F.58. pg_stat_kcache — statistics about real reads and writes
- F.59. pg_stat_statements — track statistics of SQL planning and execution
- F.60. pgstattuple — obtain tuple-level statistics
- F.61. pg_store_plans — means for tracking execution plan statistics of all SQL statements
- F.62. pg_surgery — perform low-level surgery on relation data
- F.63. pg_tde — Transparent Data Encryption for Tantor SE
- F.64. pg_throttle — extension which add query throttling feature
- F.65. pg_trace — Real-time filtered query tracing for Tantor SE
- F.66. pg_trgm — support for similarity of text using trigram matching
- F.67. pg_uuidv7 — extension to generate UUID version 7 and some other functions
- F.68. pg_variables — work with variables of different types
- F.69. pg_visibility — visibility map information and utilities
- F.70. pg_wait_profile — sample-based profiling of database activity
- F.71. pg_wait_sampling — sampling based statistics of wait events
- F.72. pg_walinspect — low-level WAL inspection
- F.73. plantuner — planner hints
- F.74. postgres_fdw — access data stored in external Tantor SE servers
- F.75. seg — a datatype for line segments or floating point intervals
- F.76. sepgsql — SELinux-, label-based mandatory access control (MAC) security module
- F.77. sslinfo — obtain client SSL information
- F.78. tablefunc — functions that return tables (crosstab and others)
- F.79. tcn — a trigger function to notify listeners of changes to table content
- F.80. test_decoding — SQL-based test/example module for WAL logical decoding
- F.81. transp_anon — mask or replace personally identifiable information or commercially sensitive data
- F.82. tsm_system_rows — the SYSTEM_ROWS sampling method for TABLESAMPLE
- F.83. tsm_system_time — the SYSTEM_TIME sampling method for TABLESAMPLE
- F.84. unaccent — a text search dictionary which removes diacritics
- F.85. uuid-ossp — a UUID generator
- F.86. vector (pgvector) — search vector similarity
- F.87. xml2 — XPath querying and XSLT functionality
- Appendix G. Additional Supplied Programs
- Appendix H. Additional Supplied Utilities
- Appendix I. Tantor Additional Programs Distributed as Separate Packages
- Appendix J. Additional External Modules Distributed as Separate Packages
- Appendix K. External Projects
- Appendix L. Tantor SE Limits
- Appendix M. Acronyms
- Appendix N. Glossary
- Appendix O. Color Support
- Appendix P. Obsolete or Renamed Features