dict_int
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

dict_int is an example of an add-on dictionary template for full-text search. The motivation for this example dictionary is to control the indexing

2025-01-10 15:47:30
auto_explain
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The auto_explain module provides a means for logging execution plans of slow statements automatically, without having to run

2025-01-10 15:47:30
chkpass
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

This module implements a data type chkpass that is designed for storing encrypted passwords. Each password is automatically converted to encrypted

2025-01-10 15:47:30
auth_delay
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

auth_delay causes the server to pause briefly before reporting authentication failure, to make brute-force attacks on database passwords more

2025-01-10 15:47:30
hstore
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

This module implements the hstore data type for storing sets of key/value pairs within a single PostgreSQL value

2025-01-10 15:47:30
xml2
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The xml2 module provides XPath querying and XSLT functionality. F.46.1. Deprecation

2025-01-10 15:47:30
intarray
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The intarray module provides a number of useful functions and operators for manipulating null-free arrays of integers. There is also support for

2025-01-10 15:47:30
bloom
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

bloom provides an index access method based on Bloom filters

2025-01-10 15:47:30
unaccent
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

unaccent is a text search dictionary that removes accents (diacritic signs) from lexemes. It's a filtering dictionary, which means its output

2025-01-10 15:47:30
tsearch2
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The tsearch2 module provides backwards-compatible text search functionality for applications that used tsearch2

2025-01-10 15:47:30