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-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_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. cube — a multi-dimensional cube data type
- F.12. dbcopies_decoding — 1C module for updating database copies
- F.13. dblink — connect to other Postgres Pro databases
- F.14. dict_int — example full-text search dictionary for integers
- F.15. dict_xsyn — example synonym full-text search dictionary
- F.16. dump_stat — functions to backup and recover the
pg_statistic
table- F.17. earthdistance — calculate great-circle distances
- F.18. fasttrun — a transaction unsafe function to truncate temporary tables
- F.19. file_fdw — access data files in the server's file system
- F.20. fulleq — an additional equivalence operator for compatibility with Microsoft SQL Server
- F.21. fuzzystrmatch — determine string similarities and distance
- F.22. hstore — hstore key/value datatype
- F.23. Hunspell Dictionaries Modules
- F.24. hypopg — support for hypothetical indexes
- F.25. intagg — integer aggregator and enumerator
- F.26. intarray — manipulate arrays of integers
- F.27. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)
- F.28. jsquery — a language to query
jsonb
data type- 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
- F.32. online_analyze — update statistics after
INSERT
,UPDATE
,DELETE
, orSELECT INTO
operations- F.33. pageinspect — low-level inspection of database pages
- F.34. passwordcheck — verify password strength
- F.35. pg_buffercache — inspect Postgres Pro buffer cache state
- F.36. pgcrypto — cryptographic functions
- F.37. pg_freespacemap — examine the free space map
- F.38. pg_proaudit — enables detailed logging of various security events
- F.39. pgpro_autopart — dynamic partition creation
- F.40. pg_prewarm — preload relation data into buffer caches
- F.41. pg_query_state — a facility to know the current state of query execution on working backend
- F.42. pgrowlocks — show a table's row locking information
- F.43. pg_stat_statements — track statistics of SQL planning and execution
- F.44. pgstattuple — obtain tuple-level statistics
- F.45. pg_surgery — perform low-level surgery on relation data
- F.46. pg_trgm — support for similarity of text using trigram matching
- F.47. pg_tsparser — an extension for text search
- F.48. pg_variables — functions for working with variables of various types
- F.49. pg_visibility — visibility map information and utilities
- F.50. pg_wait_sampling — collecting sampling-based statistics on wait events
- F.51. pg_walinspect — low-level WAL inspection
- F.52. plantuner — hints for the planner to disable or enable indexes for query execution
- F.53. postgres_fdw — access data stored in external Postgres Pro servers
- F.54. ptrack — a block-level incremental backup engine for Postgres Pro
- F.55. rum — an access method to work with the
RUM
indexes- F.56. seg — a datatype for line segments or floating point intervals
- F.57. sepgsql — SELinux-, label-based mandatory access control (MAC) security module
- F.58. shared_ispell — a shared ispell dictionary
- F.59. spi — Server Programming Interface features/examples
- F.60. sslinfo — obtain client SSL information
- F.61. tablefunc — functions that return tables (
crosstab
and others)- F.62. tcn — a trigger function to notify listeners of changes to table content
- F.63. test_decoding — SQL-based test/example module for WAL logical decoding
- F.64. tsm_system_rows — the
SYSTEM_ROWS
sampling method forTABLESAMPLE
- F.65. tsm_system_time — the
SYSTEM_TIME
sampling method forTABLESAMPLE
- F.66. unaccent — a text search dictionary which removes diacritics
- F.67. uuid-ossp — a UUID generator
- F.68. xml2 — XPath querying and XSLT functionality
- F.2. aqo — cost-based query optimization
- F.1. amcheck — tools to verify table and index consistency
- G. Modules and Extensions Shipped as Individual Packages
- H. Additional Supplied Programs
- I. External Projects
- J. Configuring Postgres Pro for 1C Solutions
- K. Postgres Pro Limits
- L. Demo Database “Airlines”
- K. Postgres Pro Limits
- M. Acronyms
- N. Glossary
- O. Color Support
- N. Glossary
- P. Obsolete or Renamed Features