Download Source Package postgresql-8.3:
The PostgreSQL contrib package provides several additional features for the PostgreSQL database. This version is built to work with the server package postgresql-8.3. 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
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.
seg - Confidence-interval datatype (GiST indexing example)
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.
|
|
|
| Architecture | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| alpha | 8.3.9-1 | 611.5 kB | 1972 kB | [list of files] |
| amd64 | 8.3.9-1 | 611.3 kB | 1764 kB | [list of files] |
| armel | 8.3.9-1 | 586.7 kB | 1652 kB | [list of files] |
| hppa | 8.3.9-1 | 617.6 kB | 1680 kB | [list of files] |
| hurd-i386 | 8.3.8-1 | 555.4 kB | 1604 kB | [list of files] |
| i386 | 8.3.9-1 | 570.9 kB | 1632 kB | [list of files] |
| ia64 | 8.3.9-1 | 728.7 kB | 2328 kB | [list of files] |
| kfreebsd-amd64 | 8.3.9-1 | 610.1 kB | 1558 kB | [list of files] |
| kfreebsd-i386 | 8.3.9-1 | 571.4 kB | 1426 kB | [list of files] |
| mips | 8.3.9-1 | 573.6 kB | 1760 kB | [list of files] |
| mipsel | 8.3.9-1 | 569.6 kB | 1760 kB | [list of files] |
| powerpc | 8.3.9-1 | 594.7 kB | 1764 kB | [list of files] |
| s390 | 8.3.9-1 | 613.8 kB | 1756 kB | [list of files] |
| sparc | 8.3.9-1 | 572.3 kB | 1780 kB | [list of files] |