Result for 1C9BB665C2CA0551467C348B49A63878AC0A317A

Query result

Key Value
FileName./usr/share/doc/postgresql-server-dev-8.2/changelog.Debian.gz
FileSize16477
MD565D3989204EFA25CAA2496850658EC4D
SHA-11C9BB665C2CA0551467C348B49A63878AC0A317A
SHA-256C49E1F809472EBEA8293B11CEA6F38BF4B80ACA1C84F9771650F8B02AC1E5C62
SSDEEP384:kblhZ87uBBlyb3JSoNuPO4y2lqKLKYD3pvv15UjLUX7Xe62vBzwuk:qV4IoNuPZqKLDV315UjIrXeLJztk
TLSHT1B072D156BF25A3D00E0CF16293AE2C821520C64987A7A2E7168F65DC1DBC5453E2D6EF
hashlookup:parent-total14
hashlookup:trust100

Network graph view

Parents (Total: 14)

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

Key Value
FileSize1639328
MD5FEA94D1EEDB67EA6465DF221E7EB24EF
PackageDescriptiondocumentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 8.2. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-doc-8.2
PackageSectiondoc
PackageVersion8.2.9-0ubuntu0.7.04
SHA-1FE18B07C58A68C3D545BF1A8BB31DCD6BE9F049D
SHA-2565F0CA37864ADFCAA7047AD651990A13AF675256DC0D315C44324FE59C040DA61
Key Value
FileSize196326
MD5161AC8EDBF9831EF00D27B28669032FE
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-compat2
PackageSectionlibs
PackageVersion8.2.9-0ubuntu0.7.04
SHA-1CEC9587D6045D8BC4E4B7ECA9B9932BDD6537AFC
SHA-2567DF8AEC0F2AC0D94259650A9AB0F255861E1E1526C61E28ED3D210D70EAAFF59
Key Value
FileSize355968
MD5B02E27965A6D52BE6C0D95E491389A09
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.2.9-0ubuntu0.7.04
SHA-1FE37491EC8E7DD190EC6D33F656997CD41311A0F
SHA-256D8FB87A4A00D8359C26442E201F2A63593999E5A5AE5EC6D32C29CBF52AF30D0
Key Value
FileSize678964
MD53C3A81A44976CB9C60A95F681EDB11D2
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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-contrib-8.2
PackageSectionmisc
PackageVersion8.2.9-0ubuntu0.7.04
SHA-1F22C36083FAA6AE5D7EF45EC88119A15D518D0D4
SHA-256C93F57E0BC2F706E67FF6CCB0E6D76DFCFB6E3808357677092E23DFEB8C66B10
Key Value
FileSize687866
MD513734E248DFF2248EB449D938879FE2B
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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-server-dev-8.2
PackageSectionlibdevel
PackageVersion8.2.9-0ubuntu0.7.04
SHA-13235455B998621461C59A6A98940DD213CAE9E02
SHA-25669436D5C994BD9A063A24CE4C304F90479EEE24E986A936BF04CE52F72C5390B
Key Value
FileSize245880
MD591BBAFB982E7E14DF318CEC1340E47FB
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.2.9-0ubuntu0.7.04
SHA-1281A37310AD33022AA8B71218A659BBE0927584C
SHA-2568CF427BC50B13008A3E3AA8BCF65DA82D8BC9830E99C2D4A5027F585B523A9A7
Key Value
FileSize207100
MD585DA8782C719F7F74406CEE5953BC1AC
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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-pltcl-8.2
PackageSectionmisc
PackageVersion8.2.9-0ubuntu0.7.04
SHA-1445D6FAE62C6BAEEE907582098C47E6C6F7F560E
SHA-2561582A664BD9469FFE70B5ECF9B1C7F39741BF00F811F4C48E297679A79E9F72B
Key Value
FileSize390374
MD5BE60F12134B20DD2CB6B3AF45D00FCCF
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.2.9-0ubuntu0.7.04
SHA-176D84A17DFE45FD659DCD8263F6B1954A6E9E482
SHA-2562FD333B8A62D846BA512ED746B6DBFE985687727D897E72DB4E82DE18FD730C5
Key Value
FileSize217224
MD58C6CD6200A2F5025B88180B498A60DA9
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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-plperl-8.2
PackageSectionmisc
PackageVersion8.2.9-0ubuntu0.7.04
SHA-18F0188F8A8B15154F41E4B3BC9E843B69F965647
SHA-256AE0F73373631D72C8E7785D0BD25599950C8BF1A24838635E79EE022C94958B6
Key Value
FileSize3610530
MD55DB483C848854D9A4A87BB30E4E1E5D4
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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-8.2
PackageSectionmisc
PackageVersion8.2.9-0ubuntu0.7.04
SHA-1099283FBFD2EE0CEEC16A8561B81A1F2A0CE81BA
SHA-25632BA92A4500BBB734C8843DFDCEFE91AA8CA4A0149172C364EB3F5F5CE58BEBE
Key Value
FileSize841866
MD583B589835362E67FDE6D8003418E9E90
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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-client-8.2
PackageSectionmisc
PackageVersion8.2.9-0ubuntu0.7.04
SHA-1A487BF254A357714DB85048BCC43D5B13F09DB95
SHA-256D91FE5FCB66D68CDDFA89FDFF49854A0B487444DDE4357141F4462A34FF34010
Key Value
FileSize219568
MD5CF40C1029D392B7119293B795950B213
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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamelibpgtypes2
PackageSectionlibs
PackageVersion8.2.9-0ubuntu0.7.04
SHA-1911EB7137F9B99D6BF1DE6A559974987E1FCF246
SHA-256D3082F4218DEED683AFB025D5173DB12236B8970904B73D23CD5DD0D72B5068C
Key Value
FileSize215618
MD59319063C0EE592A8E8A5E87C5354FFE2
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>
PackageNamelibecpg5
PackageSectionlibs
PackageVersion8.2.9-0ubuntu0.7.04
SHA-1C699ADCBCA1D5D226921AFAAC511CC36D0A75A75
SHA-256B100A6C82B86591774B71FFC097968F8544DA4E05E1C7335C5FB3B405DDE58F1
Key Value
FileSize208330
MD50480DF3720CB82E4B09EA0E9137F6F75
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.
PackageMaintainerMartin Pitt <martin.pitt@ubuntu.com>
PackageNamepostgresql-plpython-8.2
PackageSectionmisc
PackageVersion8.2.9-0ubuntu0.7.04
SHA-133A14D2E55C21027A9DA6F0CA549F4F7A7F4DAE4
SHA-256EBE3520BCAFE4B39C798EC13EA30C42BEBD8690A12A4F34B02E0331DE70438C5