Result for 1C1D5C0AA1B7E642CEE6BECB80800C6D3C844665

Query result

Key Value
FileName./usr/share/doc/postgresql-server-dev-8.2/changelog.Debian.gz
FileSize15488
MD549EDB636A2ED71681D3AAFFBAF83643B
SHA-11C1D5C0AA1B7E642CEE6BECB80800C6D3C844665
SHA-256F23A4C87A796ED8F0A9C758548D5B37E705FD21DB95FE9794E1BEAD3D6ABC858
SSDEEP384:hS6+YglWezTiPLFFgioAnHdu0vhEPHAFwHycRzMJB5:h7+YgfzeL1Z9j1CS0zM35
TLSHT1F962D0637C6B557C2B2B5F4A414A156B2E6CA091BF700F08B21F67E9F71B933041832A
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
FileSize186414
MD5E53849359781E48F5CE8C47391E46628
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibecpg-compat2
PackageSectionlibs
PackageVersion8.2.6-0ubuntu0.7.10.1
SHA-13F04068C600BB1DF25C15BC5200EB05EAB9DD735
SHA-256A50440AF74B3E19C96569ACD35891A01F061272C9E482638003D457D04EBAB12
Key Value
FileSize374956
MD522B87355F3CEA94B7371EEF7016EE903
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.6-0ubuntu0.7.10.1
SHA-1F468E4371B640062081FC6D2A16EDDA14349A7A5
SHA-25672392066C8DDB5CB83295142DF08305E75821D7DC800C13A5F1D0791A1CC36A7
Key Value
FileSize205202
MD55A0B788122A4BF4AEB8A1506FE2895C3
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.6-0ubuntu0.7.10.1
SHA-11E691822B20AEBEC3FFB4038CD6F8A0D23A6B2B5
SHA-256823EED7D49301F3CAB87D76AF0104DF4D197ED9E56B8F88B7F515694D5B9599C
Key Value
FileSize342112
MD5A5938A824758CFA8722B75A7A218E788
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibpq-dev
PackageSectionlibdevel
PackageVersion8.2.6-0ubuntu0.7.10.1
SHA-13063A92FB544A82E9EB18579C3049A4855E23716
SHA-256954ED638082F2F4C9EB93D8ADBA5692EDF168958AADA3A1E0C93D0805E2D34EB
Key Value
FileSize3247048
MD554767B4AA0055789A0DA1862CFD49EEA
PackageDescriptionobject-relational SQL database, version 8.2 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.2. 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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql-8.2
PackageSectionmisc
PackageVersion8.2.6-0ubuntu0.7.10.1
SHA-1281CC954CBE9A1946B88FCE532CBD757C78D828F
SHA-256BCA670B1DE2097DBD87CA46381A9A53B32514772FD75761E8205314A06A518A4
Key Value
FileSize666942
MD507C6EE342AD4F8A9E7845EEA636B10F1
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.6-0ubuntu0.7.10.1
SHA-1956FD5F19CDA674ABAA6F3970CB53D67BF03E402
SHA-256B7DF32977F428636259E6FFD503390EC7767642ACF7F7F54EA3241FFEF83C140
Key Value
FileSize198582
MD559528E9602C842AE8B476D4C14B05EC1
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.6-0ubuntu0.7.10.1
SHA-188E8625F5721D952578C046676837DDCCB476707
SHA-25643A32B90434EE06E8972BDC1DB19E2C29A7B6113C944210B0DD15806C59845A3
Key Value
FileSize235134
MD5EF0F10D1DB905857261A1A8A73B14EBA
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibpq5
PackageSectionlibs
PackageVersion8.2.6-0ubuntu0.7.10.1
SHA-138AB3DBE12416BD2D9D70D831FC1B72A88C1C170
SHA-256F644A161227FE3221928B88168159B66DA6B683D935B7A5E230A5154AA756061
Key Value
FileSize197396
MD55F0A21AE5A99CB554A51269ED0011EEB
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.6-0ubuntu0.7.10.1
SHA-18A887A50A6C474A53363FB8D936E832A885D1B2D
SHA-25669D798E7E5D322D0904A41AC5E8B6A284A04C2DF0632019955B6B91F7E3D8F7F
Key Value
FileSize676888
MD5774705B305FCE560C81478AE5E8577F8
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.6-0ubuntu0.7.10.1
SHA-185AB6AE4E5EEED4675FC959927E3EEEAA80E8AAF
SHA-25663438E500CFDE8E660B516371EA6016C1402EB7CAACEB987058B7A5E604A313A
Key Value
FileSize208896
MD5859D0F176680C1F0C5C6084E19271969
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.6-0ubuntu0.7.10.1
SHA-10DB7CAA71F3F84FABC12C733669B553B3E340A4C
SHA-25626932473CB4272B6A9F7896C133CE55479EB9C8F8E70142E890460A8AAB9B97C
Key Value
FileSize207372
MD5C9C8DB1AE8EECF81605888D7ACBB7962
PackageDescriptionPL/Perl procedural language for PostgreSQL 8.2 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 8.2 in Perl. You need this package if you have any PostgreSQL 8.2 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepostgresql-plperl-8.2
PackageSectionmisc
PackageVersion8.2.6-0ubuntu0.7.10.1
SHA-18C77AD731B6BB6600CD21789768A14ED2969DB24
SHA-256863CE75EB22CDA00B240048178BB8D9E306C62729E04CE93D5FBB821268A3E8D
Key Value
FileSize827778
MD5294793BE031AB9C7F1513B565A407CC3
PackageDescriptionfront-end programs for PostgreSQL 8.2 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.2. If you install PostgreSQL 8.2 on a standalone machine, you need the server package postgresql-8.2, 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-8.2
PackageSectionmisc
PackageVersion8.2.6-0ubuntu0.7.10.1
SHA-11F6759CDA6A43C7635D51DCB156614837039A5D2
SHA-256E5E1FF1A085CEC60882D7450FF7C17E17290F7CFC6FA49B7A2A9BE51C06A2082