Result for EB76E0AAE867BC103C441F0409CB4B6416D21CFD

Query result

Key Value
FileName./usr/share/doc/postgresql-server-dev-8.3/changelog.Debian.gz
FileSize19854
MD5229AE332D5479F80D7C0E17914009E6C
SHA-1EB76E0AAE867BC103C441F0409CB4B6416D21CFD
SHA-25668C0270BC46F0656712AAA2E31DCE7F5189501E6414F9B1B00521CF0D770FC26
SSDEEP384:em3GoFHpYyGsShL5PvvdkiYI0iMwz0l/QUPPBWE6YkDTnlwmD2VyrnTbRf5Slex:V3YyiL5PvlkviMwMHAE6YkDTl6an9R
TLSHT15292E15B2D00297596BDF757683AC4E9BE01D8EE43042BA8351AF490D4EBF283647DEC
hashlookup:parent-total13
hashlookup:trust100

Network graph view

Parents (Total: 13)

The searched file hash is included in 13 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize240418
MD5D18A3DD86EFA61D9F546C522B3842766
PackageDescriptionrun-time library for ECPG programs The libecpg shared library is used by programs built with ECPG (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamelibecpg6
PackageSectionlibs
PackageVersion8.3.3-1~gutsy1
SHA-1D753423376DF84E26F66F79929D0AD67A3C527DF
SHA-25624A217D738C5D31F49067B609955361350DA79B8DD85951D169111E3FC65B819
Key Value
FileSize219696
MD593C5EB1B6380F015030C7E0FA15E9FD8
PackageDescriptionolder version of run-time library for ECPG programs The libecpg_compat shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamelibecpg-compat3
PackageSectionlibs
PackageVersion8.3.3-1~gutsy1
SHA-1DB0DAC90558747D335B766D996F1FBD0105E6C72
SHA-2567FECC972025FD00EC08EEE9FE43A69A86C6B264D76D93FE820CF14D21A52C803
Key Value
FileSize233244
MD51515A51F01A325EED002D3B5ABA75A61
PackageDescriptionPL/Python procedural language for PostgreSQL 8.3 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 8.3 in Python. You need this package if you have any PostgreSQL 8.3 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-plpython-8.3
PackageSectionmisc
PackageVersion8.3.3-1~gutsy1
SHA-1A3AED0A3E94B9BD2E58900C18DF2BEB3449E5A67
SHA-25600D7653BC96E4C787BBCDBE143E7DB0DA36E67D701D9E900118F4267905F312E
Key Value
FileSize241052
MD555B7D78F11AD8316803211482D441E3D
PackageDescriptionshared library libpgtypes for PostgreSQL 8.3 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamelibpgtypes3
PackageSectionlibs
PackageVersion8.3.3-1~gutsy1
SHA-1369C60CAF1178DF7E6AC27BC81E61D2C2E0715BA
SHA-256F2ADC7002A1D3641A3ECFAEE43B81C40AAB62FDFA61743A24425DE11DE9323F5
Key Value
FileSize241028
MD558911AEAE5FE6B4F249EEEC170552298
PackageDescriptionPL/Perl procedural language for PostgreSQL 8.3 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 8.3 in Perl. You need this package if you have any PostgreSQL 8.3 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-plperl-8.3
PackageSectionmisc
PackageVersion8.3.3-1~gutsy1
SHA-1FD7CAD8BE95029F81186B1079CE2C64209EDD704
SHA-256C07BE0A1F11144C3E347A7AB9DFDF03ADD135A889F856BA9121D3E9EE0B0867D
Key Value
FileSize572792
MD5CF8FD4DA8FDD283B08C8CDC2E01F8664
PackageDescriptionadditional 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-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 intarray - Index support for arrays of int4, using GiST 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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-contrib-8.3
PackageSectionmisc
PackageVersion8.3.3-1~gutsy1
SHA-1BC9169E8F2905FBE5AE3C82E0E0402BAD39D084D
SHA-256D5A367527779866BCC1DAD5679AC8D771CE73E6A6941E37F3B12AAE3346B1EA8
Key Value
FileSize777378
MD5B9272217B55374D56A89699FD95A5E2D
PackageDescriptiondevelopment files for PostgreSQL 8.3 server-side programming Header files for compiling SSI code to link into PostgreSQL's backend; for example, for C functions to be called from SQL. . This package also contains the Makefiles necessary for building add-on modules of PostgreSQL, which would otherwise have to be built in the PostgreSQL source-code tree. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-server-dev-8.3
PackageSectionlibdevel
PackageVersion8.3.3-1~gutsy1
SHA-1629E5E7C6A7DAAF4F156BF3993FA863A9365AAB6
SHA-256A2D8D6FE7C158A773E8B3B86417102EFE23DA844316283BB55EB5D2DB13C2D58
Key Value
FileSize417172
MD5606B322B624B91B9228B7730AD79D4F7
PackageDescriptionheader files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamelibpq-dev
PackageSectionlibdevel
PackageVersion8.3.3-1~gutsy1
SHA-18108F0D8E15B43CF2B16DADC49CEA3043AC73E3B
SHA-256BC559899ECCA8F4D0F72C08A784A4EC1A20671691D2426D99B3C8070CEBB105B
Key Value
FileSize5281002
MD59B6784CA735A89CB6562DAAF62294EDE
PackageDescriptionobject-relational SQL database, version 8.3 server PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. . This package provides the database server for PostgreSQL 8.3. Servers for other major release versions can be installed simultaneously and are coordinated by the postgresql-common package. A package providing ident-server is needed if you want to authenticate remote connections with identd.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-8.3
PackageSectionmisc
PackageVersion8.3.3-1~gutsy1
SHA-1B36A9A8406DFDA123C7E58BD570AD94794902DAF
SHA-25681F6F438426EF0E122009DBE9F4D78FC6132F08D397A2A84BF300ED5E3FA9017
Key Value
FileSize1662480
MD5FD563D00F6378D011BCCDA5757FC155D
PackageDescriptionfront-end programs for PostgreSQL 8.3 This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. . This is the client package for PostgreSQL 8.3. If you install PostgreSQL 8.3 on a standalone machine, you need the server package postgresql-8.3, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-client-8.3
PackageSectionmisc
PackageVersion8.3.3-1~gutsy1
SHA-17262C13F9299EF9B3D49E4DC2F6739CD66BB8ADB
SHA-256D99617DD217830E0F02250150E638BF441BD91BCC31DD0C5761E189276B3E56B
Key Value
FileSize345998
MD55AD0E415F7C9B38B00696872EF8256C8
PackageDescriptionPostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamelibpq5
PackageSectionlibs
PackageVersion8.3.3-1~gutsy1
SHA-1CB49684406FBE0953FA11041AE2A6F5AAF1DC1F5
SHA-2567228D9C0EE7971B6A63BD96C11C916BFA641338F65E58C02ECE386A95A68968D
Key Value
FileSize230798
MD51C798E209ADAFFC12FEBEF3913ECA21F
PackageDescriptionPL/Tcl procedural language for PostgreSQL 8.3 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 8.3 in Tcl. You need this package if you have any PostgreSQL 8.3 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-pltcl-8.3
PackageSectionmisc
PackageVersion8.3.3-1~gutsy1
SHA-14B7A1CC5EE630B5E730CE0D958F9419DD8F87D60
SHA-2562C57F067ED4F2E06ADA3101947C675944A29987311FA1B3825E91E85AFD93D23
Key Value
FileSize431116
MD5C5D44BFCE93D901DBA5AE00EAF55379A
PackageDescriptiondevelopment files for ECPG (Embedded PostgreSQL for C) This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. . PostgreSQL is an object-relational SQL database management system. . Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process).
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamelibecpg-dev
PackageSectionlibdevel
PackageVersion8.3.3-1~gutsy1
SHA-1BA565B4F5E016F22A3CACE6EE5C1D73E4303806D
SHA-256F0D8A9747538EE9CA516D40BECF8B45BC6D488110B9B1910B7220CC2A691C318