Package: postgresql-contrib-9.4 Source: postgresql-9.4 Version: 9.4.26-15.pgdg26.04+2 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2274 Depends: postgresql-9.4 (= 9.4.26-15.pgdg26.04+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Suggests: libdbd-pg-perl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.4/postgresql-contrib-9.4_9.4.26-15.pgdg26.04+2_amd64.deb Size: 446472 SHA512: aec07d2ef4cee18d79ba633d82605932448747934a36f0d64fed7eaa40682791fc096a850c6de45b28ac26851f6298ebb54ac9202406ace22deea0e3a2640334 SHA256: 135cfcb78bbb26461d5cca2ba3a850a3fd787795a5fe8bfb72658fb1a1ee2d86 SHA1: ff08a04682758f6c79db308927c6c41acafcdbaf MD5sum: 95467157b2195f024b8441cd0ca88554 Description: additional facilities for PostgreSQL The PostgreSQL contrib package provides several additional features for the PostgreSQL database. This version is built to work with the server package postgresql-9.4. contrib often serves as a testbed for features before they are adopted into PostgreSQL proper: . adminpack - File and log manipulation routines, used by pgAdmin btree_gist - B-Tree indexing using GiST (Generalised Search Tree) chkpass - An auto-encrypted password datatype cube - Multidimensional-cube datatype (GiST indexing example) dblink - Functions to return results from a remote database earthdistance - Operator for computing the distance (in miles) between two points on the earth's surface fuzzystrmatch - Levenshtein, metaphone, and soundex fuzzy string matching hstore - Store (key, value) pairs intagg - Integer aggregator/enumerator _int - Index support for arrays of int4, using GiST (benchmark needs the libdbd-pg-perl package) isn - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers lo - Large Object maintenance ltree - Tree-like data structures oid2name - Maps OIDs to table names pageinspect - Inspection of database pages passwordcheck - Simple password strength checker pg_buffercache - Real time queries on the shared buffer cache pg_freespacemap- Displays the contents of the free space map (FSM) pg_trgm - Determine the similarity of text based on trigram matching pg_standby - Create a warm stand-by server pgbench - TPC-B like benchmark pgcrypto - Cryptographic functions pgrowlocks - A function to return row locking information pgstattuple - Returns the percentage of dead tuples in a table; this indicates whether a vacuum is required. postgresql_fdw - foreign data wrapper for PostgreSQL seg - Confidence-interval datatype (GiST indexing example) sepgsql - mandatory access control (MAC) based on SELinux spi - PostgreSQL Server Programming Interface; 4 examples of its use: autoinc - A function for implementing AUTOINCREMENT/ IDENTITY insert_username - function for inserting user names moddatetime - Update modification timestamps refint - Functions for implementing referential integrity (foreign keys). Note that this is now superseded by built-in referential integrity. timetravel - Re-implements in user code the time travel feature that was removed in 6.3. tablefunc - examples of functions returning tables uuid-ossp - UUID generation functions vacuumlo - Remove orphaned large objects . PostgreSQL is an object-relational SQL database management system.