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
- E.1. Postgres Pro Standard 17.7.1
- E.2. Postgres Pro Standard 17.6.1
- E.3. Postgres Pro Standard 17.5.1
- E.4. Postgres Pro Standard 17.4.1
- E.5. Postgres Pro Standard 17.2.1
- E.6. Postgres Pro Standard 17.0.1
- E.7. Release 17.7
- E.8. Release 17.6
- E.9. Release 17.5
- E.10. Release 17.4
- E.11. Release 17.3
- E.12. Release 17.2
- E.13. Release 17.1
- E.14. Release 17
- E.15. Prior Releases
- E.2. Postgres Pro Standard 17.6.1
- E.1. Postgres Pro Standard 17.7.1
- F. Additional Supplied Modules and Extensions Shipped in
postgrespro-std-17-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. pgpro_bindump â a replication protocol module for backup and restore
- F.43. pgpro_cpumeter â a CPU usage monitoring system function
- F.44. pg_prewarm â preload relation data into buffer caches
- F.45. pg_query_state â a facility to know the current state of query execution on working backend
- F.46. pgrowlocks â show a table's row locking information
- F.47. pg_stat_statements â track statistics of SQL planning and execution
- F.48. pgstattuple â obtain tuple-level statistics
- F.49. pg_surgery â perform low-level surgery on relation data
- F.50. pg_trgm â support for similarity of text using trigram matching
- F.51. pg_trgm_mchar â trigram-based search for similar
mcharandmvarcharstrings- F.52. pg_tsparser â an extension for text search
- F.53. pg_variables â functions for working with variables of various types
- F.54. pg_visibility â visibility map information and utilities
- F.55. pg_wait_sampling â collecting sampling-based statistics on wait events
- F.56. pg_walinspect â low-level WAL inspection
- F.57. plantuner â hints for the planner to disable or enable indexes for query execution
- F.58. postgres_fdw â access data stored in external Postgres Pro servers
- F.59. ptrack â a block-level incremental backup engine for Postgres Pro
- F.60. rum â an access method to work with the
RUMindexes- F.61. seg â a datatype for line segments or floating point intervals
- F.62. sepgsql â SELinux-, label-based mandatory access control (MAC) security module
- F.63. shared_ispell â a shared ispell dictionary
- F.64. spi â Server Programming Interface features/examples
- F.65. sslinfo â obtain client SSL information
- F.66. tablefunc â functions that return tables (
crosstaband others)- F.67. tcn â a trigger function to notify listeners of changes to table content
- F.68. test_decoding â SQL-based test/example module for WAL logical decoding
- F.69. tsm_system_rows â the
SYSTEM_ROWSsampling method forTABLESAMPLE- F.70. tsm_system_time â the
SYSTEM_TIMEsampling method forTABLESAMPLE- F.71. unaccent â a text search dictionary which removes diacritics
- F.72. uuid-ossp â a UUID generator
- F.73. 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