Part VIII. Appendixes
Table of Contents
- A. Postgres Pro Error Codes
- B. Date/Time Support
- C. SQL Key Words
- D. SQL Conformance
- E. Release Notes
- F. Additional Supplied Modules and Extensions Shipped in
postgrespro-std-18-contrib - F.1. amcheck â tools to verify table and index consistency
- F.2. aqo â cost-based query optimization
- F.3. auth_delay â pause on authentication failure
- F.4. auto_dump â get data and reproduce problematic queries
- F.5. auto_explain â log execution plans of slow queries
- F.6. basebackup_to_shell â example "shell" pg_basebackup module
- F.7. basic_archive â an example WAL archive module
- F.8. bloom â bloom filter index access method
- F.9. btree_gin â GIN operator classes with B-tree behavior
- F.10. btree_gist â GiST operator classes with B-tree behavior
- F.11. citext â a case-insensitive character string type
- F.12. cube â a multi-dimensional cube data type
- F.13. daterange_inclusive â upper bound-inclusive
daterange- F.14. dbcopies_decoding â 1C module for updating database copies
- F.15. dblink â connect to other Postgres Pro databases
- F.16. dict_int â example full-text search dictionary for integers
- F.17. dict_xsyn â example synonym full-text search dictionary
- F.18. dump_stat â functions to backup and recover the
pg_statistictable- F.19. earthdistance â calculate great-circle distances
- F.20. fasttrun â a transaction unsafe function to truncate temporary tables
- F.21. file_fdw â access data files in the server's file system
- F.22. fulleq â an additional equivalence operator for compatibility with Microsoft SQL Server
- F.23. fuzzystrmatch â determine string similarities and distance
- F.24. hstore â hstore key/value datatype
- F.25. Hunspell Dictionaries Modules
- F.26. hypopg â support for hypothetical indexes
- F.27. intagg â integer aggregator and enumerator
- F.28. intarray â manipulate arrays of integers
- F.29. isn â data types for international standard numbers (ISBN, EAN, UPC, etc.)
- F.30. jsquery â a language to query
jsonbdata type- F.31. lo â manage large objects
- F.32. ltree â hierarchical tree-like data type
- F.33. mchar â additional data types for compatibility with Microsoft SQL Server
- F.34. online_analyze â update statistics after
INSERT,UPDATE,DELETE,SELECT INTO, orCOPYoperations- F.35. pageinspect â low-level inspection of database pages
- F.36. passwordcheck â verify password strength
- F.37. pg_buffercache â inspect Postgres Pro buffer cache state
- F.38. pgcrypto â cryptographic functions
- F.39. pg_freespacemap â examine the free space map
- F.40. pg_proaudit â enables detailed logging of various security events
- F.41. pgpro_autopart â dynamic partition creation
- F.42. pg_logicalinspect â logical decoding components inspection
- F.43. pg_overexplain â allow EXPLAIN to dump even more details
- F.44. pgpro_bindump â a replication protocol module for backup and restore
- F.45. pgpro_cpumeter â a CPU usage monitoring system function
- F.46. pg_prewarm â preload relation data into buffer caches
- F.47. pg_query_state â a facility to know the current state of query execution on working backend
- F.48. pgrowlocks â show a table's row locking information
- F.49. pg_stat_statements â track statistics of SQL planning and execution
- F.50. pgstattuple â obtain tuple-level statistics
- F.51. pg_surgery â perform low-level surgery on relation data
- F.52. pg_trgm â support for similarity of text using trigram matching
- F.53. pg_trgm_mchar â trigram-based search for similar
mcharandmvarcharstrings- F.54. pg_tsparser â an extension for text search
- F.55. pg_variables â functions for working with variables of various types
- F.56. pg_visibility â visibility map information and utilities
- F.57. pg_wait_sampling â collecting sampling-based statistics on wait events
- F.58. pg_walinspect â low-level WAL inspection
- F.59. plantuner â hints for the planner to disable or enable indexes for query execution
- F.60. postgres_fdw â access data stored in external Postgres Pro servers
- F.61. ptrack â a block-level incremental backup engine for Postgres Pro
- F.62. rum â an access method to work with the
RUMindexes- F.63. seg â a datatype for line segments or floating point intervals
- F.64. sepgsql â SELinux-, label-based mandatory access control (MAC) security module
- F.65. shared_ispell â a shared ispell dictionary
- F.66. spi â Server Programming Interface features/examples
- F.67. sslinfo â obtain client SSL information
- F.68. tablefunc â functions that return tables (
crosstaband others)- F.69. tcn â a trigger function to notify listeners of changes to table content
- F.70. test_decoding â SQL-based test/example module for WAL logical decoding
- F.71. tsm_system_rows â the
SYSTEM_ROWSsampling method forTABLESAMPLE- F.72. tsm_system_time â the
SYSTEM_TIMEsampling method forTABLESAMPLE- F.73. unaccent â a text search dictionary which removes diacritics
- F.74. uuid-ossp â a UUID generator
- F.75. xml2 â XPath querying and XSLT functionality
- F.2. aqo â cost-based query optimization
- F.1. amcheck â tools to verify table and index consistency
- G. Postgres Pro Modules and Extensions Shipped as Individual Packages
- H. Third-Party Modules and Extensions Shipped as Individual Packages
- I. Additional Supplied Programs
- J. External Projects
- K. Configuring Postgres Pro for 1C Solutions
- L. Postgres Pro Limits
- M. Demo Database âAirlinesâ
- N. Acronyms
- O. Glossary
- P. Color Support
- O. Glossary
- Q. Obsolete or Renamed Features