Part VIII. Appendixes

Table of Contents

A. Postgres Pro Error Codes
B. Date/Time Support
B.1. Date/Time Input Interpretation
B.2. Handling of Invalid or Ambiguous Timestamps
B.3. Date/Time Key Words
B.4. Date/Time Configuration Files
B.5. POSIX Time Zone Specifications
B.6. History of Units
B.7. Julian Dates
C. SQL Key Words
D. SQL Conformance
D.1. Supported Features
D.2. Unsupported Features
D.3. XML Limits and Conformance to SQL/XML
E. Release Notes
E.1. Postgres Pro Enterprise 16.2.2
E.2. Postgres Pro Enterprise 16.2.1
E.3. Postgres Pro Enterprise 16.1.1
E.4. Release 16.2
E.5. Release 16.1
E.6. Release 16
E.7. Prior Releases
F. Additional Supplied Modules and Extensions
F.1. adminpack — pgAdmin support toolpack
F.2. amcheck — tools to verify table and index consistency
F.3. apache_age — graph database functionality
F.4. aqo — cost-based query optimization
F.5. auth_delay — pause on authentication failure
F.6. auto_explain — log execution plans of slow queries
F.7. basebackup_to_shell — example "shell" pg_basebackup module
F.8. basic_archive — an example WAL archive module
F.9. biha — built-in high-availability cluster
F.10. bloom — bloom filter index access method
F.11. btree_gin — GIN operator classes with B-tree behavior
F.12. btree_gist — GiST operator classes with B-tree behavior
F.13. citext — a case-insensitive character string type
F.14. cube — a multi-dimensional cube data type
F.15. dblink — connect to other Postgres Pro databases
F.16. dbms_lob — operate on large objects
F.17. dict_int — example full-text search dictionary for integers
F.18. dict_xsyn — example synonym full-text search dictionary
F.19. dump_stat — functions to backup and recover the pg_statistic table
F.20. earthdistance — calculate great-circle distances
F.21. fasttrun — a transaction unsafe function to truncate temporary tables
F.22. file_fdw — access data files in the server's file system
F.23. fulleq — an additional equivalence operator for compatibility with Microsoft SQL Server
F.24. fuzzystrmatch — determine string similarities and distance
F.25. hstore — hstore key/value datatype
F.26. Hunspell Dictionaries Modules
F.27. in_memory — store data in shared memory using tables implemented via FDW
F.28. intagg — integer aggregator and enumerator
F.29. intarray — manipulate arrays of integers
F.30. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)
F.31. jsquery — a language to query jsonb data type
F.32. lo — manage large objects
F.33. ltree — hierarchical tree-like data type
F.34. mchar — additional data types for compatibility with Microsoft SQL Server
F.35. multimaster — synchronous cluster to provide OLTP scalability and high availability
F.36. online_analyze — update statistics after INSERT, UPDATE, DELETE, or SELECT INTO operations
F.37. old_snapshot — inspect old_snapshot_threshold state
F.38. pageinspect — low-level inspection of database pages
F.39. passwordcheck — verify password strength
F.40. pg_buffercache — inspect Postgres Pro buffer cache state
F.41. pgcrypto — cryptographic functions
F.42. pg_freespacemap — examine the free space map
F.43. pg_hint_plan — control an execution plan with hinting phrases
F.44. pg_pathman — an optimized partitioning solution for large and distributed databases
F.45. pgpro_anonymizer — mask or replace sensitive data
F.46. pgpro_application_info — port applications using DBMS_APPLICATION_INFO package
F.47. pgpro_bfile — a composite type to access an external file or S3 storage
F.48. pg_proaudit — enables detailed logging of various security events
F.49. pgpro_pwr — workload reports
F.50. pg_prewarm — preload relation data into buffer caches
F.51. pgpro_rp — resource prioritization
F.52. pgpro_scheduler — scheduling, monitoring and managing job execution
F.53. pgpro_stats — a means for tracking planning and execution statistics of all SQL statements executed by a server
F.54. pg_query_state — a facility to know the current state of query execution on working backend
F.55. pgrowlocks — show a table's row locking information
F.56. pg_stat_statements — track statistics of SQL planning and execution
F.57. pgstattuple — obtain tuple-level statistics
F.58. pg_surgery — perform low-level surgery on relation data
F.59. pg_transfer — quick transfer of tables between instances
F.60. pg_trgm — support for similarity of text using trigram matching
F.61. pg_tsparser — an extension for text search
F.62. pg_variables — functions for working with variables of various types
F.63. pg_visibility — visibility map information and utilities
F.64. pg_wait_sampling — collecting sampling-based statistics on wait events
F.65. pg_walinspect — low-level WAL inspection
F.66. plantuner — hints for the planner to disable or enable indexes for query execution
F.67. postgres_fdw — access data stored in external Postgres Pro servers
F.68. ptrack — a block-level incremental backup engine for Postgres Pro
F.69. referee — manage quorum settings with an even number of nodes configured with multimaster
F.70. rum — an access method to work with the RUM indexes
F.71. seg — a datatype for line segments or floating point intervals
F.72. shared_ispell — a shared ispell dictionary
F.73. spi — Server Programming Interface features/examples
F.74. sr_plan — save a specific plan of a parameterized query for future usage
F.75. sslinfo — obtain client SSL information
F.76. tablefunc — functions that return tables (crosstab and others)
F.77. tcn — a trigger function to notify listeners of changes to table content
F.78. test_decoding — SQL-based test/example module for WAL logical decoding
F.79. tsm_system_rows — the SYSTEM_ROWS sampling method for TABLESAMPLE
F.80. tsm_system_time — the SYSTEM_TIME sampling method for TABLESAMPLE
F.81. unaccent — a text search dictionary which removes diacritics
F.82. utl_http — access data on the Internet over the HTTP protocol
F.83. utl_mail — manage emails
F.84. utl_smtp — send emails over SMTP
F.85. uuid-ossp — a UUID generator
F.86. vops — support for vector operations
F.87. xml2 — XPath querying and XSLT functionality
G. Additional Supplied Programs
G.1. Client Applications
G.2. Server Applications
H. External Projects
H.1. Client Interfaces
H.2. Administration Tools
H.3. Procedural Languages
H.4. Extensions
I. Configuring Postgres Pro for 1C Solutions
J. Migration Tools in Postgres Pro
J.1. Working with Packages
J.2. Package Export Using ora2pgpro
J.3. Script Parameters
K. Postgres Pro Limits
L. Demo Database Airlines
L.1. Installation
L.2. Schema Diagram
L.3. Schema Description
L.4. Schema Objects
L.5. Usage
M. Acronyms
N. Glossary
O. Color Support
O.1. When Color is Used
O.2. Configuring the Colors
P. Obsolete or Renamed Features
P.1. recovery.conf file merged into postgresql.conf
P.2. Default Roles Renamed to Predefined Roles
P.3. pg_xlogdump renamed to pg_waldump
P.4. pg_resetxlog renamed to pg_resetwal
P.5. pg_receivexlog renamed to pg_receivewal