Result for 4162B1C45D292325A96FD518C617F3E2A0980319

Query result

Key Value
FileName./usr/share/doc/postgresql/changelog.Debian.gz
FileSize17949
MD5A2AA27FC45AB105121C673D4C7AF16E0
SHA-14162B1C45D292325A96FD518C617F3E2A0980319
SHA-25606C5D24BC1555830E704F9A700B81B761D2DB5D2160355FE73270A68A1804E86
SSDEEP384:2gItS3lcZzBs2M8IIjxGyqcwZiLP1u1GtozVkQfjdLCvYt3xg:25sVc9Bs2MMxD1toJkaMwt3e
TLSHT15F82D0C1744F3AF686E4C84DF9AC2AF84B0B15DA54622B1F884D447490B4B3AF3C6D2E
hashlookup:parent-total18
hashlookup:trust100

Network graph view

Parents (Total: 18)

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

Key Value
FileSize695452
MD591541B4E49201A62FD09A56F47DBE49E
PackageDescriptiondevelopment files for PostgreSQL 8.2 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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql-server-dev-8.2
PackageSectionlibdevel
PackageVersion8.2.11-0ubuntu0.7.10
SHA-10069A28625DF6824E67CE43458095DEED79842DC
SHA-256EC533A03CBA612050878B072D1F14E8C7AE9BE363423FEC40FFD0A1F13A92107
Key Value
FileSize196714
MD585D9AE3DFBF1B958554B1C3DFF134706
PackageDescriptionobject-relational SQL database (latest version) 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 always depends on the latest available database server for PostgreSQL.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql
PackageSectionmisc
PackageVersion8.2.11-0ubuntu0.7.10
SHA-101671966CEF7604B1FA52CFD5BECE0E54BBA3EA8
SHA-2562D811D8CC13E5CA0497E954B96EB0BC0EE163B3675FB951536D7C6D0195E8686
Key Value
FileSize215682
MD5C8F2D1A48F1560DD102554F355468D57
PackageDescriptionPL/Python procedural language for PostgreSQL 8.2 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 8.2 in Python. You need this package if you have any PostgreSQL 8.2 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql-plpython-8.2
PackageSectionmisc
PackageVersion8.2.11-0ubuntu0.7.10
SHA-10F8694ED319D94524572FCAFD10298F8FE0611B0
SHA-25663663F0A0F50C84F176EB015895D11142A835829B3F9713987648237325F84AF
Key Value
FileSize214636
MD565EFA9E709CC25E16D81F6553AE8FAA2
PackageDescriptionPL/Tcl procedural language for PostgreSQL 8.2 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 8.2 in Tcl. You need this package if you have any PostgreSQL 8.2 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql-pltcl-8.2
PackageSectionmisc
PackageVersion8.2.11-0ubuntu0.7.10
SHA-10F89B45D9DB4B3004D07EB197AD4FC4CF811312B
SHA-256673E05491CE55AAD2024F79361A84585D7193F2FF524A757EA4866DC6A1FDAA9
Key Value
FileSize222962
MD51F64F643A7579463245F8536077ED196
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibecpg5
PackageSectionlibs
PackageVersion8.2.11-0ubuntu0.7.10
SHA-11D21CFB3A464AB9D5B60D3D832A29FD432DFD6D6
SHA-25655AC34AD902B632FE6B83C65B5053E275E4450B37DBA49A41D7D8B1A7E7F7485
Key Value
FileSize688196
MD50C03DC212904D3D8E7924342285419C1
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.2. 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 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 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 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. tsearch2 - Full-text-index support using GiST vacuumlo - Remove orphaned large objects xml2 - Manipulate XML documents in the database . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql-contrib-8.2
PackageSectionmisc
PackageVersion8.2.11-0ubuntu0.7.10
SHA-12475C1A39E8D01A3265CE84C11F8396A0FCA90DF
SHA-256CDFEC29364461E55D4542465FED9B0B01F89D976DE6206BBACD203DAB68397D2
Key Value
FileSize196582
MD57FA905F478231A4A89EC698F0BF0498B
PackageDescriptionadditional facilities for PostgreSQL (latest version) The PostgreSQL contrib package provides several additional features for the PostgreSQL database. contrib often serves as a testbed for features before they are adopted into PostgreSQL proper. . This package always depends on the latest available contrib package for PostgreSQL. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql-contrib
PackageSectionmisc
PackageVersion8.2.11-0ubuntu0.7.10
SHA-1259A0464BE0A5C59C2C28013897A1993036DD8CC
SHA-256E300E35268D42DDD7C6445FF9B527AED40A35EFE3FF5E7682A2B71FD0F530FA5
Key Value
FileSize226678
MD5D19071DE7693822AF5B72B5ED4E235A4
PackageDescriptionshared library libpgtypes for PostgreSQL 8.2 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibpgtypes2
PackageSectionlibs
PackageVersion8.2.11-0ubuntu0.7.10
SHA-12B1E22336B284B8E3A4F9A83C83D914FAE809A01
SHA-25637B221034DA4160957CD4238B0A04A9A5574F3FB9EC7CD01588EFEAD918ABF3E
Key Value
FileSize397596
MD557535248EAAD99F6E2A20D61A79D026E
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).
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibecpg-dev
PackageSectionlibdevel
PackageVersion8.2.11-0ubuntu0.7.10
SHA-138F0FF72C6A2B8957FA14FDF5387E34707BC492A
SHA-256E4D2E3620150E57763BC2F00DFBF9B67C5CD5241BCEF42D1CB6C8335211EBCAF
Key Value
FileSize196692
MD5FBE50AF612C0B316D1DC01969A426E73
PackageDescriptionfront-end programs for PostgreSQL (latest version) 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 package always depends on the latest available database client package for PostgreSQL. If you install PostgreSQL on a standalone machine, you need the server package postgresql, 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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql-client
PackageSectionmisc
PackageVersion8.2.11-0ubuntu0.7.10
SHA-14DBEF053482656454C14037F57E95B2999A92CDF
SHA-25624A189051CC38DE2F9F520EAA3B3BE7EB1A3FF7E2E95B41E570E9DAC78CEE276