Package: barman Version: 1.6.1-1.pgdg15.10+1 Architecture: all Maintainer: Marco Nenciarini Installed-Size: 542 Depends: python (>= 2.7), python (<< 2.8), python-psycopg2, python-argh, python-dateutil, python-argcomplete, adduser, rsync (>= 3.0.4~) Recommends: openssh-server, openssh-client Homepage: http://www.pgbarman.org Priority: extra Section: database Filename: pool/main/b/barman/barman_1.6.1-1.pgdg15.10+1_all.deb Size: 100432 SHA256: 5a269055ed14eab99c37ed447f1256c6abc017f80dd7f95b731235bd9d868508 SHA1: c1f34ed9a9e958c2de305374763a31e149b9818a MD5sum: 87bfe40b5f504fc27ca86f5958374225 Description: Backup and Recovery Manager for PostgreSQL Barman (backup and recovery manager) is an administration tool for disaster recovery of PostgreSQL servers written in Python. . It allows one to perform remote backups of multiple servers in business critical environments and help DBAs during the recovery phase. . Barman's most requested features include backup catalogues, incremental backup, retention policies, remote backup and recovery, archiving and compression of WAL files and backups. . Barman is written and maintained by PostgreSQL professionals 2ndQuadrant. Package: barman-cli Version: 1.1-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 38 Depends: python (>= 2.7), python (<< 2.8), rsync (>= 3.0.4~) Recommends: openssh-client Homepage: http://www.pgbarman.org Priority: extra Section: database Filename: pool/main/b/barman-cli/barman-cli_1.1-1.pgdg15.10+1_all.deb Size: 8332 SHA256: 2304b6f79b00453e8be242b63a84f9c45f23356071f3f29054a915577138ba6d SHA1: 8f88d4cd1be1e84a99cddaece205a1afcccaad1d MD5sum: afc6310b0c0aabba94499fb3812912d3 Description: Client utilities for the integration of Barman in PostgreSQL clusters Barman (Backup and Recovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. . It allows your organisation to perform remote backups of multiple servers in business critical environments to reduce risk and help DBAs during the recovery phase. . The barman-cli package contains client utilities for the integration of Barman in PostgreSQL clusters. . Barman is distributed under GNU GPL 3 and maintained by 2ndQuadrant. Package: bucardo Version: 5.4.1-1.pgdg15.10+1 Architecture: all Maintainer: Nicholas Jefferson Installed-Size: 982 Depends: adduser, perl (>= 5.10.0), libdbix-safe-perl, libdbd-pg-perl, libboolean-perl Recommends: postgresql-plperl Homepage: http://bucardo.org/ Priority: optional Section: database Filename: pool/main/b/bucardo/bucardo_5.4.1-1.pgdg15.10+1_all.deb Size: 209082 SHA256: 8228bf9314fb2b05b9868bc8ac9b66993a75118080d99082cc29ac91df2647f4 SHA1: 6f3249fa9280225e3977955234c49d64e53d83ca MD5sum: 1aee56cf31590c85409ab4ccf2791485 Description: asynchronous replication system for PostgreSQL Bucardo is an asynchronous PostgreSQL replication system, allowing for both multi-master and multi-slave operations. . Bucardo uses PL/pgSQL and Pl/PerlU triggers to send notification events to a daemon, which replicates the data modifications, and Bucardo provides both standard and custom conflict resolution methods. Package: cl-asdf Version: 2:3.1.7-1~pgdg15.10+1 Architecture: all Maintainer: Debian Common Lisp Team Installed-Size: 3110 Recommends: common-lisp-controller, sbcl | lisp-compiler Suggests: cl-launch (>= 4.1) Breaks: common-lisp-controller (<= 7.3) Homepage: http://common-lisp.net/project/asdf/ Priority: optional Section: lisp Filename: pool/main/c/cl-asdf/cl-asdf_3.1.7-1~pgdg15.10+1_all.deb Size: 893980 SHA256: fa401a8271f2dbf11196e6bff57a0ea728e3dbcb0f72d9c4cb28d20586fa3ea5 SHA1: f439198e9e63f7311095b9e823bf48b5b94e9a43 MD5sum: f79853cbdae0613a8675c6c2c35329af Description: Another System Definition Facility ASDF provides the functionality of make and ld.so for Common Lisp software: It drives compilation and dynamic loading for complex Lisp systems with multiple modules and files, and is the de facto standard used by free software written in Common Lisp. . It also includes a utility library, UIOP, to portably deal with many issues that all Common Lisp programs have to deal with, including handling pathnames, accessing the filesystem, executing external programs, user configuration, etc. . Most Common Lisp implementations already provide asdf via (require "asdf"), but not all of them provide an up-to-date version. Package: cl-asdf-finalizers Version: 20150608-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 36 Depends: cl-asdf (>= 3.0.3) Priority: optional Section: lisp Filename: pool/main/c/cl-asdf-finalizers/cl-asdf-finalizers_20150608-1~pgdg15.10+1_all.deb Size: 9464 SHA256: 8b4dee94652a5a2d0dab96c47f512bce150f5e94ffdc56897544ff757bdcf96c SHA1: 1acdd820f2cb5b0835b1e36f66586152b43c5b19 MD5sum: bb449e15332182c8da0d7cc1f1fbc452 Description: Enforced finalization of ASDF Common Lisp components This library allows you to implement and enforce proper finalization of compile-time constructs while building Lisp source files. It depends on ASDF 2.22.3 or later. Package: cl-bordeaux-threads Source: bordeaux-threads Version: 0.8.5-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 110 Priority: optional Section: lisp Filename: pool/main/b/bordeaux-threads/cl-bordeaux-threads_0.8.5-1~pgdg15.10+1_all.deb Size: 20740 SHA256: 39c5ee78070085157cce04d6b74b1feccb7295c797524ccadae110077614c382 SHA1: dc4efdbf68d6cfc81c254920126240a647cf7bfd MD5sum: 7a8ec5f0be045f6985ebe3d64537db60 Description: Portable shared-state concurrency for Common Lisp BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface. . It essentially provides a compatibility layer for multi-threading accross multiple CL implementations. . Some parts of it's implementation-specific code can also be implemented in a Lisp that does not support multiple threads, so that thread-safe code can be compiled on both multithread and single-thread implementations without need of conditionals. Package: cl-cffi Source: cffi Version: 1:0.17.1-2~pgdg15.10+1 Architecture: all Maintainer: Debian Common Lisp Team Installed-Size: 4586 Depends: cl-alexandria, cl-trivial-features, cl-babel Homepage: http://common-lisp.net/project/cffi/ Priority: optional Section: lisp Filename: pool/main/c/cffi/cl-cffi_0.17.1-2~pgdg15.10+1_all.deb Size: 1750800 SHA256: be656126fdf0a86db154ca4f371ee3b49cdcc22ec098a1b94dea0f5b399037ee SHA1: 8051a1b224b2238d5fbd181db0a223feee7fc555 MD5sum: f3eaf5a1e5ed32da84aa5a2858bfe67b Description: The Common Foreign Function Interface for Common Lisp CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. . The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS. . A UFFI compatibility layer is also being developed. Package: cl-chipz Version: 20160318-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 182 Homepage: http://method-combination.net/lisp/chipz/ Priority: optional Section: lisp Filename: pool/main/c/cl-chipz/cl-chipz_20160318-1~pgdg15.10+1_all.deb Size: 36328 SHA256: 0e731334cbef7db6c9d062fc40c7d922120c907da0ad7147508c6bd628feee42 SHA1: ac23f1118c83770074912dce3900efe8f1bcabce MD5sum: 77f658f72885bf133bad861a091cb3c7 Description: library for decompressing DEFLATE and BZIP2 data DEFLATE data, defined in RFC1951, forms the core of popular compression formats such as zlib (RFC 1950) and gzip (RFC 1952). As such, Chipz also provides for decompressing data in those formats as well. BZIP2 is the format used by the popular compression tool bzip2. Package: cl-command-line-arguments Version: 20151218-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 42 Homepage: http://common-lisp.net/project/qitab/ Priority: optional Section: lisp Filename: pool/main/c/cl-command-line-arguments/cl-command-line-arguments_20151218-1~pgdg15.10+1_all.deb Size: 9416 SHA256: 8136359c3fa01b5534d6fe50eb923d177de00dfddc90630a79c54a192fdd5878 SHA1: fdb925664ca17f9f30f344df8262ce6eec55ab21 MD5sum: a0b18e6abaa837fe87004ad830525781 Description: get command line arguments in Common Lisp trivial interface for getting and parsing command-line-arguments Package: cl-containers Version: 20150923-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 444 Depends: cl-metatilities-base Homepage: http://common-lisp.net/project/cl-containers/ Priority: optional Section: lisp Filename: pool/main/c/cl-containers/cl-containers_20150923-1~pgdg15.10+1_all.deb Size: 114014 SHA256: d6ffc19b9d4087bbf657dec34957e5c2a554f5881033a9ed5d3978597abc1199 SHA1: dea03f81ff88300d7f0f31d6329e5b52e583f922 MD5sum: dddb79c3dc3c929bba75f8c4c6052c21 Description: Common Lisp containers data structures Common Lisp ships with a set of powerful built in data structures including the venerable list, full featured arrays, and hash-tables. CL-containers enhances and builds on these structures in two ways: . By adding containers that are not available in native Lisp (for example: binary search trees, red-black trees, sparse arrays and so on). . By providing a standard interface so that they are simpler to use and so that changing design decisions becomes significantly easier. Package: cl-curry-compose-reader-macros Version: 20160318-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 24 Homepage: http://eschulte.github.io/curry-compose-reader-macros/ Priority: optional Section: lisp Filename: pool/main/c/cl-curry-compose-reader-macros/cl-curry-compose-reader-macros_20160318-1~pgdg15.10+1_all.deb Size: 4556 SHA256: 52bf35614a1367f856503d506fe3f2801b87928587bfce85b090eb4e27fa6cda SHA1: 2ed3eca2bd647abc8c2a036d40ab85e93ff15763 MD5sum: 8c43c8a8c40b250f3a34c91f42adeb63 Description: Reader macros for function partial application and composition. These reader macros expand into the curry, rcurry and compose functions from the Alexandria library. The contents of curly brackets are curried and the contents of square brackets are composed. The _ symbol inside curly brackets changes the order of arguments with rcurry. Package: cl-drakma Version: 2.0.2-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 221 Depends: cl-flexi-streams, cl-puri, cl-base64, cl-chunga, cl-ppcre, cl-usocket, cl-plus-ssl, cl-chipz, cl-fiveam Homepage: http://weitz.de/drakma/ Priority: optional Section: lisp Filename: pool/main/c/cl-drakma/cl-drakma_2.0.2-1~pgdg15.10+1_all.deb Size: 39756 SHA256: 8360e622ee0312ed97ebeac3454e5534850542df735c5d0912b8c9cbc46e16ea SHA1: 2a178f9db407b9826a63b850cefb9fb6f0922f5a MD5sum: d78a073a442ff0c72985f9d1d919c59c Description: Common Lisp HTTP client Drakma is a full-featured HTTP client implemented in Common Lisp. It knows how to handle HTTP/1.1 chunking, persistent connections, re-usable sockets, SSL, continuable uploads, file uploads, cookies, and more. Package: cl-esrap Version: 20160825-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 217 Depends: cl-alexandria Homepage: http://nikodemus.github.io/esrap/ Priority: optional Section: lisp Filename: pool/main/c/cl-esrap/cl-esrap_20160825-1~pgdg15.10+1_all.deb Size: 40142 SHA256: 0e03f168b580e2570ff2c49bd20a0148690fee612f64865ac948ed9af38ec9e5 SHA1: cebaee2cf70f829863edd8f4848e4a8f09bad8db MD5sum: 7a785367bae0ae2851c6c81d2de223b3 Description: Packrat Parsing library for Common Lisp In addition to regular Packrat / Parsing Grammar / TDPL features Esrap supports dynamic redefinition of nonterminals, inline grammars, semantic predicates, and include introspecive facilities for development. Package: cl-fad Version: 0.7.4-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 118 Depends: cl-flexi-streams, cl-puri, cl-base64, cl-chunga, cl-ppcre, cl-usocket Homepage: http://weitz.de/cl-fad/ Priority: optional Section: lisp Filename: pool/main/c/cl-fad/cl-fad_0.7.4-1~pgdg15.10+1_all.deb Size: 21016 SHA256: 295c01d0c55851daba88553bea6c90474660c69ce3fe73b6752415b0e173937a SHA1: 0874e858cb632f974ce3326e1d2b6ed95e3db8cb MD5sum: cff7f223efb42db52cb0cbaac9a1e5e7 Description: portable pathname library for Common Lisp CL-FAD (for "Files and Directories") is a thin layer atop Common Lisp's standard pathname functions. It is intended to provide some unification between current CL implementations on Windows, OS X, Linux, and Unix. Most of the code was written by Peter Seibel for his book Practical Common Lisp. Package: cl-fiveam Version: 1.3-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 106 Depends: cl-alexandria Homepage: http://common-lisp.net/project/fiveam/ Priority: optional Section: lisp Filename: pool/main/c/cl-fiveam/cl-fiveam_1.3-1~pgdg15.10+1_all.deb Size: 20032 SHA256: 9c7494d8c7b66b1bc59e30ff00b9e5d68435accc92692d65e2afe1b304879a6b SHA1: c812829ddb22fd04c13da6a3e768054cf33eb99a MD5sum: 5de3e4fb0c796686e461cd24c373d9b6 Description: simple regression testing framework for Common Lisp It has been designed with Common Lisp's interactive development model in mind. Package: cl-graph Version: 20160531-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 120 Depends: cl-alexandria, cl-metabang-bind, cl-curry-compose-reader-macros Homepage: http://eschulte.github.io/graph/ Priority: optional Section: lisp Filename: pool/main/c/cl-graph/cl-graph_20160531-1~pgdg15.10+1_all.deb Size: 22162 SHA256: e58d84dc0ccef47d49056b8e2088da19ea8c8abb33d69990e34f66c390ca4a23 SHA1: 2f77c3dc4b37a642d7180207e9c6a4200086757a MD5sum: 9648d792bc7a46e2bf477c6d25a89351 Description: simple graph data structure and algorithms The GRAPH library strives for simplicity both in backing data structures and in usage. Graphs and Digraphs are represented as CLOS objects with methods and algorithms provided for graph manipulation and analysis. . See the GRAPH-JSON and GRAPH-DOT libraries for serialization and visualization of graphs. Package: cl-ieee-floats Version: 20160318-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 31 Homepage: https://github.com/dimitri/cl-ieee-floats Priority: optional Section: lisp Filename: pool/main/c/cl-ieee-floats/cl-ieee-floats_20160318-1~pgdg15.10+1_all.deb Size: 6504 SHA256: 457d331e57c7f9ab302ba55dd54cc6a072d3362fcc9df5aea03c24ca1b3451c5 SHA1: 29c81c7f2a0aaf8e17dc51c2aed80a176bff969b MD5sum: 959079e4c176c4b4e7d5d2926911e0a3 Description: Common Lisp IEEE-754 float en- and decoding Functions for converting floating point numbers represented in IEEE 754 style to lisp numbers. Package: cl-interpol Version: 0.2.5-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 112 Homepage: http://weitz.de/cl-interpol/ Priority: optional Section: lisp Filename: pool/main/c/cl-interpol/cl-interpol_0.2.5-1~pgdg15.10+1_all.deb Size: 21094 SHA256: 444e813f13aa4befa21a4ae0b9aa4fbbb535627cd40487c2cd5c373b0dc120a9 SHA1: 3e537d8749e7fc2978bb36ecaa24b6f5dd0b6589 MD5sum: a89101bd866c557d7bdaee698a0ced48 Description: String interpolation for Common Lisp CL-INTERPOL is a library for Common Lisp which modifies the reader so that you can have interpolation within strings similar to Perl or Unix Shell scripts. It also provides various ways to insert arbitrary characters into literal strings even if your editor/IDE doesn't support them. Package: cl-iterate Version: 20160825-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 194 Homepage: http://common-lisp.net/project/iterate/ Priority: optional Section: lisp Filename: pool/main/c/cl-iterate/cl-iterate_20160825-1~pgdg15.10+1_all.deb Size: 45236 SHA256: 994a03810243147e7e4245e3cc46a1f3b024cb97869ce5fe973c27a3d4656275 SHA1: 3daa4288f6f999f673ffaec1bc94c31a7708821a MD5sum: 2d2dd0249556465affdd37a5a1cbf071 Description: Jonathan Amsterdam's Common Lisp iterator/gatherer/accumulator facility iterate is an iteration construct for Common Lisp. It is similar to the CL:LOOP macro, with these distinguishing marks: . it is extensible, it helps editors like Emacs indent iterate forms by having a more lisp-like syntax, and it isn't part of the ANSI standard for Common Lisp (which is sometimes a bad thing and sometimes good). Package: cl-ixf Version: 20160829-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 52 Depends: cl-ieee-floats Homepage: https://github.com/dimitri/cl-ixf Priority: optional Section: lisp Filename: pool/main/c/cl-ixf/cl-ixf_20160829-1~pgdg15.10+1_all.deb Size: 9662 SHA256: 017280ae74b50cb978c8ea2d5754cd293fe25257e5ad641cfd0ca4c1576e8b82 SHA1: 61cf54711cf6744dc49eedb4d42fc1e878a0ddc4 MD5sum: 3e392ffcdf878ec534e9fe4614a9a615 Description: Common Lisp library to parse IBM IXF file format. Tools to handle IBM PC version of IXF file format. Package: cl-local-time Version: 20160628-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 141 Depends: cl-fad Homepage: http://common-lisp.net/project/local-time/ Priority: optional Section: lisp Filename: pool/main/c/cl-local-time/cl-local-time_20160628-1~pgdg15.10+1_all.deb Size: 26034 SHA256: a788063560ebd0d1ad71cca4ce58d191cf8cae37ba7687040a6e22672bcfd774 SHA1: fa54b03ad6c0e62c464a7e6dcb4dd9d780b5c46f MD5sum: fe13ecce254e43c7b76199543b42180b Description: Common Lisp library for date and time manipulations local-time is a development library for manipulating date and time information in a semi-standard manner. It is based almost entirely off of Erik Naggum's paper, The Long, Painful History of Time. . It includes such features as: Time and date arithmetic, ISO 8601 timestring formatted output and parsing, Reader macros to embed timestrings directly in code, Timezone handling (will read unix tzfile format), Conversion between universal and unix time epochs, Julian date calculation. Package: cl-lparallel Version: 20160825-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 320 Depends: cl-alexandria, cl-bordeaux-threads Homepage: http://lparallel.org/ Priority: optional Section: lisp Filename: pool/main/c/cl-lparallel/cl-lparallel_20160825-1~pgdg15.10+1_all.deb Size: 45004 SHA256: 5a1f89f4bcf7e42bc965cfa3efce6bd80f6cac0541637ddca241148b71acf4e6 SHA1: dad215b1bc98bc6742a248e9d8f8581c92360982 MD5sum: 60652bd73b413c2bac16a6cd2b4bdd0b Description: parallel programming in Common Lisp lparallel is a library for parallel programming in Common Lisp, featuring a simple model of task submission with receiving queue, constructs for expressing fine-grained parallelism, asynchronous condition handling across thread boundaries, parallel versions of map, reduce, sort, remove, and many others promises, futures, and delayed evaluation constructs, computation trees for parallelizing interconnected tasks bounded and unbounded FIFO queues, high and low priority tasks, task killing by category and integrated timeouts. Package: cl-pgloader Source: pgloader Version: 3.3.1+dfsg-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 668 Depends: cl-asdf (>= 3.0.3), cl-log, cl-postmodern, cl-simple-date, cl-qmynd, cl-split-sequence, cl-unicode, cl-interpol, cl-csv, cl-fad, cl-lparallel, cl-esrap, cl-alexandria, cl-drakma, cl-flexi-streams, cl-usocket, cl-local-time, cl-command-line-arguments, cl-abnf, cl-db3, cl-py-configparser, cl-sqlite, cl-trivial-backtrace, cl-markdown, cl-md5, cl-asdf-finalizers, cl-asdf-system-connections, cl-cffi (>= 1:0.12.0), cl-bordeaux-threads (>= 0.8.3), cl-metabang-bind, cl-uuid, cl-trivial-utf-8, cl-quri, cl-utilities, cl-ppcre Homepage: https://github.com/dimitri/pgloader Priority: extra Section: database Filename: pool/main/p/pgloader/cl-pgloader_3.3.1+dfsg-1~pgdg15.10+1_all.deb Size: 140608 SHA256: 6f0de2ffb6d1dd580b7267fe4187ce390d3fe4ce4b0006f54677318009ae61ee SHA1: beb6c7cd654f3367350b277a0a9dcff8572db8c7 MD5sum: 5cdae604cb6c1d855b46b49bdb7a2968 Description: extract, transform and load data into PostgreSQL pgloader imports data from different kind of sources and COPY it into PostgreSQL. . The command language is described in the manual page and allows one to describe where to find the data source, its format, and to describe data processing and transformation. . Supported source formats include CSV, fixed width flat files, dBase3 files (DBF), and SQLite and MySQL databases. In most of those formats, pgloader is able to auto-discover the schema and create the tables and the indexes in PostgreSQL. In the MySQL case it's possible to edit CASTing rules from the pgloader command directly. Package: cl-plus-ssl Version: 20160421-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 115 Depends: cl-cffi, cl-trivial-gray-streams, cl-flexi-streams, cl-bordeaux-threads, cl-trivial-garbage, libssl1.0.0 Homepage: http://common-lisp.net/project/cl-plus-ssl/ Priority: optional Section: lisp Filename: pool/main/c/cl-plus-ssl/cl-plus-ssl_20160421-1~pgdg15.10+1_all.deb Size: 23318 SHA256: beab6395a73473761ba18abd4aab312ea12d90b82f77d9adcd0e4010475b2d27 SHA1: dda1c765748bec7e06b94e41da4ffb4b5bc0e31b MD5sum: 77cfe0ecb02d958064ea8f944d64a757 Description: Common Lisp interface to OpenSSL CL+SSL is portable code based on CFFI and gray streams. It defines its own libssl BIO method, so that SSL I/O can be written over portable Lisp streams instead of bypassing the streams and sending data over Unix file descriptors directly. (But the traditional approach is still used if possible.) Package: cl-postgres Source: cl-postmodern Version: 20160208-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 127 Depends: cl-usocket Homepage: http://marijnhaverbeke.nl/postmodern/ Priority: optional Section: lisp Filename: pool/main/c/cl-postmodern/cl-postgres_20160208-1~pgdg15.10+1_all.deb Size: 26758 SHA256: d77100f5155de74f92e7f2ece50719c6520204693a198852d22548ff5151fd93 SHA1: b62735f958c343d0b25ce1a24ad0d8683736aa3c MD5sum: f41db57667fd9ee39652cd1585865ad9 Description: Low-level client library for PosgreSQL CL-postgres module implements a rather low-level interface for communicating with a PostgreSQL database server. It is part of the Postmodern library, but can be used separately. Package: cl-postmodern Version: 20160208-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 245 Depends: cl-postgres, cl-s-sql, cl-closer-mop, cl-bordeaux-threads Homepage: http://marijnhaverbeke.nl/postmodern/ Priority: optional Section: lisp Filename: pool/main/c/cl-postmodern/cl-postmodern_20160208-1~pgdg15.10+1_all.deb Size: 50884 SHA256: 758641a8c26bb49ec2c8abbb58861a6ad946cb350f63a2bfa4ae7debb8a2a5f3 SHA1: 14bbf6c0c0871a6a5e8e798de51d48aac44f784e MD5sum: 6f6059e5a8e1edbc0a947312dba88732 Description: Common Lisp library for interacting with PostgreSQL databases Features efficient communication with the database server without need for foreign libraries, support for UTF-8 on Unicode-aware Lisp implementations, a syntax for mixing SQL and Lisp code, convenient support for prepared statements and stored procedures, a metaclass for simple database-access objects . The biggest differences between this library and CLSQL/CommonSQL are that Postmodern has no intention of being portable across different SQL implementations (it embraces non-standard Postgres features), and approaches extensions like lispy SQL and database access objects in a quite different way. This library was written because the CLSQL approach did not really work for me, your mileage may vary. Package: cl-qmynd Version: 20160208-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 248 Depends: cl-babel, cl-flexi-streams, cl-ironclad, cl-trivial-gray-streams, cl-usocket Homepage: http://common-lisp.net/project/qitab/ Priority: optional Section: lisp Filename: pool/main/c/cl-qmynd/cl-qmynd_20160208-1~pgdg15.10+1_all.deb Size: 36688 SHA256: da6a916d3b383fa2ab5681ba32a0b76dd912665d6dbc0b1589ee0ed0f754a1f4 SHA1: fdfebfd51f155bb8990ad03e3259cece5115e739 MD5sum: b6fb0f7327b670f826f9f83b5ad9989c Description: MySQL Native Driver for Common Lisp QMyND, the QITAB MySQL Native Driver, is a MySQL client library that directly talks to a MySQL server in its native network protocol. The little documentation there is currently lies in the code itself and its test suite. Package: cl-quri Version: 20150804-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 275 Homepage: https://github.com/fukamachi/quri Priority: optional Section: lisp Filename: pool/main/c/cl-quri/cl-quri_20150804-1~pgdg15.10+1_all.deb Size: 66364 SHA256: bddce79595e994c8f707b9285bc5008c24248cae641b9cbe6794f5b7d2fad896 SHA1: a1871bc617622e0e37ea02b987bfadd50889d976 MD5sum: 5970271581a91003d8d1d0319fc78a25 Description: Yet another URI library for Common Lisp QURI (pronounced "Q-ree") is yet another URI library for Common Lisp. It is intended to be a replacement of PURI. Package: cl-s-sql Source: cl-postmodern Version: 20160208-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 55 Homepage: http://marijnhaverbeke.nl/postmodern/ Priority: optional Section: lisp Filename: pool/main/c/cl-postmodern/cl-s-sql_20160208-1~pgdg15.10+1_all.deb Size: 12654 SHA256: 961d1bc3dd522699b76897c07196b3d9ff5f33b580d8aeb3b66de5d35cd5dce3 SHA1: e03a8d87c3e798679f8e44e23ffe653859f61651 MD5sum: 2c35f5c27efa9a51bf9c28aca276d293 Description: lispy syntax for SQL queries S-SQL provides a lispy syntax for SQL queries, and knows how to convert various lisp types to their textual SQL representation. It takes care to do as much of the work as possible at compile-time, so that at runtime a string concatenation is all that is needed to produce the final SQL query. Package: cl-simple-date Source: cl-postmodern Version: 20160208-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 39 Homepage: http://marijnhaverbeke.nl/postmodern/ Priority: optional Section: lisp Filename: pool/main/c/cl-postmodern/cl-simple-date_20160208-1~pgdg15.10+1_all.deb Size: 7542 SHA256: bcfe74353e858acb62ff0f0ff77e2e6aeda123678742c72d8d2ca72b71641b38 SHA1: b51cfce1c31a24f7baec1a2e9938910c9fc65450 MD5sum: 72bf72b59861c800f725515023dd3638 Description: Common Lisp types for dates, timestamps, and intervals Simple-date provides types (CLOS classes) for dates, timestamps, and intervals similar to the ones SQL databases use, in order to be able to store and read these to and from a database in a straighforward way. A few obvious operations are defined on these types. . The most glaring defect of this library is its ignorance of time zones. It pretends the whole world lives in UTC. Use with care. . When this library is loaded after CL-postgres, it will register suitable SQL readers and writers for the associated database types. Package: cl-trivial-backtrace Version: 20160531-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 37 Homepage: http://common-lisp.net/project/trivial-backtrace/ Priority: optional Section: lisp Filename: pool/main/c/cl-trivial-backtrace/cl-trivial-backtrace_20160531-1~pgdg15.10+1_all.deb Size: 8476 SHA256: 7f9a1a77f217bb56575df8b767a4715aaafda65d5bc4f5038f42a1c649496e28 SHA1: f034a0c491e8094d994f7ca973759a6a47a19f38 MD5sum: a170c17af00094d6da708b1570f22337 Description: generate a Common Lisp backtrace portably On of the many things that didn't quite get into the Common Lisp standard was how to get a Lisp to output its call stack when something has gone wrong. As such, each Lisp has developed its own notion of what to display, how to display it, and what sort of arguments can be used to customize it. trivial-backtrace is a simple solution to generating a backtrace portably. As of 16 May 2012, it supports Allegro Common Lisp, LispWorks, ECL, MCL, SCL, SBCL and CMUCL. Package: cl-utilities Version: 1.2.4-3.1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 102 Homepage: http://cliki.net/cl-utilities Priority: optional Section: lisp Filename: pool/main/c/cl-utilities/cl-utilities_1.2.4-3.1~pgdg15.10+1_all.deb Size: 22242 SHA256: ee6c8fc035bab11a981cddb6ecb5bd29e2afed4fedbbf3e05498056f7d9504fd SHA1: 1ee43033b402eb3609771572438cffa9884d3bcd MD5sum: 41d2d0deb321faeb7b07ef9f63b331c3 Description: collection of Common Lisp utilities On Cliki.net , there is a collection of Common Lisp Utilities, things that everybody writes since they're not part of the official standard. There are some very useful things there; the only problems are that they aren't implemented as well as you'd like (some aren't implemented at all) and they aren't conveniently packaged and maintained. It takes quite a bit of work to carefully implement utilities for common use, commented and documented, with error checking placed everywhere some dumb user might make a mistake. Package: cl-yason Version: 0.7.6-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 46 Homepage: http://common-lisp.net/project/yason/ Priority: optional Section: lisp Filename: pool/main/c/cl-yason/cl-yason_0.7.6-1~pgdg15.10+1_all.deb Size: 9492 SHA256: 69fe1d48281f63437789ec092e143e37276de540139df8e88db24c3dbee4c81d SHA1: 8aa5a64d3d6af7120c2ebf01d7c5039daa23cfa4 MD5sum: 6ad699a3c4473cbff788d119e2ee7b36 Description: JSON encoder/decoder for Common Lisp YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format. JSON is used as a lightweight alternative to XML. YASON has the sole purpose of encoding and decoding data and does not impose any object model on the Common Lisp application that uses it. Package: cl-zs3 Version: 1.2.11-1~pgdg15.10+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 288 Depends: cl-cxml, cl-drakma, cl-ironclad, cl-puri, cl-base64 Homepage: http://xach.com/lisp/zs3/ Priority: optional Section: lisp Filename: pool/main/c/cl-zs3/cl-zs3_1.2.11-1~pgdg15.10+1_all.deb Size: 46142 SHA256: 22bbc44f6e3644930851ce7411bcf4e4b412ca0e2f274a085580cbb67aa2f3c7 SHA1: e712f62695a2d990e0938ede06ce3590347abecc MD5sum: 498b4a5dbd0703452ac060872395fd07 Description: Amazon S3 and CloudFront from Common Lisp ZS3 is a Common Lisp library for working with Amazon's Simple Storage Service (S3) and CloudFront content delivery service. It is available under a BSD-style license. Package: libecpg-compat3 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 42 Depends: libc6 (>= 2.4), libecpg6 (>= 9.0~), libpgtypes3 Multi-Arch: same Homepage: http://www.postgresql.org/ Priority: optional Section: libs Filename: pool/main/p/postgresql-9.5/libecpg-compat3_9.5.4-1.pgdg15.10+1_i386.deb Size: 14910 SHA256: ad5fad574434590556cf2a4f8cebe877ba99384557354fe9c8ffc8059d6f5cff SHA1: 851e5e7c57259d9f9fba23380551992054e86b88 MD5sum: 6f7adf13bd4fed2280fb50847aad6c9e Description: older 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. Package: libecpg-dev Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1144 Depends: libc6 (>= 2.4), libpq-dev, libecpg6 (= 9.5.4-1.pgdg15.10+1), libecpg-compat3 (= 9.5.4-1.pgdg15.10+1), libpgtypes3 (= 9.5.4-1.pgdg15.10+1) Homepage: http://www.postgresql.org/ Priority: optional Section: libdevel Filename: pool/main/p/postgresql-9.5/libecpg-dev_9.5.4-1.pgdg15.10+1_i386.deb Size: 226280 SHA256: da543f0787d51450787f634c1fc7ac7d74004ec10627af454beea70ec20aa97a SHA1: 5285105a05b057071698ea9be77dca384e19c10e MD5sum: d4b024876dac7d8e5d5003111b5ae655 Description: development 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). Package: libecpg6 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 381 Depends: libc6 (>= 2.4), libpgtypes3, libpq5 (>= 9.0~) Multi-Arch: same Homepage: http://www.postgresql.org/ Priority: optional Section: libs Filename: pool/main/p/postgresql-9.5/libecpg6_9.5.4-1.pgdg15.10+1_i386.deb Size: 82098 SHA256: 211b1a218733030dbb95864ea611616bf683b5272e8f852e459c99c277c91c92 SHA1: d9deaa4062b83cb8594cb3cf6b1d8e3c0a05370c MD5sum: 104b86f0893591203afe4973ea08b792 Description: run-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. Package: liblwgeom-2.2-5 Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 1062 Depends: libc6 (>= 2.4), libgeos-c1v5 (>= 3.5.0), libjson-c2 (>= 0.10), libproj9 (>= 4.9.0) Homepage: http://postgis.net/ Priority: optional Section: libs Filename: pool/main/p/postgis/liblwgeom-2.2-5_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 660714 SHA256: 085e18a3f82fa2414da3fe5bb9196d2dc235fc76e8e9869718dc551e153f12f1 SHA1: 808818d39e03afefb05f963ec259ffb4f0638956 MD5sum: f62ae265e79b6083cd9ed0fa314ce29d Description: PostGIS "Lightweight Geometry" library PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This library is the generic geometry handling section of PostGIS. The geometry objects, constructors, destructors, and a set of spatial processing functions, are implemented here. Package: liblwgeom-dev Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 1409 Depends: liblwgeom-2.2-5 (= 2.2.2+dfsg-4.pgdg15.10+1) Breaks: postgis (<< 2.0.0) Homepage: http://postgis.net/ Priority: optional Section: libdevel Filename: pool/main/p/postgis/liblwgeom-dev_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 703074 SHA256: a928c666d924d9637fe9f3551fbf85f4c351031616105c8bc79c2e00944184bb SHA1: 914e5ee92ba27fe5866cbc0d31ceaeacc888cf74 MD5sum: f0f34c309808309dc3b50167d7dd23aa Description: PostGIS "Lightweight Geometry" library - Development files PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This library is the generic geometry handling section of PostGIS. The geometry objects, constructors, destructors, and a set of spatial processing functions, are implemented here. This package contains the development files. Package: libpgpool-dev Source: pgpool2 Version: 3.5.3-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 104 Depends: libpgpool0 (= 3.5.3-1.pgdg15.10+1) Conflicts: libpcp3-dev Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: libdevel Filename: pool/main/p/pgpool2/libpgpool-dev_3.5.3-1.pgdg15.10+1_i386.deb Size: 33190 SHA256: e227fa161f3a0310dfa02dfa2def2ca1e8de5f8ec9e673df6c8c106fea52b478 SHA1: dc55e808fdbf7cc3f015b3b803f04bbf1d3f8f04 MD5sum: 84919a7388e36ca0d8142721479f76f4 Description: pgpool control protocol library - headers pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains headers for the pgpool control protocol library (libpcp). Package: libpgpool0 Source: pgpool2 Version: 3.5.3-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 72 Depends: libc6 (>= 2.15) Breaks: pgpool2 (<< 3.1.1) Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: libs Filename: pool/main/p/pgpool2/libpgpool0_3.5.3-1.pgdg15.10+1_i386.deb Size: 27112 SHA256: d771909074405997657d009faa4b41c5200a5272d7adb0f01bc100e1c1cb400a SHA1: d8edf08ec99013157828db34e3269336d6be0188 MD5sum: f71e51a1172403bddcdd2484198589ab Description: pgpool control protocol library pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains the pgpool control protocol library (libpcp). Package: libpgtypes3 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 97 Depends: libc6 (>= 2.4) Multi-Arch: same Homepage: http://www.postgresql.org/ Priority: optional Section: libs Filename: pool/main/p/postgresql-9.5/libpgtypes3_9.5.4-1.pgdg15.10+1_i386.deb Size: 38710 SHA256: f15dca5c6229e6a57c1cf9120705265e77d7ae466c6b04cc9d50472e704c63db SHA1: 5621c9fd97f4d5aebe49a7aa1eda027e7acd4fdc MD5sum: c06ceb2cd7be06d0d74c26741284dbbc Description: shared library libpgtypes for PostgreSQL 9.5 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpq-dev Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 744 Depends: libc6 (>= 2.4), libpq5 (= 9.5.4-1.pgdg15.10+1), libssl-dev, krb5-multidev, comerr-dev Suggests: postgresql-doc-9.5 Homepage: http://www.postgresql.org/ Priority: optional Section: libdevel Filename: pool/main/p/postgresql-9.5/libpq-dev_9.5.4-1.pgdg15.10+1_i386.deb Size: 185486 SHA256: cbd6d18784955bd01758b4ea9e8274130c5e472c5be860cda069c2310c753b69 SHA1: 08fd57e08501812ab5d57daec43eafa500a0b187 MD5sum: fb327a9117c0753701ee895dc928b8b4 Description: header 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. Package: libpq5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 561 Depends: libc6 (>= 2.4), libgssapi-krb5-2 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libssl1.0.0 (>= 1.0.0) Multi-Arch: same Homepage: http://www.postgresql.org/ Priority: optional Section: libs Filename: pool/main/p/postgresql-9.5/libpq5_9.5.4-1.pgdg15.10+1_i386.deb Size: 133618 SHA256: 67e98fbf91ab0a8b96072e18347bcc3e0e1b9e26897959849c4c507939120521 SHA1: a82e9a0d80b221530fa568056ed612701e923336 MD5sum: ec4f0f017251e7f49d0b251eb6cf0d01 Description: PostgreSQL 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. Package: libpqtypes-dev Source: libpqtypes Version: 1.5.1-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 86 Depends: libpq-dev, libpqtypes0 (= 1.5.1-2.pgdg15.10+1) Priority: optional Section: libdevel Filename: pool/main/libp/libpqtypes/libpqtypes-dev_1.5.1-2.pgdg15.10+1_i386.deb Size: 47404 SHA256: 43611372adc72f84ee083ad8e87c2da6ee063e50197c2e2608ce0e6ae413a294 SHA1: 16127712d15997ae705d84d81baecacacfd52ca9 MD5sum: 789b8227b4abc66e513ab264f8b98c8c Description: parameterized queries libpq extension - development libpqtypes is a libpq extension that offers a new way of handling parameterized queries and getting result field values. Both putting parameters and getting values use a printf/scanf style interface, with consistent specifiers for both. . * Full support for binary and text format. (parameter and result) * Full support for composites, arrays and composite arrays. (binary format only) * printf style interface to libpq's binary parameterized API. (PQputf) * scanf style interface for getting values: PQgetvalue extension. (PQgetf) * Ability to register user-defined types, aliases and data type sub-classes for use with printf style interfaces: ex. "%mytype". * Per-thread global error message. (PQgeterror) * Online docs as well as man pages. . This package contains the headers and manpages. Package: libpqtypes0 Source: libpqtypes Version: 1.5.1-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 184 Depends: libc6 (>= 2.4) Multi-Arch: same Priority: optional Section: libs Filename: pool/main/libp/libpqtypes/libpqtypes0_1.5.1-2.pgdg15.10+1_i386.deb Size: 49696 SHA256: d5a9025b2544e00bfb8883a083190f5941506fa1553328141af3d73910e16f2f SHA1: 8f4c197170fdfcd73082dc8b6f7624760b1d9827 MD5sum: 5977b98e98256f6b19ebc0aeafb855ca Description: parameterized queries libpq extension - shared library libpqtypes is a libpq extension that offers a new way of handling parameterized queries and getting result field values. Both putting parameters and getting values use a printf/scanf style interface, with consistent specifiers for both. . * Full support for binary and text format. (parameter and result) * Full support for composites, arrays and composite arrays. (binary format only) * printf style interface to libpq's binary parameterized API. (PQputf) * scanf style interface for getting values: PQgetvalue extension. (PQgetf) * Ability to register user-defined types, aliases and data type sub-classes for use with printf style interfaces: ex. "%mytype". * Per-thread global error message. (PQgeterror) * Online docs as well as man pages. . This package contains the shared library. Package: libpqtypes0-dbg Source: libpqtypes Version: 1.5.1-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 100 Depends: libpqtypes0 (= 1.5.1-2.pgdg15.10+1) Multi-Arch: same Priority: extra Section: debug Filename: pool/main/libp/libpqtypes/libpqtypes0-dbg_1.5.1-2.pgdg15.10+1_i386.deb Size: 84224 SHA256: ca091bf4a7f86a9eb73b957168f9d7fd0a518811a2d4a0e6f3c6903b26f4b0c1 SHA1: 699cb7eddd4614c1fc380c641481f4c51bb817d2 MD5sum: dfb9733e0b7bb6e4fb8dc0933385241f Description: parameterized queries libpq extension - debug symbols libpqtypes is a libpq extension that offers a new way of handling parameterized queries and getting result field values. Both putting parameters and getting values use a printf/scanf style interface, with consistent specifiers for both. . * Full support for binary and text format. (parameter and result) * Full support for composites, arrays and composite arrays. (binary format only) * printf style interface to libpq's binary parameterized API. (PQputf) * scanf style interface for getting values: PQgetvalue extension. (PQgetf) * Ability to register user-defined types, aliases and data type sub-classes for use with printf style interfaces: ex. "%mytype". * Per-thread global error message. (PQgeterror) * Online docs as well as man pages. . This package contains the debug symbols. Package: libtap-parser-sourcehandler-pgtap-perl Version: 3.31-2.pgdg15.10+1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 81 Depends: perl, perl (>= 5.14) | libtest-harness-perl (>= 3.23) Suggests: postgresql-pgtap Conflicts: pgtap (<= 0.24-1) Homepage: http://search.cpan.org/dist/TAP-Parser-SourceHandler-pgTAP/ Priority: extra Section: perl Filename: pool/main/libt/libtap-parser-sourcehandler-pgtap-perl/libtap-parser-sourcehandler-pgtap-perl_3.31-2.pgdg15.10+1_all.deb Size: 32890 SHA256: 4f886c7361a17ffacf5de09a5550da8d2257c0a3d6ea6b5a444dde81b8740d28 SHA1: 81e89960e4a28d42d86150f3f0934882fe93f482 MD5sum: 50d441db1a68b56de931204c67cab7a8 Description: Unit testing tools for pgTAP TAP::Parser::SourceHandler::pgTAP is a set of tools for PostgreSQL unit testing. It contains the pg_prove and pg_tapgen scripts, which allows running and harnessing pgTAP tests on command-line, and summarizing the results. . The corresponding PostgreSQL extension is contained in the postgresql-pgtap package. . TAP is the Test Anything Protocol (http://testanything.org/). Package: newpid Version: 7.pgdg15.10+1 Architecture: i386 Maintainer: Christoph Berg Installed-Size: 29 Depends: libcap2-bin, libc6 (>= 2.14) Priority: optional Section: utils Filename: pool/main/n/newpid/newpid_7.pgdg15.10+1_i386.deb Size: 10726 SHA256: a381464cedc592311f617022f09bbd54a672365385550b5e978b767b0594d78b SHA1: 256c884f623bc775a361177d4d4e6a140bc42a82 MD5sum: f37c430bc87327a044bc9af7976549c8 Description: run a command in a new PID namespace newpid is a simple suid wrapper around clone(CLONE_NEWPID) that launches a command in a new PID namespace. Optionally it can also use CLONE_NEWNET to request a new network namespace. Package: odbc-postgresql Source: psqlodbc Version: 1:09.05.0400-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1145 Depends: libc6 (>= 2.7), libpq5 (>= 9.2~beta3), odbcinst1debian2 (>= 2.3.1) Suggests: unixodbc-bin Enhances: unixodbc Breaks: libiodbc2 (<= 3.52.7-2), odbcinst1debian2 (<< 2.2.14p2-3), unixodbc (<< 2.2.14p2-3) Multi-Arch: same Homepage: https://odbc.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/psqlodbc/odbc-postgresql_09.05.0400-1.pgdg15.10+1_i386.deb Size: 285956 SHA256: 00cfd7c3de9233087587a8ed98ba3508fba6cb606bef5e587199e1e3053799eb SHA1: 3615da02e6656932220deb9890434c9d070467c6 MD5sum: 5a9655646b313be5b0cf67b682450db3 Description: ODBC driver for PostgreSQL This package provides a driver that allows ODBC-enabled applications to access PostgreSQL databases. ODBC is an abstraction layer that allows applications written for that layer to access databases in a manner that is relatively independent of the particular database management system. . You need to install this package if you want to use an application that provides database access through ODBC and you want that application to access a PostgreSQL database. This package would need to be installed on the same machine as that client application; the PostgreSQL database server can be on a different machine and does not need any additional software to accept ODBC clients. . If you want to write software that can access a database through the ODBC abstraction layer, you need to install the unixODBC driver manager development package unixodbc-dev, and possibly additional packages for language bindings. This driver package is only used at run time. Package: pg-backup-ctl Version: 0.8.pgdg15.10+1 Architecture: all Maintainer: Adrian Vondendriesch Installed-Size: 73 Homepage: https://github.com/credativ/pg_backup_ctl Priority: optional Section: database Filename: pool/main/p/pg-backup-ctl/pg-backup-ctl_0.8.pgdg15.10+1_all.deb Size: 22566 SHA256: 1364f5e8e50530cc36a93eb57770148b798e36b503654f2e94a5ed7edea62762 SHA1: 4b9f1d99c95268cc67f980e334ea72feec161071 MD5sum: 7e8094019d16ba633af64ade76fb9ff4 Description: backup and recover PostgreSQL using log archiving pg_backup_ctl is a tool to simplify the steps needed to make a full transaction log archival backup of PostgreSQL clusters to enable Point-in-Time Recovery (PITR). Package: pg-rage-terminator-9.3 Source: pg-rage-terminator Version: 0.1.4-2.pgdg15.10+1 Architecture: i386 Maintainer: Adrian Vondendriesch Installed-Size: 25 Depends: libc6 (>= 2.4), postgresql-9.3 Homepage: https://github.com/disco-stu/pg_rage_terminator Priority: optional Section: database Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.3_0.1.4-2.pgdg15.10+1_i386.deb Size: 6492 SHA256: 3de87b41bbfd47bf2a41a1fc323fc30cc595c667ae200d3dece38d12a0a6382c SHA1: 8bec60715d5431e372fbf766e8c51e56007058c4 MD5sum: 6924ba123b53c9751457d59b7c30b0bf Description: PostgreSQL background worker that kill random sessions. pg-rage-terminator is a custom background worker which is able to kill random PostgreSQL backends. Package: pg-rage-terminator-9.4 Source: pg-rage-terminator Version: 0.1.4-2.pgdg15.10+1 Architecture: i386 Maintainer: Adrian Vondendriesch Installed-Size: 25 Depends: libc6 (>= 2.4), postgresql-9.4 Homepage: https://github.com/disco-stu/pg_rage_terminator Priority: optional Section: database Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.4_0.1.4-2.pgdg15.10+1_i386.deb Size: 6502 SHA256: 7724e1fd41c1016b03ab0c7466481008992a041b9821111a4919ac6e349108e4 SHA1: 6650b76d784ed3e94c18151fffbf9a04d797090b MD5sum: 3023062ba67373e396111d894433941a Description: PostgreSQL background worker that kill random sessions. pg-rage-terminator is a custom background worker which is able to kill random PostgreSQL backends. Package: pg-rage-terminator-9.5 Source: pg-rage-terminator Version: 0.1.4-2.pgdg15.10+1 Architecture: i386 Maintainer: Adrian Vondendriesch Installed-Size: 25 Depends: libc6 (>= 2.4), postgresql-9.5 Homepage: https://github.com/disco-stu/pg_rage_terminator Priority: optional Section: database Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-9.5_0.1.4-2.pgdg15.10+1_i386.deb Size: 6500 SHA256: bd78389cefeb775ac773c4445297cd071aca344bd808e3047581ef4014466194 SHA1: 5b54e3cb7c2db853d65c2af87afed8a6cd70a858 MD5sum: a0a9ce3cbf5c470a5f952680647e7b56 Description: PostgreSQL background worker that kill random sessions. pg-rage-terminator is a custom background worker which is able to kill random PostgreSQL backends. Package: pgadmin3 Version: 1.22.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 11337 Depends: pgadmin3-data (= 1.22.1-1.pgdg15.10+1), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libpq5 (>= 8.4~), libssl1.0.0 (>= 1.0.1), libstdc++6 (>= 5.2), libwxbase3.0-0v5 (>= 3.0.2+dfsg), libwxgtk3.0-0v5 (>= 3.0.2+dfsg), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Recommends: pgagent, postgresql-client Suggests: postgresql-contrib Homepage: http://www.pgadmin.org/ Priority: optional Section: database Filename: pool/main/p/pgadmin3/pgadmin3_1.22.1-1.pgdg15.10+1_i386.deb Size: 3079386 SHA256: c3f3240f547c79f5b24ef0bca532ea474ca22ddda2c103290fe08d141d7bc6ec SHA1: bdc3f228a6ad71e5f9ecdcac9e8370cc9731a618 MD5sum: f7163104ffca240e2f3344837062ea1b Description: graphical administration tool for PostgreSQL pgAdmin III is a database design and management application for use with PostgreSQL. The application can be used to manage PostgreSQL 7.3 and above running on any platform. . pgAdmin III is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases. The graphical interface supports all PostgreSQL features and makes administration easy. The application also includes a syntax highlighting SQL editor, a server-side code editor, an SQL/batch/shell job scheduling agent, support for the Slony-I replication engine and much more. Server connection may be made using TCP/IP or Unix Domain Sockets (on *nix platforms), and may be SSL encrypted for security. No additional drivers are required to communicate with the database server. Package: pgadmin3-data Source: pgadmin3 Version: 1.22.1-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 8564 Depends: libjs-jquery, libjs-underscore Enhances: pgadmin3 (>= 1.22.1-1.pgdg15.10+1) Homepage: http://www.pgadmin.org/ Priority: optional Section: database Filename: pool/main/p/pgadmin3/pgadmin3-data_1.22.1-1.pgdg15.10+1_all.deb Size: 2402896 SHA256: b6f541e91855931b9f3243de167566589de497211eb041d0c7280e2794297032 SHA1: 25e3274608d5e4a8f7c80fecffa4b28d63fbbd9e MD5sum: 7afd5bb6a46cbfb3b6d2d12fadc6a28a Description: graphical administration tool for PostgreSQL - documentation pgAdmin III is a database design and management application for use with PostgreSQL. . This package contains the documentation for pgAdmin III in English language. This package is mandatory to get the pgAdmin III help system to run smoothly. Package: pgadmin3-dbg Source: pgadmin3 Version: 1.22.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 50135 Depends: pgadmin3 (= 1.22.1-1.pgdg15.10+1), pgadmin3-data (= 1.22.1-1.pgdg15.10+1) Recommends: pgagent, postgresql-client Suggests: postgresql-contrib Homepage: http://www.pgadmin.org/ Priority: extra Section: debug Filename: pool/main/p/pgadmin3/pgadmin3-dbg_1.22.1-1.pgdg15.10+1_i386.deb Size: 49000894 SHA256: bab1fb9d9d6d40c3514bf6e69d1a3a726d0cfb2771027359367ed0f220167c06 SHA1: 797747f7b82ac34e35fe9c884e7885f90df60982 MD5sum: 187010c948bfcbaab914f201ab45c5c4 Description: graphical administration tool for PostgreSQL (debugging symbols) This package contains the debugging symbols for pgadmin3. . pgAdmin III is a database design and management application for use with PostgreSQL. The application can be used to manage PostgreSQL 7.3 and above running on any platform. Package: pgagent Version: 3.4.1-2.pgdg15.10+2 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 267 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libpq5, libstdc++6 (>= 5.2), libwxbase3.0-0v5 (>= 3.0.2+dfsg) Suggests: pgadmin3 Homepage: http://www.pgadmin.org/ Priority: optional Section: database Filename: pool/main/p/pgagent/pgagent_3.4.1-2.pgdg15.10+2_i386.deb Size: 66456 SHA256: bfe04ac7deae4c9b916b953368d5d068173671f37766b9d9d540d7f60a9d43fb SHA1: e6f33e60c28beb7d081eafd9c205d99fc9c726e4 MD5sum: 2e2ec4766acde290a6540b89e00beaa4 Description: job scheduler for PostgreSQL Introduced in pgAdmin III v1.4, pgAgent is a job scheduling agent for PostgreSQL, capable of running multi-step batch/shell and SQL tasks on complex schedules. Postgresql-Version: 9.1 9.2 9.3 9.4 9.5 Package: pgbackrest Version: 1.08-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 857 Depends: perl, libdbd-pg-perl, postgresql-common Suggests: pgbackrest-doc Homepage: http://www.pgbackrest.org/ Priority: optional Section: database Filename: pool/main/p/pgbackrest/pgbackrest_1.08-1.pgdg15.10+1_all.deb Size: 113218 SHA256: 6d82648427b42074cf649369a575ee2de374edfb9bfc5784241af61f833d48ab SHA1: 6c187f8a68e5c62439873594d32b2e171174724c MD5sum: aeb3583741ed7ef59dde6bca9c501202 Description: Reliable PostgreSQL Backup & Restore pgBackRest is a simple, reliable backup and restore system for PostgreSQL that can seamlessly scale up to the largest databases and workloads. Package: pgbackrest-doc Source: pgbackrest Version: 1.08-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 526 Multi-Arch: foreign Homepage: http://www.pgbackrest.org/ Priority: optional Section: doc Filename: pool/main/p/pgbackrest/pgbackrest-doc_1.08-1.pgdg15.10+1_all.deb Size: 56516 SHA256: eb6a76000e089883f09c3aff8f06a33608c698d01133f6dd65c486595d8505c4 SHA1: b1af5791b0a2e05c3ad92259cc281e790f0541e9 MD5sum: 406a2273152023771831d862edf01e28 Description: Documentation package for pgbackrest The pgBackRest documentation contains detailed information about the configuration and usage of pgBackRest. . pgBackRest is a simple, reliable backup and restore system for PostgreSQL that can seamlessly scale up to the largest databases and workloads. Package: pgbadger Version: 8.2-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1230 Depends: perl Suggests: libtext-csv-xs-perl, libjson-xs-perl Homepage: https://dalibo.github.io/pgbadger/ Priority: optional Section: database Filename: pool/main/p/pgbadger/pgbadger_8.2-1.pgdg15.10+1_all.deb Size: 274294 SHA256: e125ec484badcb1c3a183991dacb392c66d1cb2502ae69aa7dcdb54df25091e2 SHA1: 01fa5bb48bc8b67c2ff935a8d7b9dfb119e0aacf MD5sum: 3ea70c4369972e55f45eb38876b9ab25 Description: Fast PostgreSQL log analysis report pgBadger is a PostgreSQL log analyzer built for speed with fully detailed reports from your PostgreSQL log file. It's a single and small Perl script that outperforms any other PostgreSQL log analyzer. It is written in pure Perl and uses a JavaScript library to draw graphs that are zoomable and can be saved as PNG images. . pgBadger is able to autodetect the log file format (syslog, stderr or csvlog). It is designed to parse huge log files as well as compressed files. Package: pgbouncer Version: 1.7.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 354 Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc6 (>= 2.8), libevent-2.0-5 (>= 2.0.10-stable), libssl1.0.0 (>= 1.0.0) Suggests: python, python-psycopg2 Enhances: postgresql (>= 7.4) Homepage: http://pgfoundry.org/projects/pgbouncer/ Priority: optional Section: database Filename: pool/main/p/pgbouncer/pgbouncer_1.7.2-1.pgdg15.10+1_i386.deb Size: 157872 SHA256: efe31f6e20b413d7a82bedd45ed7f3b450190fea66010053d5b6b706ca380cbb SHA1: 8629196a308324142e1152b4cc74a21d0ae6cea0 MD5sum: e950f03299e9ad24159239e09229a402 Description: lightweight connection pooler for PostgreSQL PgBouncer is a lightweight connection pooler for PostgreSQL providing the following features: . * Several levels of brutality when rotating connections: session pooling, transaction pooling, statement pooling. * Low memory requirements. * It is not tied to one backend server, the destination databases can reside on different hosts. * Supports online reconfiguration for most of the settings. * Supports online restart/upgrade. Package: pgcluu Version: 2.5+dfsg-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1302 Depends: perl Recommends: sysstat Homepage: http://pgcluu.darold.net/ Priority: optional Section: database Filename: pool/main/p/pgcluu/pgcluu_2.5+dfsg-1.pgdg15.10+1_all.deb Size: 311446 SHA256: 2ebc1fa6641d73d3127c43b49f3d72059c1de94398dc823ec4dd192e40bc0bef SHA1: fe3773586e4d55ff15728d593c18f806aa20cb0d MD5sum: 6d7a65f34616e6638e69775248f0381e Description: PostgreSQL performance monitoring and auditing tool pgCluu is a PostgreSQL performance monitoring and auditing tool. It is a Perl program used to perform a full audit of PostgreSQL Cluster and System performance. It is divided in two parts: . pgcluu_collectd: collector used to grab statistics on the PostgreSQL cluster using the psql command line utility and sar from the sysstat package . pgcluu: pure Perl grapher to generate all HTML and charts output Package: pgdg-keyring Version: 2014.1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 39 Depends: apt Homepage: http://apt.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/pgdg-keyring/pgdg-keyring_2014.1_all.deb Size: 5898 SHA256: 5b98575bc28bf48bc43c13315fb30379e9d7dade2c9b9947114a95065808a941 SHA1: afbed5eae63ff82cf94739b1235f6c1175b92d90 MD5sum: 3930e5d916a446d453e6a5c26becd8ec Description: keyring for apt.postgresql.org The PostgreSQL Global Development Group (PGDG) provides an archive of PostgreSQL server and extension modules packages for various Debian and Ubuntu releases at http://apt.postgresql.org/pub/repos/apt/. It complements the packages in those distributions by offering all PostgreSQL server versions supported by the PGDG compiled for all releases, as well as server extension modules for a broad range of server version/distribution combinations. . This package contains the public key used for signing the repository. It should be installed on all hosts using the repository. Package: pgloader Version: 3.3.1+dfsg-1~pgdg15.10+1 Architecture: i386 Maintainer: Dimitri Fontaine Installed-Size: 25033 Depends: libc6 (>= 2.11), zlib1g (>= 1:1.1.4), freetds-dev Homepage: https://github.com/dimitri/pgloader Priority: extra Section: database Filename: pool/main/p/pgloader/pgloader_3.3.1+dfsg-1~pgdg15.10+1_i386.deb Size: 23922866 SHA256: 1b05555c0519ba9410a4d1b7bb04aad6745e21f2f82ab30772ab06f5395898c7 SHA1: 609097b6def6b817e54d1e5f33da0d34a1cd315f MD5sum: f2c16b07a79689be30661fd82eb92550 Description: extract, transform and load data into PostgreSQL pgloader imports data from different kind of sources and COPY it into PostgreSQL. . The command language is described in the manual page and allows one to describe where to find the data source, its format, and to describe data processing and transformation. . Supported source formats include CSV, fixed width flat files, dBase3 files (DBF), and SQLite and MySQL databases. In most of those formats, pgloader is able to auto-discover the schema and create the tables and the indexes in PostgreSQL. In the MySQL case it's possible to edit CASTing rules from the pgloader command directly. Package: pgmodeler Version: 0.8.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Lisandro Damián Nicanor Pérez Meyer Installed-Size: 13263 Depends: pgmodeler-common, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libpq5 (>= 8.4~), libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5svg5, libqt5widgets5 (>= 5.3.0), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4) Homepage: http://www.pgmodeler.com.br/ Priority: optional Section: database Filename: pool/main/p/pgmodeler/pgmodeler_0.8.2-1.pgdg15.10+1_i386.deb Size: 3405368 SHA256: 747544100956d43ae82a6518d7c9b8abd61a074adaf71e53ace452d66642e69a SHA1: 1bdeea774dd8e36bbeb8def9cb48e163c838b666 MD5sum: f524101f986055d44e98365fe6776268 Description: PostgreSQL database modeler GUI interface pgModeler is a GUI for modelling PostgreSQL databases. It is easy to use, allowing the creation and modification of database models with an intuitive interface. . This package provides the graphical and command line interfaces. Package: pgmodeler-common Source: pgmodeler Version: 0.8.2-1.pgdg15.10+1 Architecture: all Maintainer: Lisandro Damián Nicanor Pérez Meyer Installed-Size: 4826 Homepage: http://www.pgmodeler.com.br/ Priority: optional Section: database Filename: pool/main/p/pgmodeler/pgmodeler-common_0.8.2-1.pgdg15.10+1_all.deb Size: 554004 SHA256: 3dd2e95bcf2a6c7dfc18735ccbd0501651a70351d6ff8ed4386ce607ded40d71 SHA1: e5b8e8052601803521cce0b4a30e6d1746a476b1 MD5sum: cc4eaf73b90d40c9ef8ddf98c0fe591f Description: pgmodeler's binary independent common files pgModeler is a GUI for modelling PostgreSQL databases. It is easy to use, allowing the creation and modification of database models with an intuitive interface. . This package provides the binary independent common files for pgmodeler. Package: pgmodeler-dbg Source: pgmodeler Version: 0.8.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Lisandro Damián Nicanor Pérez Meyer Installed-Size: 40043 Depends: pgmodeler Homepage: http://www.pgmodeler.com.br/ Priority: extra Section: debug Filename: pool/main/p/pgmodeler/pgmodeler-dbg_0.8.2-1.pgdg15.10+1_i386.deb Size: 37325954 SHA256: b0f0cea72d13958906bd122049fc0c7e5b8471405ab4c2f2c8abc890ddd2e5ed SHA1: 68f8a76c62ed76eb94439953d700654fe3a9311c MD5sum: feecd27329940d7dcc74861837dcb30c Description: PostgreSQL database modeler's debug symbols pgModeler is a GUI for modelling PostgreSQL databases. It is easy to use, allowing the creation and modification of database models with an intuitive interface. . This package provides the debugging symbols for pgmodeler. Package: pgpool2 Version: 3.5.3-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3912 Depends: lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, init-system-helpers (>= 1.18~), libc6 (>= 2.15), libmemcached11, libpam0g (>= 0.99.7.1), libpgpool0 (= 3.5.3-1.pgdg15.10+1), libpq5, libssl1.0.0 (>= 1.0.0) Enhances: postgresql Conflicts: pgpool Replaces: pgpool Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: database Filename: pool/main/p/pgpool2/pgpool2_3.5.3-1.pgdg15.10+1_i386.deb Size: 1009382 SHA256: 7da061f97a0d26a92f25dbf6769c5d38cb1c524141c8b43171caac133daf6363 SHA1: b3ccf05d339f770fbc578a9da011d2b667d301dc MD5sum: 3a54f43bd626cb4547adb44449f76730 Description: connection pool server and replication proxy for PostgreSQL pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It provides the following features: . * Connection Pooling * Replication * Load Balance * Limiting Exceeding Connections * Parallel Query . pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a connection between them. Therefore, a database application (frontend) thinks that pgpool-II is the actual PostgreSQL server, and the server (backend) sees pgpool-II as one of its clients. Because pgpool-II is transparent to both the server and the client, an existing database application can be used with pgpool-II almost without a change to its sources. . This is version 3 of pgpool-II, the second generation of pgpool. Package: pgpool2-dbg Source: pgpool2 Version: 3.5.3-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1600 Depends: libpgpool0 (= 3.5.3-1.pgdg15.10+1) Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page Priority: extra Section: debug Filename: pool/main/p/pgpool2/pgpool2-dbg_3.5.3-1.pgdg15.10+1_i386.deb Size: 1450268 SHA256: 45fab9ace52d75247e282d048dec91574bb7d9b15dd53ce26b1744e466c1f4b9 SHA1: aae091409a4d0436595ee5a239dc6c0a85dfdbe1 MD5sum: 8ae6403a60a1b81bc2d7fed005804cc5 Description: debugging symbols for pgpool2 and libpgpool0 pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It provides the following features: . * Connection Pooling * Replication * Load Balance * Limiting Exceeding Connections * Parallel Query . pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a connection between them. Therefore, a database application (frontend) thinks that pgpool-II is the actual PostgreSQL server, and the server (backend) sees pgpool-II as one of its clients. Because pgpool-II is transparent to both the server and the client, an existing database application can be used with pgpool-II almost without a change to its sources. . This package contains the debugging symbols for pgpool-II. Package: pgtap Version: 0.96.0-2.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 12 Depends: postgresql-pgtap, libtap-parser-sourcehandler-pgtap-perl Homepage: http://pgtap.org/ Priority: extra Section: database Filename: pool/main/p/pgtap/pgtap_0.96.0-2.pgdg15.10+1_all.deb Size: 4422 SHA256: 76a7808900db9fa5463b294a663683993ae14bebd93b22e68e3d16eb708006bd SHA1: e8d5be80dda97744332da88b9e26933b4cd9a1d6 MD5sum: 9c0a90f1cadbe58b9ae826dcc173d7ec Description: Unit testing framework for PostgreSQL - metapackage pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl and PHP applications. . TAP is the Test Anything Protocol (http://testanything.org/). . This metapackage depends on the PostgreSQL extension and the package providing pg_prove. Package: pgtap-doc Source: pgtap Version: 0.96.0-2.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 297 Homepage: http://pgtap.org/ Priority: extra Section: doc Filename: pool/main/p/pgtap/pgtap-doc_0.96.0-2.pgdg15.10+1_all.deb Size: 46434 SHA256: ba4bf1de543149cd716950a40ba00e8aed7a66ce52e75923acfe14befaa18c61 SHA1: 313ac97d6db724651ef7ea7a754b1e066e6a39ad MD5sum: c8dc8c215114c7d679055615c298a655 Description: Unit testing framework for PostgreSQL - documentation pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl and PHP applications. . TAP is the Test Anything Protocol (http://testanything.org/). . This package contains the documentation for pgTAP. Package: pgtop Version: 3.7.0-2.pgdg15.10+1 Architecture: i386 Maintainer: Bastiaan Franciscus van den Dikkenberg Installed-Size: 125 Depends: libc6 (>= 2.7), libpq5, libtinfo5 Enhances: postgresql Breaks: ptop (<< 3.7.0-1~) Replaces: ptop (<< 3.7.0-1~) Homepage: http://ptop.projects.postgresql.org/ Priority: optional Section: misc Filename: pool/main/p/pgtop/pgtop_3.7.0-2.pgdg15.10+1_i386.deb Size: 44568 SHA256: 10adc02b1d1bf7d951c48fe3862fa038085f5fc85d26249c23ec0d42f2976101 SHA1: 6e701fc0ceb3d0d239100b9e65c8fddfb1c80990 MD5sum: d06b0f8bef86be129ba92a485d8a3795 Description: PostgreSQL performance monitoring tool akin to top pg_top is a console-based tool for monitoring a PostgreSQL database. . With pg_top you can: * View currently running SQL statement of a process * View query plan of a currently running SELECT statement * View locks held by a process * View user table statistics * View user index statistics Package: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 842 Depends: libc6 (>= 2.8), libgdal1i (>= 1.9.0), libgeos-c1v5 (>= 3.4.2), liblwgeom-2.2-5 (>= 2.0.0), libpq5 Recommends: postgresql-9.5-postgis-2.2, postgis-doc Suggests: postgis-gui Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgis_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 576682 SHA256: c509df4ca6544ea64c9d29755f7f68461a1789706f4576d14b0feecfa523da5f SHA1: 725d2f5928019198aa5204b59c33c84c3fe195b3 MD5sum: 4e1f7b546fe7d20f89377ad4637ecb9c Description: Geographic objects support for PostgreSQL PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains the PostGIS userland binaries, common files. Package: postgis-doc Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 5906 Suggests: postgis Homepage: http://postgis.net/ Priority: optional Section: doc Filename: pool/main/p/postgis/postgis-doc_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 3276806 SHA256: 5d7d1009b0fa07569bdaf0c8fd4a16ed5104d68d7498b5e4559ac937ad6c633d SHA1: e05e602220ff089c875b099e582ff2f09df842eb MD5sum: e6d5395a5966cfcc9c18aeff4946699b Description: Geographic objects support for PostgreSQL -- documentation PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains the PostGIS documentation. Package: postgis-gui Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 703 Depends: libc6 (>= 2.8), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.14.0), liblwgeom-2.2-5 (>= 2.0.0), libpq5 Recommends: postgresql-9.5-postgis-2.2, postgis-doc Suggests: postgis Breaks: postgis (<< 2.2.2+dfsg-2~) Replaces: postgis (<< 2.2.2+dfsg-2~) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgis-gui_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 550542 SHA256: f0ef85596111ab3a69f5a7822d2c8e53e44cf46637f3532f825d96b27c50f1e2 SHA1: 0f622e24fe2a0009393e9da2f794bfc3e57f4c92 MD5sum: c30f02a4bf30e88b52dfda96bc2fe93b Description: Geographic objects support for PostgreSQL -- GUI programs PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains the PostGIS graphical userland binaries. Package: postgresql Source: postgresql-common (175.pgdg15.10+1) Version: 9.5+175.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 58 Depends: postgresql-9.5 Suggests: postgresql-doc Priority: optional Section: database Filename: pool/main/p/postgresql-common/postgresql_9.5+175.pgdg15.10+1_all.deb Size: 54382 SHA256: 2781d9b15780c3d6306b2cb55ce7beea05b34660532bf9be4db4364b266bdb11 SHA1: 29dc1fa10f7e976675f1b5775319d1ba046b9689 MD5sum: b80c9db40cfa98dcd805dc9a2d8f5105 Description: object-relational SQL database (supported version) This metapackage always depends on the currently supported PostgreSQL database server 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. Package: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 17299 Depends: libc6 (>= 2.15), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.8+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales Recommends: postgresql-contrib-9.1, sysstat Suggests: locales-all Conflicts: postgresql (<< 7.5) Breaks: postgresql-plpython-9.1 (<< 9.1.23-1.pgdg15.10+1) Replaces: postgresql-contrib-9.1 (<< 9.1~beta1-3~), postgresql-plpython-9.1 (<< 9.1.23-1.pgdg15.10+1) Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.23-1.pgdg15.10+1_i386.deb Size: 3499184 SHA256: efdb8a1bbf8da2e917fbe53a4173822e40ae2ee76019f6a685bbf2b7f29a39f4 SHA1: 6fcfe6a71301aea7325316142b0ae48690d45e02 MD5sum: 2de97f70066fc6fe5a008f34b0335586 Description: object-relational SQL database, version 9.1 server PostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. . This package provides the database server for PostgreSQL 9.1. Package: postgresql-9.1-asn1oid Source: pgsql-asn1oid Version: 0.0.20100818-3.2.pgdg15.10+1 Architecture: i386 Maintainer: Simon Richter Installed-Size: 29 Depends: libc6 (>= 2.4), postgresql-9.1 Priority: optional Section: database Filename: pool/main/p/pgsql-asn1oid/postgresql-9.1-asn1oid_0.0.20100818-3.2.pgdg15.10+1_i386.deb Size: 5984 SHA256: a5e7ab089a4c65328d5c8fb453d70b8b7ebb2287cc7557296f52cd35ade8270f SHA1: 8c5bafd15ad037fec0d5223835d172a27762bf5d MD5sum: 909d1396363ebebc8d6892088cf68abe Description: ASN.1 OID data type for PostgreSQL This plugin provides the necessary support functions to store ASN.1 OIDs in a PostgreSQL database. . This package has been compiled for PostgreSQL 9.1. Package: postgresql-9.1-dbg Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 22538 Depends: postgresql-9.1 (= 9.1.23-1.pgdg15.10+1) Replaces: postgresql-9.0-dbg Homepage: http://www.postgresql.org/ Priority: extra Section: debug Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.23-1.pgdg15.10+1_i386.deb Size: 5696496 SHA256: 4ebaa423e6f7b3112a942628eb77a430d6a42f5e57e20e750d2a3fb1ace6e05e SHA1: 1355a4916d9e8a4d3f0d49657cee5ab83483997a MD5sum: bf6e44ead072ec53e4efcad9fbadaf89 Description: debug symbols for postgresql-9.1 This package provides detached debugging symbols for PostgreSQL 9.1. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.1-debversion Source: postgresql-debversion Version: 1.0.8-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.1.3), libstdc++6 (>= 4.1.1), postgresql-9.1 Priority: extra Section: database Filename: pool/main/p/postgresql-debversion/postgresql-9.1-debversion_1.0.8-1.pgdg15.10+1_i386.deb Size: 9892 SHA256: fbf44ad8fa03f389b6f1c8881f6bc9e4aeffda41285f679faae30d5af6d5687e SHA1: 6b567b5551d7e54343d8cd6abfad764d776a7013 MD5sum: 195a16cdccc3bc14024a2f78bd8c0798 Description: Debian version number type for PostgreSQL Debian version numbers, used to version Debian binary and source packages, have a defined format, including specifications for how versions should be compared in order to sort them. This package implements a "debversion" type to represent Debian version numbers within the PostgreSQL database. This also includes operators for version comparison and index operator classes for creating indexes on the debversion type. . Version comparison uses the algorithm used by the Debian package manager, dpkg, using the implementation from libapt-pkg. This means that columns in tables using the debversion type may be sorted and compared correctly using the same logic as "dpkg --compare-versions". It is also possible to create indexes on these columns. . postgresql-debversion implements the following features: . * The "debversion" type (internally derived from the "text" type) * A full set of operators for version comparison (< <= = <> >= >) including commutator and negator optimisation hints * Operator classes for btree and hash indexes * The aggregate functions min() and max() Package: postgresql-9.1-ip4r Source: ip4r Version: 2.0.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 299 Depends: libc6 (>= 2.4), postgresql-9.1 Homepage: http://pgfoundry.org/projects/ip4r/ Priority: extra Section: misc Filename: pool/main/i/ip4r/postgresql-9.1-ip4r_2.0.2-4.pgdg15.10+1_i386.deb Size: 69782 SHA256: 40d1a00cb51893918da39691b453d83f1c45620c595bea66a3f4fb7072fce1b8 SHA1: 3e9389cd25d421dccd7412c4322da0af1441f07c MD5sum: e2f40753249c7714eaa825650e8d9fe5 Description: IPv4 and IPv6 types for PostgreSQL 9.1 This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses. . ip4r supports these data types: . ip4: IPv4 address '#.#.#.#' ip4r: IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#' ip6: IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx' ip6r: IPv6 range '#-#' or '#/#' or '#' ipaddress: IPv4 or IPv6 address iprange: IPv4 or IPv6 range . While PostgreSQL already has built-in types 'inet' and 'cidr', the authors of this module found that they had a number of requirements that were not addressed by the built-in types. Package: postgresql-9.1-mimeo Source: mimeo Version: 1.4.1-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4155 Depends: postgresql-9.1, postgresql-contrib-9.1 Recommends: python Homepage: https://github.com/omniti-labs/mimeo Priority: optional Section: database Filename: pool/main/m/mimeo/postgresql-9.1-mimeo_1.4.1-1.pgdg15.10+1_all.deb Size: 113324 SHA256: fcb3ba3863c536d9c28f564cb5ec6fca5b82a22bbe4dc671dad769d5c6969401 SHA1: 8b11df84d7e67d3225724e3526f9088e0d13a622 MD5sum: c46a089f6ffa07908c076f2c47347a94 Description: specialized, per-table replication between PostgreSQL instances Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods. Package: postgresql-9.1-pgextwlist Source: pgextwlist Version: 1.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 Depends: libc6 (>= 2.4), postgresql-9.1 Homepage: https://github.com/dimitri/pgextwlist Priority: extra Section: libs Filename: pool/main/p/pgextwlist/postgresql-9.1-pgextwlist_1.4-1.pgdg15.10+1_i386.deb Size: 12132 SHA256: 323134b6c721b9f0576eb6a178fe01f251ba2a194952e357d33674b00fd0314b SHA1: b8dd7fbea9bec8f2390556dca630f0f223f1095e MD5sum: bac21dc609347dfb341a1e3876f922a3 Description: PostgreSQL Extension Whitelisting This extension implements extension whitelisting, and will actively prevent users from installing extensions not in the provided list. Also, this extension implements a form of sudo facility in that the whitelisted extensions will get installed as if superuser. Privileges are dropped before handing the control back to the user. Package: postgresql-9.1-pgfincore Source: pgfincore Version: 1.1.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 47 Depends: libc6 (>= 2.4), postgresql-9.1 Homepage: http://villemain.org/projects/pgfincore Priority: extra Section: database Filename: pool/main/p/pgfincore/postgresql-9.1-pgfincore_1.1.2-4.pgdg15.10+1_i386.deb Size: 13838 SHA256: c12d799e37ddd51ceafa06d9571f5ebe8748292ddf71cc884fb7b3e496e28f88 SHA1: 2f75eea1b9cb14307871fa71fed9824a1adb3140 MD5sum: 1f3ab1ad6b0a676a34327bb908cfb976 Description: set of PostgreSQL functions to manage blocks in memory Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation. Package: postgresql-9.1-pgmemcache Source: pgmemcache Version: 2.3.0-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), libmemcached11, libsasl2-2, postgresql-9.1 Homepage: http://pgfoundry.org/projects/pgmemcache/ Priority: extra Section: database Filename: pool/main/p/pgmemcache/postgresql-9.1-pgmemcache_2.3.0-2.pgdg15.10+1_i386.deb Size: 21030 SHA256: e56671d46f73034a407451512031b8fe8a2dfc3b4adffd0e2b60686ed385c031 SHA1: 88df7093df6232b014a7692e93c397fc13076341 MD5sum: 82604aad7dfc73450e4b3545bf2cebd0 Description: PostgreSQL interface to memcached pgmemcache is an extension for PostgreSQL that provides an API to memcached through user-defined functions. . memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. Package: postgresql-9.1-pgmp Source: postgresql-pgmp Version: 1.0.2-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 177 Depends: libc6 (>= 2.4), libgmp10, postgresql-9.1 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-9.1-pgmp_1.0.2-2.pgdg15.10+1_i386.deb Size: 45206 SHA256: a425d56de38eeeb686dd06b815f0b50456b326730c0c44bb9d4a4e5e5a79c965 SHA1: 76ff3c3021113bcbeee404e4d7f39cfd6071584d MD5sum: 68b7ed087492318d294090084979f30c Description: arbitrary precision integers and rationals for PostgreSQL 9.1 pgmp is a PostgreSQL extension to add the GMP data types and functions directly into the database. . The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary precision rationals) to PostgreSQL and exposes to the database all the functions available in the GMP library for these data types, allowing: . * higher performance arithmetic on integers respect to the numeric data type * a rational data type for absolute precision storage and arithmetic * using specialized functions to deal with prime numbers, random numbers, factorization directly into the database. Package: postgresql-9.1-pgq3 Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2781 Depends: libc6 (>= 2.4), postgresql-9.1 Conflicts: skytools-modules-9.1 Replaces: skytools-modules-9.1 Provides: skytools-modules Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: database Filename: pool/main/s/skytools3/postgresql-9.1-pgq3_3.2.6-4.pgdg15.10+1_i386.deb Size: 70372 SHA256: 5b8312901fb91202ccfc0d17beb5f7da6a78aaa13159ea31607c903936def7fa SHA1: 1a8ddfd18340f98cb4311e85242d888bd9b80786 MD5sum: ee83e9440b6864ac1d3fe3ed4d7b1a03 Description: Skype tools for PostgreSQL replication, londiste and PGQ This is the PGQ extension used by Skype replication, londiste. It consists of PL/pgsql, and C code in database. Package: postgresql-9.1-pgrouting Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2920 Depends: postgresql-9.1, postgresql-9.1-postgis-2.2, libc6 (>= 2.4), libcgal11v5, libgcc1 (>= 1:4.1.1), libgmp10, libstdc++6 (>= 5.2) Suggests: postgresql-9.1-pgrouting-doc Homepage: http://www.pgrouting.org Priority: optional Section: misc Filename: pool/main/p/pgrouting/postgresql-9.1-pgrouting_2.2.4-1.pgdg15.10+1_i386.deb Size: 367162 SHA256: 8ab326937af1691029aef6cc974758c46ab1e8abac7f6f2f341444a294adcbb1 SHA1: 9e60621ada956fc869bb9580bcba8dc0d343a1af MD5sum: c6d673fcd73c629790e2ae9de2203338 Description: Routing functionality support for PostgreSQL/PostGIS pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package supports PostgreSQL 9.1. Package: postgresql-9.1-pgrouting-doc Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 2600 Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0) Homepage: http://www.pgrouting.org Priority: optional Section: doc Filename: pool/main/p/pgrouting/postgresql-9.1-pgrouting-doc_2.2.4-1.pgdg15.10+1_all.deb Size: 811808 SHA256: 062d7427921be798573bec7a937812b3c5106fce568128fbbee8079073cb98be SHA1: a0e881b579772660345eac17d645f5df5a1ef3a5 MD5sum: aee13c6470031157a75b3774aacc89d5 Description: Routing functionality support for PostgreSQL/PostGIS (Documentation) pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package contains the documentation. Package: postgresql-9.1-pgtap Source: pgtap Version: 0.96.0-2.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 766 Depends: postgresql-9.1 Recommends: pgtap-doc, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, libtap-harness-archive-perl Breaks: pgtap (<< 0.95) Replaces: pgtap (<< 0.95) Provides: postgresql-pgtap Homepage: http://pgtap.org/ Priority: extra Section: database Filename: pool/main/p/pgtap/postgresql-9.1-pgtap_0.96.0-2.pgdg15.10+1_all.deb Size: 36262 SHA256: 9770923b138a921551ecf21939e543ffc0d54cd581fc6b81d32d0cafc5263188 SHA1: ccfae8a765de8b7c6c643dafacbe4826ba66f9f7 MD5sum: d131cb3abb56b65f3a6d9a74ae115d3b Description: Unit testing framework extension for PostgreSQL 9.1 pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl and PHP applications. . TAP is the Test Anything Protocol (http://testanything.org/). . This package contains the extension for PostgreSQL 9.1. Package: postgresql-9.1-pllua Source: postgresql-pllua Version: 1:1.0-6.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 125 Depends: postgresql-9.1, libc6 (>= 2.4), liblua5.1-0 Homepage: http://pgfoundry.org/projects/pllua/ Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-9.1-pllua_1.0-6.pgdg15.10+1_i386.deb Size: 42786 SHA256: dd67f6ecc8e06bdb099420cc07674eb49d2160fb2fddc03052e087e30ab8ef95 SHA1: 78f46d940a48c00ecc301b0682c95f7a1c898b6f MD5sum: db84a7475018cd00bb78f3015d7a5138 Description: Lua procedural language for PostgreSQL 9.1 PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language. . It brings the power and simplicity of Lua to PostgreSQL, including: small memory footprint, simple syntax, lexical scoping, functions as first-class values, and coroutines for non-preemptive threading. Package: postgresql-9.1-plproxy Source: postgresql-plproxy Version: 2.6-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 132 Depends: postgresql-9.1, libc6 (>= 2.4), libpq5 Homepage: http://pgfoundry.org/projects/plproxy/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-9.1-plproxy_2.6-2.pgdg15.10+1_i386.deb Size: 58726 SHA256: 5c3614855ab3fb5caf9c0c592c1af1010b1d6a122d07464a25e165e2264bf209 SHA1: b31165140a2d1725217dca9c39ff52784edc1859 MD5sum: 4b082fbd91f2553d7f5ebfc05130e9df Description: database partitioning system for PostgreSQL 9.1 PL/Proxy is a database partitioning system implemented as a PL language. Main idea is that proxy functions are created with same signature as the remote functions to be called, so only destination info needs to be specified inside proxy function bodies. Package: postgresql-9.1-plr Source: plr Version: 1:8.3.0.16-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 222 Depends: r-base-core (>= 2.10), postgresql-9.1, libc6 (>= 2.4) Suggests: r-recommended Provides: postgresql-plr Homepage: http://www.joeconway.com/plr/ Priority: optional Section: database Filename: pool/main/p/plr/postgresql-9.1-plr_8.3.0.16-1.pgdg15.10+1_i386.deb Size: 50896 SHA256: 4d31fa8fd211e8cd884f91a55be5f54aba18922090905592c577965f93d3ebcb SHA1: 7b75176f8753f745cd3bad55236b2f58b937e06c MD5sum: 79d5790052c6aa6c523e5144a0f93ba8 Description: Procedural language interface between PostgreSQL and R R is a language and environment for statistical computing and graphics, providing a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, and so on). . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to R from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.1-plsh Source: postgresql-plsh Version: 1.20140221-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 41 Depends: libc6 (>= 2.4), postgresql-9.1 Homepage: http://plsh.projects.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-plsh/postgresql-9.1-plsh_1.20140221-3.pgdg15.10+1_i386.deb Size: 13232 SHA256: 7d89127470fa966978d884b4e6c619d1f2fbbf5aeddb6dbcc18c5433cda78e06 SHA1: d3d9cf7e4e61d1d58582b7488615ba9c7386568c MD5sum: e5715aa60ab7fe7e1d3d1057cca05946 Description: PL/sh procedural language for PostgreSQL 9.1 PL/sh enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in a shell of his choice. You need this package if you have any PostgreSQL 9.1 functions that use the language plsh. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.1-plv8 Source: plv8 Version: 1:1.4.8.ds-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-9.1, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), libv8-3.14.5 Provides: postgresql-plv8 Homepage: https://github.com/plv8/plv8 Priority: extra Section: database Filename: pool/main/p/plv8/postgresql-9.1-plv8_1.4.8.ds-1.pgdg15.10+1_i386.deb Size: 52894 SHA256: a0f9d52a19cb48cec7a9a2c8d5e2b35d6d11f13d6375c75f904c0f9f23107f6c SHA1: 67334e60990dee6eeea5f6ddb2a9e9031f7e83cb MD5sum: cbf77bb2c8e25462d8367313f9190b04 Description: Procedural language interface between PostgreSQL and JavaScript V8 is a high performance JavaScript engine written in C++. It is used in the document-oriented data store MongoDB. . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to JavaScript from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.1-postgis-2.2 Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2145 Depends: libc6 (>= 2.4), libgdal1i (>= 1.9.0), libgeos-c1v5 (>= 3.5.0), libjson-c2 (>= 0.11), liblwgeom-2.2-5 (>= 2.2.0), libpcre3, libproj9 (>= 4.9.0), libxml2 (>= 2.7.4), postgresql-9.1, postgresql-9.1-postgis-2.2-scripts Recommends: postgresql-contrib-9.1 Suggests: postgis Breaks: postgis (<< 1.2.1) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.1-postgis-2.2_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 1016444 SHA256: de1acd9852be75ca576b4121efc31fbf8ff541d2d25cd32e041231260813bcfd SHA1: 8ad7ed462d8ab9fe3b5df7cfcdd3982928bbd6a8 MD5sum: 795689db2c400e567e96d60136c1cc8a Description: Geographic objects support for PostgreSQL 9.1 PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package supports PostgreSQL 9.1. Package: postgresql-9.1-postgis-2.2-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 60025 Recommends: postgresql-9.1-postgis-2.2 Breaks: postgresql-9.1-postgis-scripts (<< 2.2.2+dfsg-3~) Replaces: postgresql-9.1-postgis-scripts (<< 2.2.2+dfsg-3~) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.1-postgis-2.2-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 992816 SHA256: 1c40fb21343fbbcd3b543ef905cb638a148ae8ac2ec6b339e42921b6d80e212c SHA1: 3cc474a818eb3670165eedb3c607be4fd8fae16d MD5sum: ef0b6d4d141d215c04b0d6d7c125e149 Description: Geographic objects support for PostgreSQL 9.1 -- scripts PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains SQL scripts to upgrade from earlier PostGIS versions for PostgreSQL 9.1 as well as Perl utility scripts. Package: postgresql-9.1-postgis-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 477 Depends: postgresql-9.1-postgis-2.2-scripts Homepage: http://postgis.net/ Priority: extra Section: oldlibs Filename: pool/main/p/postgis/postgresql-9.1-postgis-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 454352 SHA256: 93ba119194754bf11124d9651b0280e4f86072df0e5f06b1a5ddd4bbc24f0c07 SHA1: e11320c0caafcdcff25604bf1ba28a38a0a498b4 MD5sum: f787440331c4d20ef7ed722f3b7776b0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: postgresql-9.1-prefix Source: prefix Version: 1.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 68 Depends: libc6 (>= 2.4), postgresql-9.1 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.1-prefix_1.2.4-1.pgdg15.10+1_i386.deb Size: 19230 SHA256: 5214fe0a8d2d654121040c96c529f10b236ade2c4db6882d2a20a88227a0b8de SHA1: ed47edb3f694baf03d765a7420141a45b3308cbd MD5sum: 710171e279be5b2cb5c4b072944d24a5 Description: Prefix Range module for PostgreSQL This PostgreSQL module provides the prefix_range datatype, allowing to index searches such as finding the longest prefix matching a telephone number, having prefixes in a table and telephone number as a parameter: . select * from prefixes where prefix @> '0100091234'; . The prefix column has to be of type prefix_range, and any text field can get indexed by the provided GiST opclass. Package: postgresql-9.1-preprepare Source: preprepare Version: 0.7-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 36 Depends: libc6 (>= 2.4), postgresql-9.1 Priority: extra Section: database Filename: pool/main/p/preprepare/postgresql-9.1-preprepare_0.7-3.pgdg15.10+1_i386.deb Size: 8996 SHA256: 0d88cb794d3b164e8b90193778d28e96bef89270407d1fb50b09bd86edf05317 SHA1: f243785644020d982b5e0d8ce7680190a41551a6 MD5sum: 2bd0a0125de105cc90a84160b6a39614 Description: pre prepare your PostgreSQL statements server side The pre_prepare module for PostgreSQL aims to prepare all your statements as soon as possible and in a way that allows client queries not to bother at all and just call EXECUTE. Package: postgresql-9.1-prioritize Source: postgresql-prioritize Version: 1.0.4-1.2.pgdg15.10+1 Architecture: i386 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.1.3), postgresql-9.1 Homepage: http://pgxn.org/dist/prioritize/ Priority: optional Section: database Filename: pool/main/p/postgresql-prioritize/postgresql-9.1-prioritize_1.0.4-1.2.pgdg15.10+1_i386.deb Size: 6498 SHA256: c8a4f221bf8b836d3476e093a36ed4f5c64fe25ebac7069b730e22d41d08541b SHA1: 6c07b6ea3afecfea439439dec549940d9e71aa8c MD5sum: 01dc94143974269ed5fecdf5806bb045 Description: Get and set the nice priorities of PostgreSQL backends This module implements an interface to getpriority() and setpriority() for PostgreSQL backends, callable from SQL functions. Essentially, this module allows users to `renice' their backends. Package: postgresql-9.1-slony1-2 Source: slony1-2 Version: 2.2.5-1.pgdg15.10+4 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 67 Depends: postgresql-9.1, libc6 (>= 2.4) Suggests: slony1-2-bin Conflicts: postgresql-9.1-slony1 Provides: postgresql-9.1-slony1 Homepage: http://slony.info/ Priority: optional Section: database Filename: pool/main/s/slony1-2/postgresql-9.1-slony1-2_2.2.5-1.pgdg15.10+4_i386.deb Size: 24182 SHA256: f42cf0e71af9e9459e5a64ab49e8bf5bd09b30b37ebca53000e9081dd4136b8c SHA1: c1be9a3a62511919c69b9e6bc1ead24b5b0b2130 MD5sum: e156d1408a14efa965ae5697326411f5 Description: replication system for PostgreSQL: PostgreSQL 9.1 server plug-in Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the support functions that are loaded into the PostgreSQL database server. It needs to be installed on the hosts where the database server nodes are running. This package works with version 9.1 of the PostgreSQL server; you need the package that corresponds to the version of your database server. . The actual replication daemon and the administration tools are in the package slony1-2-bin. This package is useless without slony1-2-bin installed somewhere in the network. Package: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 17436 Depends: libc6 (>= 2.16), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.8+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales Recommends: postgresql-contrib-9.2, sysstat Suggests: locales-all Breaks: postgresql-plpython-9.2 (<< 9.2.18-1.pgdg15.10+1) Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.18-1.pgdg15.10+1_i386.deb Size: 3493862 SHA256: 74bd1f5dc715a819a64ae98bf00f31c2d6326cbf60fcd589fbf047662e97155d SHA1: d4e8235072704a4fd617caec77ac9d47ceaa2944 MD5sum: 561d457ac1b119b73fdeb34b423a5661 Description: object-relational SQL database, version 9.2 server PostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. . This package provides the database server for PostgreSQL 9.2. Package: postgresql-9.2-asn1oid Source: pgsql-asn1oid Version: 0.0.20100818-3.2.pgdg15.10+1 Architecture: i386 Maintainer: Simon Richter Installed-Size: 29 Depends: libc6 (>= 2.4), postgresql-9.2 Priority: optional Section: database Filename: pool/main/p/pgsql-asn1oid/postgresql-9.2-asn1oid_0.0.20100818-3.2.pgdg15.10+1_i386.deb Size: 5988 SHA256: f201268e2f89a3d8eb6a7a5df07760c929a74989f91a88c2c4a6f74037b4c1bd SHA1: 185384f15c9d095db13df1d4a4a0f1c9909841b8 MD5sum: 22d70712e7cb3e4275dfaad60b0e1f23 Description: ASN.1 OID data type for PostgreSQL This plugin provides the necessary support functions to store ASN.1 OIDs in a PostgreSQL database. . This package has been compiled for PostgreSQL 9.2. Package: postgresql-9.2-dbg Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 23708 Depends: postgresql-9.2 (= 9.2.18-1.pgdg15.10+1) Conflicts: postgresql-9.1-dbg, postgresql-dbg Provides: postgresql-dbg Homepage: http://www.postgresql.org/ Priority: extra Section: debug Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.18-1.pgdg15.10+1_i386.deb Size: 6013736 SHA256: 8a355ccaf7776b9ce58b5afd19c8eeddc806e5c59caf958e8bd2643ee7569e28 SHA1: 55edc6b78b11f166bab62652c618f16c472f8cb7 MD5sum: 2dee29a9b31533f01409008b10a65d7e Description: debug symbols for postgresql-9.2 This package provides detached debugging symbols for PostgreSQL 9.2. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.2-debversion Source: postgresql-debversion Version: 1.0.8-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.1.3), libstdc++6 (>= 4.1.1), postgresql-9.2 Priority: extra Section: database Filename: pool/main/p/postgresql-debversion/postgresql-9.2-debversion_1.0.8-1.pgdg15.10+1_i386.deb Size: 9872 SHA256: 1ad0b8a7218d9658c782925c1110264d1d012666bf812761b0ff0bc0c5af8072 SHA1: a0bd9dc251e523472fdf24516a53b46afab6bef8 MD5sum: 9484ab3e4396b84c036f51c6fcada656 Description: Debian version number type for PostgreSQL Debian version numbers, used to version Debian binary and source packages, have a defined format, including specifications for how versions should be compared in order to sort them. This package implements a "debversion" type to represent Debian version numbers within the PostgreSQL database. This also includes operators for version comparison and index operator classes for creating indexes on the debversion type. . Version comparison uses the algorithm used by the Debian package manager, dpkg, using the implementation from libapt-pkg. This means that columns in tables using the debversion type may be sorted and compared correctly using the same logic as "dpkg --compare-versions". It is also possible to create indexes on these columns. . postgresql-debversion implements the following features: . * The "debversion" type (internally derived from the "text" type) * A full set of operators for version comparison (< <= = <> >= >) including commutator and negator optimisation hints * Operator classes for btree and hash indexes * The aggregate functions min() and max() Package: postgresql-9.2-ip4r Source: ip4r Version: 2.0.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 299 Depends: libc6 (>= 2.4), postgresql-9.2 Homepage: http://pgfoundry.org/projects/ip4r/ Priority: extra Section: misc Filename: pool/main/i/ip4r/postgresql-9.2-ip4r_2.0.2-4.pgdg15.10+1_i386.deb Size: 69844 SHA256: da2b0ca64abf96cd312ff5cf8ce5277d014df65bd9fc8fe5b5b93aec9cbb8143 SHA1: 5daebbc5262d7ce117e260b1616f0f04ad438b22 MD5sum: 11523bbb3eac8abe8bfbbbabc8e25ba4 Description: IPv4 and IPv6 types for PostgreSQL 9.2 This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses. . ip4r supports these data types: . ip4: IPv4 address '#.#.#.#' ip4r: IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#' ip6: IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx' ip6r: IPv6 range '#-#' or '#/#' or '#' ipaddress: IPv4 or IPv6 address iprange: IPv4 or IPv6 range . While PostgreSQL already has built-in types 'inet' and 'cidr', the authors of this module found that they had a number of requirements that were not addressed by the built-in types. Package: postgresql-9.2-mimeo Source: mimeo Version: 1.4.1-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4155 Depends: postgresql-9.2, postgresql-contrib-9.2 Recommends: python Homepage: https://github.com/omniti-labs/mimeo Priority: optional Section: database Filename: pool/main/m/mimeo/postgresql-9.2-mimeo_1.4.1-1.pgdg15.10+1_all.deb Size: 113340 SHA256: d18353577bcabcfa188fbae1f3d6637fd159b2661cf052e51b7c3d419f76f3a5 SHA1: 7ca28fde076f26b70f118e87b52568e813ffe077 MD5sum: 18dfbb525812564bd82ffa2df9e6113e Description: specialized, per-table replication between PostgreSQL instances Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods. Package: postgresql-9.2-orafce Source: orafce Version: 3.3.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 330 Depends: libc6 (>= 2.4), postgresql-9.2 Homepage: https://github.com/orafce/orafce Priority: optional Section: database Filename: pool/main/o/orafce/postgresql-9.2-orafce_3.3.1-1.pgdg15.10+1_i386.deb Size: 96118 SHA256: 3a7505b0773fea1d9a55ee4e415ebea4db5dc832e9ab815c5f1df896dc3aad11 SHA1: 5a60ccec084213dc33243473bb13d151efbba452 MD5sum: 651c1e2b253ec614b455836a651d2cd8 Description: Oracle support functions for PostgreSQL 9.2 This project implements some functions for compatibility with Oracle. The functionality was verified on Oracle 10g, and the module is useful for production work. Package: postgresql-9.2-pgespresso Source: pgespresso Version: 1.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 28 Depends: libc6 (>= 2.4), postgresql-9.2 Enhances: barman Homepage: https://github.com/2ndquadrant-it/pgespresso Priority: extra Section: database Filename: pool/main/p/pgespresso/postgresql-9.2-pgespresso_1.2-1.pgdg15.10+1_i386.deb Size: 6020 SHA256: 7349a444a251747d5c42eddc4904a50aa9bc31220976a5c373ffab4d1d20d61f SHA1: b50104a27145b9b3039f7c91d798090533100569 MD5sum: 86722567615cee4fec3629cc517a0a65 Description: extension for Barman, Backup and Recovery Manager for PostgreSQL pgespresso is an extension that enhances Barman, Backup and Recovery Manager for PostgreSQL. . Starting from version 1.3.1 Barman added support for concurrent backup of PostgreSQL 9.2, 9.3, 9.4 and 9.5 servers using the "pgespresso" extension. Concurrent backup allows DBAs to perform full backup operations from a streaming replicated standby. Package: postgresql-9.2-pgextwlist Source: pgextwlist Version: 1.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 Depends: libc6 (>= 2.4), postgresql-9.2 Homepage: https://github.com/dimitri/pgextwlist Priority: extra Section: libs Filename: pool/main/p/pgextwlist/postgresql-9.2-pgextwlist_1.4-1.pgdg15.10+1_i386.deb Size: 12112 SHA256: 16b3f02e14760b0ce7f5a3d2435ee3abbcec79becec2e3bc6e597e4b58a578c8 SHA1: d923afa83258744561a14667b7e1a0f002d21599 MD5sum: 9f71fe153af877688a8a6ef050f48089 Description: PostgreSQL Extension Whitelisting This extension implements extension whitelisting, and will actively prevent users from installing extensions not in the provided list. Also, this extension implements a form of sudo facility in that the whitelisted extensions will get installed as if superuser. Privileges are dropped before handing the control back to the user. Package: postgresql-9.2-pgfincore Source: pgfincore Version: 1.1.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 47 Depends: libc6 (>= 2.4), postgresql-9.2 Homepage: http://villemain.org/projects/pgfincore Priority: extra Section: database Filename: pool/main/p/pgfincore/postgresql-9.2-pgfincore_1.1.2-4.pgdg15.10+1_i386.deb Size: 13826 SHA256: 10711a09c85e476e4a34ab2815c1a37f6f95b9b7b8c15e21e7f78cce3cdc944a SHA1: 67a8e4837dd809e5ca88a079b767c745cfdbc14d MD5sum: c8e971a26e382ea8e8b242a286f4b569 Description: set of PostgreSQL functions to manage blocks in memory Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation. Package: postgresql-9.2-pgmemcache Source: pgmemcache Version: 2.3.0-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), libmemcached11, libsasl2-2, postgresql-9.2 Homepage: http://pgfoundry.org/projects/pgmemcache/ Priority: extra Section: database Filename: pool/main/p/pgmemcache/postgresql-9.2-pgmemcache_2.3.0-2.pgdg15.10+1_i386.deb Size: 21022 SHA256: a139f6fd44c38be3a6b209ada6842a814f85c89838ba07a56a55c518ad2068aa SHA1: 6a2d08794e1744d78c3ec31f224fb9ee17713691 MD5sum: 4c23089d97990b2015370683b88afb6b Description: PostgreSQL interface to memcached pgmemcache is an extension for PostgreSQL that provides an API to memcached through user-defined functions. . memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. Package: postgresql-9.2-pgmp Source: postgresql-pgmp Version: 1.0.2-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 177 Depends: libc6 (>= 2.4), libgmp10, postgresql-9.2 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-9.2-pgmp_1.0.2-2.pgdg15.10+1_i386.deb Size: 45142 SHA256: 86cad452ce73c684759023db39dcb6b20e59c8b92e2dad6c3e04096cebcc611f SHA1: 72df5ddb0a566d2e038ef00c3b2bfca0cefe39a5 MD5sum: 69e17aea140523d6f7550116811fd6e5 Description: arbitrary precision integers and rationals for PostgreSQL 9.2 pgmp is a PostgreSQL extension to add the GMP data types and functions directly into the database. . The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary precision rationals) to PostgreSQL and exposes to the database all the functions available in the GMP library for these data types, allowing: . * higher performance arithmetic on integers respect to the numeric data type * a rational data type for absolute precision storage and arithmetic * using specialized functions to deal with prime numbers, random numbers, factorization directly into the database. Package: postgresql-9.2-pgq3 Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2781 Depends: libc6 (>= 2.4), postgresql-9.2 Conflicts: skytools-modules-9.2 Replaces: skytools-modules-9.2 Provides: skytools-modules Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: database Filename: pool/main/s/skytools3/postgresql-9.2-pgq3_3.2.6-4.pgdg15.10+1_i386.deb Size: 70476 SHA256: d3c5f0a2f8d8ca755c4b429d33c60279ca783d61545cd9ef096c97db13f6e88d SHA1: e9e108f83bf0ef69005831398d2ffcc8057b8c43 MD5sum: 1b28e8c160e7e1499368eb80165b1f9b Description: Skype tools for PostgreSQL replication, londiste and PGQ This is the PGQ extension used by Skype replication, londiste. It consists of PL/pgsql, and C code in database. Package: postgresql-9.2-pgrouting Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2920 Depends: postgresql-9.2, postgresql-9.2-postgis-2.2, libc6 (>= 2.4), libcgal11v5, libgcc1 (>= 1:4.1.1), libgmp10, libstdc++6 (>= 5.2) Suggests: postgresql-9.2-pgrouting-doc Homepage: http://www.pgrouting.org Priority: optional Section: misc Filename: pool/main/p/pgrouting/postgresql-9.2-pgrouting_2.2.4-1.pgdg15.10+1_i386.deb Size: 367172 SHA256: 0bd50b53552b42725caf838b82013a28ffc948dfee0507472d20675ecca3356d SHA1: 68ba7ca33cdd274818af016d67033835ba5a9b40 MD5sum: 365a2e682d47d859e80828590de5f5dd Description: Routing functionality support for PostgreSQL/PostGIS pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package supports PostgreSQL 9.2. Package: postgresql-9.2-pgrouting-doc Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 2600 Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0) Homepage: http://www.pgrouting.org Priority: optional Section: doc Filename: pool/main/p/pgrouting/postgresql-9.2-pgrouting-doc_2.2.4-1.pgdg15.10+1_all.deb Size: 811824 SHA256: fbc514bd0aea761d68405516ad3ccb6bbe328e6eaff30f263e2de8038aa5e162 SHA1: f0abc0287cbfa91c2410fc48f05c3b3a4cceb663 MD5sum: 7d1d3d2c544bfcc3eb3693de72145660 Description: Routing functionality support for PostgreSQL/PostGIS (Documentation) pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package contains the documentation. Package: postgresql-9.2-pgtap Source: pgtap Version: 0.96.0-2.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 766 Depends: postgresql-9.2 Recommends: pgtap-doc, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, libtap-harness-archive-perl Breaks: pgtap (<< 0.95) Replaces: pgtap (<< 0.95) Provides: postgresql-pgtap Homepage: http://pgtap.org/ Priority: extra Section: database Filename: pool/main/p/pgtap/postgresql-9.2-pgtap_0.96.0-2.pgdg15.10+1_all.deb Size: 36276 SHA256: 18b28ef834ca27e9c3dc618cb9b311509d6c1041488a1edfc8eda7b5759f2b1d SHA1: ba0581fdc891edd01b632a4bca04a9a9b14459df MD5sum: bd78c2e01c398fa3749fcf93f9baaa19 Description: Unit testing framework extension for PostgreSQL 9.2 pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl and PHP applications. . TAP is the Test Anything Protocol (http://testanything.org/). . This package contains the extension for PostgreSQL 9.2. Package: postgresql-9.2-pllua Source: postgresql-pllua Version: 1:1.0-6.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 124 Depends: postgresql-9.2, libc6 (>= 2.4), liblua5.1-0 Homepage: http://pgfoundry.org/projects/pllua/ Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-9.2-pllua_1.0-6.pgdg15.10+1_i386.deb Size: 42584 SHA256: 6620d2949d058049f456d8bf6aa309367abe0331dc26d22ba3ef75f7a0321cc6 SHA1: 8c72547cfd83c0978897a2914ab416336d4bac41 MD5sum: 5029e138cdd2b0bae7c545da61ae378d Description: Lua procedural language for PostgreSQL 9.2 PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language. . It brings the power and simplicity of Lua to PostgreSQL, including: small memory footprint, simple syntax, lexical scoping, functions as first-class values, and coroutines for non-preemptive threading. Package: postgresql-9.2-plproxy Source: postgresql-plproxy Version: 2.6-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 132 Depends: postgresql-9.2, libc6 (>= 2.4), libpq5 Homepage: http://pgfoundry.org/projects/plproxy/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-9.2-plproxy_2.6-2.pgdg15.10+1_i386.deb Size: 58820 SHA256: a62055be94706b28bf9baf5d315ccb9ffe555264c367d42d5227b53419756606 SHA1: 08e0179e1b02c7ae172ea2dc200fdb6a4a2b9a51 MD5sum: 1c2d1b71c100667b1f5e3fccd507d607 Description: database partitioning system for PostgreSQL 9.2 PL/Proxy is a database partitioning system implemented as a PL language. Main idea is that proxy functions are created with same signature as the remote functions to be called, so only destination info needs to be specified inside proxy function bodies. Package: postgresql-9.2-plr Source: plr Version: 1:8.3.0.16-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 221 Depends: r-base-core (>= 2.10), postgresql-9.2, libc6 (>= 2.4) Suggests: r-recommended Provides: postgresql-plr Homepage: http://www.joeconway.com/plr/ Priority: optional Section: database Filename: pool/main/p/plr/postgresql-9.2-plr_8.3.0.16-1.pgdg15.10+1_i386.deb Size: 50716 SHA256: d226a2c466c481bedf3426c0fc63c68d2f7fe81ff940e0d678afcf8c35455bf2 SHA1: 1af717545417012bb17a7759bc1436cf44f1d742 MD5sum: 93e937151737d4aa2a3819c9c84ea8ee Description: Procedural language interface between PostgreSQL and R R is a language and environment for statistical computing and graphics, providing a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, and so on). . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to R from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.2-plsh Source: postgresql-plsh Version: 1.20140221-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 41 Depends: libc6 (>= 2.4), postgresql-9.2 Homepage: http://plsh.projects.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-plsh/postgresql-9.2-plsh_1.20140221-3.pgdg15.10+1_i386.deb Size: 13204 SHA256: d4679d3a9bc976dce67e9b2040f41b66c628aa26d82ec0f2054f8b152751c93c SHA1: 9977e53cf9fac3417bd576e897f745c78aee7d06 MD5sum: 79a2e4e29f6c01c39148922f292e5942 Description: PL/sh procedural language for PostgreSQL 9.2 PL/sh enables an SQL developer to write procedural language functions for PostgreSQL 9.2 in a shell of his choice. You need this package if you have any PostgreSQL 9.2 functions that use the language plsh. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.2-plv8 Source: plv8 Version: 1:1.4.8.ds-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-9.2, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), libv8-3.14.5 Provides: postgresql-plv8 Homepage: https://github.com/plv8/plv8 Priority: extra Section: database Filename: pool/main/p/plv8/postgresql-9.2-plv8_1.4.8.ds-1.pgdg15.10+1_i386.deb Size: 53230 SHA256: 4086413650fd14942746e83cdff4e108313230c8e080374a8dbb15d7c1b39f2c SHA1: b58a85afc529c12dafcfe07e239e8fb00873e3de MD5sum: d561a86ba9ed5953ea8c8a6cfb709fcb Description: Procedural language interface between PostgreSQL and JavaScript V8 is a high performance JavaScript engine written in C++. It is used in the document-oriented data store MongoDB. . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to JavaScript from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.2-postgis-2.2 Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2141 Depends: libc6 (>= 2.4), libgdal1i (>= 1.9.0), libgeos-c1v5 (>= 3.5.0), libjson-c2 (>= 0.11), liblwgeom-2.2-5 (>= 2.2.0), libpcre3, libproj9 (>= 4.9.0), libxml2 (>= 2.7.4), postgresql-9.2, postgresql-9.2-postgis-2.2-scripts Recommends: postgresql-contrib-9.2 Suggests: postgis Breaks: postgis (<< 1.2.1) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.2-postgis-2.2_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 1015878 SHA256: 326aecdd1262a18d16d6cb548063b107e549216390ec341560697352874dfd1a SHA1: f59283d278ec37dad01a469217ed6587a12c08e7 MD5sum: 4ea46feb24bbcede283ad206dc1f2091 Description: Geographic objects support for PostgreSQL 9.2 PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package supports PostgreSQL 9.2. Package: postgresql-9.2-postgis-2.2-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 60025 Recommends: postgresql-9.2-postgis-2.2 Breaks: postgresql-9.2-postgis-scripts (<< 2.2.2+dfsg-3~) Replaces: postgresql-9.2-postgis-scripts (<< 2.2.2+dfsg-3~) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.2-postgis-2.2-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 948644 SHA256: 7d6d35b5108c8f684764febd04288fe0e7976fe56ba3f8a0292fafaee299d065 SHA1: 4e15c9517fb5cf8e532cb480cae92dcec56cdc47 MD5sum: fd74148d281770c6bf8a6ac5604ac2b3 Description: Geographic objects support for PostgreSQL 9.2 -- scripts PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains SQL scripts to upgrade from earlier PostGIS versions for PostgreSQL 9.2 as well as Perl utility scripts. Package: postgresql-9.2-postgis-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 477 Depends: postgresql-9.2-postgis-2.2-scripts Homepage: http://postgis.net/ Priority: extra Section: oldlibs Filename: pool/main/p/postgis/postgresql-9.2-postgis-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 454356 SHA256: 4ae301185418fa3a6534e0d18d97f0389efe01eeb3689dfed9443bab2078647a SHA1: cb0cbd8623feb7a239d4ebb2a8b4d95bdb14ae05 MD5sum: 69714fb18320ca54ee937c57f1ad2e3d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: postgresql-9.2-prefix Source: prefix Version: 1.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 68 Depends: libc6 (>= 2.4), postgresql-9.2 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.2-prefix_1.2.4-1.pgdg15.10+1_i386.deb Size: 19214 SHA256: 098acc46f3decd571619dbbda88356555d8428a00f0312af0439eaa200d7b2b2 SHA1: 0da272efbcb52a084a35f07057e852ea5e5a72ad MD5sum: a3a953b3b1b4be176fdc2b84c7f99943 Description: Prefix Range module for PostgreSQL This PostgreSQL module provides the prefix_range datatype, allowing to index searches such as finding the longest prefix matching a telephone number, having prefixes in a table and telephone number as a parameter: . select * from prefixes where prefix @> '0100091234'; . The prefix column has to be of type prefix_range, and any text field can get indexed by the provided GiST opclass. Package: postgresql-9.2-preprepare Source: preprepare Version: 0.7-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 36 Depends: libc6 (>= 2.4), postgresql-9.2 Priority: extra Section: database Filename: pool/main/p/preprepare/postgresql-9.2-preprepare_0.7-3.pgdg15.10+1_i386.deb Size: 8988 SHA256: 4a59e9898dc90a6f6e573254e2c36e0fc46ffe07c8d8d88721e77f902e524bbd SHA1: d97d15de20d77b1b8884dead587bde67b8a3cc48 MD5sum: bac0ba9f5267ab161e354563160d6186 Description: pre prepare your PostgreSQL statements server side The pre_prepare module for PostgreSQL aims to prepare all your statements as soon as possible and in a way that allows client queries not to bother at all and just call EXECUTE. Package: postgresql-9.2-prioritize Source: postgresql-prioritize Version: 1.0.4-1.2.pgdg15.10+1 Architecture: i386 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.1.3), postgresql-9.2 Homepage: http://pgxn.org/dist/prioritize/ Priority: optional Section: database Filename: pool/main/p/postgresql-prioritize/postgresql-9.2-prioritize_1.0.4-1.2.pgdg15.10+1_i386.deb Size: 6496 SHA256: 12d186c4ce183722acddeafb4bfcee5943127a414b95363b40f21e3b257ba1d2 SHA1: ad078144b94b8874a1742fef30d5a5f80c50eae4 MD5sum: 6e452f2ee0cd4ef33ba23412085a4391 Description: Get and set the nice priorities of PostgreSQL backends This module implements an interface to getpriority() and setpriority() for PostgreSQL backends, callable from SQL functions. Essentially, this module allows users to `renice' their backends. Package: postgresql-9.2-python-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 75 Depends: python-multicorn, libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.2 Conflicts: postgresql-9.2-python3-multicorn Provides: postgresql-python-multicorn Homepage: http://multicorn.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-multicorn/postgresql-9.2-python-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 21250 SHA256: e128cb80b8869dc4a969784583f509d22b1a437feffbcd67a27db448b7af18f0 SHA1: 72f09c0d53309a75c54fd6ac3697918f8e88ce43 MD5sum: 9ebf256fa06c94d4199f10ee36b1d8cb Description: multicorn extension for Postgres 9.2 to write FDWs with python2 Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package is for PostgreSQL 9.2 and uses Python 2. Package: postgresql-9.2-python3-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 79 Depends: python3-multicorn, libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.2 Conflicts: postgresql-9.2-python-multicorn Provides: postgresql-python3-multicorn Homepage: http://multicorn.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-multicorn/postgresql-9.2-python3-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 22146 SHA256: 228a2d09efd9951629708ba1df3c53d92c82828dcf01e6789b44dad2cf15bec3 SHA1: b7f9e3189547efc12fb408c6f064f521d7b70877 MD5sum: dcc3eafb93175dbc900b7c909783c1da Description: multicorn extension for Postgres 9.2 to write FDWs with python3 Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package is for PostgreSQL 9.2 and uses Python 3. Package: postgresql-9.2-slony1-2 Source: slony1-2 Version: 2.2.5-1.pgdg15.10+4 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 67 Depends: postgresql-9.2, libc6 (>= 2.4) Suggests: slony1-2-bin Conflicts: postgresql-9.2-slony1 Provides: postgresql-9.2-slony1 Homepage: http://slony.info/ Priority: optional Section: database Filename: pool/main/s/slony1-2/postgresql-9.2-slony1-2_2.2.5-1.pgdg15.10+4_i386.deb Size: 24214 SHA256: 5d2d500d5a0209b308378296b13f63f59a407ff524b463924d963df104d60130 SHA1: bdf93b940838a3bd23041e95ff7a5f71a8292391 MD5sum: 98f2f8d9e13d4a0880b2f522d15e91b2 Description: replication system for PostgreSQL: PostgreSQL 9.2 server plug-in Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the support functions that are loaded into the PostgreSQL database server. It needs to be installed on the hosts where the database server nodes are running. This package works with version 9.2 of the PostgreSQL server; you need the package that corresponds to the version of your database server. . The actual replication daemon and the administration tools are in the package slony1-2-bin. This package is useless without slony1-2-bin installed somewhere in the network. Package: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 17412 Depends: libc6 (>= 2.16), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.8+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales Recommends: postgresql-contrib-9.3, sysstat Suggests: locales-all Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.14-1.pgdg15.10+1_i386.deb Size: 3547554 SHA256: 2d4cac3c2595cbe702e051f3b60fea9dcc161bee916fcb52366a09182d2d32b8 SHA1: 6e27f738bcf3694c3c805f49777c23e3751b81af MD5sum: 18383bc474f85ddb9f0eef2565a798e3 Description: object-relational SQL database, version 9.3 server PostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. . This package provides the database server for PostgreSQL 9.3. Package: postgresql-9.3-asn1oid Source: pgsql-asn1oid Version: 0.0.20100818-3.2.pgdg15.10+1 Architecture: i386 Maintainer: Simon Richter Installed-Size: 29 Depends: libc6 (>= 2.4), postgresql-9.3 Priority: optional Section: database Filename: pool/main/p/pgsql-asn1oid/postgresql-9.3-asn1oid_0.0.20100818-3.2.pgdg15.10+1_i386.deb Size: 5944 SHA256: ff8c11ef5b96d8960e0d83de5733705971c761ead9f4f10b67a38bc59ba712af SHA1: d0576b98b72434b855481c6407757ad65a3b7289 MD5sum: ec3fe9f787be34917191f78fdcf733d5 Description: ASN.1 OID data type for PostgreSQL This plugin provides the necessary support functions to store ASN.1 OIDs in a PostgreSQL database. . This package has been compiled for PostgreSQL 9.3. Package: postgresql-9.3-dbg Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 11800 Depends: postgresql-9.3 (= 9.3.14-1.pgdg15.10+1) Homepage: http://www.postgresql.org/ Priority: extra Section: debug Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.14-1.pgdg15.10+1_i386.deb Size: 10215076 SHA256: 6f1807bb139fe2f41349c748abd5ed11b864a4f27c9307c49833029f5d50663a SHA1: 5a437801ac32de0573b50b738d7559f90bb1d2c3 MD5sum: a2ee3310c63d83dcfa13f3b87f6e2d88 Description: debug symbols for postgresql-9.3 This package provides detached debugging symbols for PostgreSQL 9.3. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.3-debversion Source: postgresql-debversion Version: 1.0.8-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.1.3), libstdc++6 (>= 4.1.1), postgresql-9.3 Priority: extra Section: database Filename: pool/main/p/postgresql-debversion/postgresql-9.3-debversion_1.0.8-1.pgdg15.10+1_i386.deb Size: 9882 SHA256: eb7e97f21418fc65881d312e74a9ed2a982fe3a07fa1845a518638290587d03a SHA1: b2ba83edbc22f2a6d9bb3aeebbf2bc27ed8f76cd MD5sum: 134882bb409228a1119d0245660a1f49 Description: Debian version number type for PostgreSQL Debian version numbers, used to version Debian binary and source packages, have a defined format, including specifications for how versions should be compared in order to sort them. This package implements a "debversion" type to represent Debian version numbers within the PostgreSQL database. This also includes operators for version comparison and index operator classes for creating indexes on the debversion type. . Version comparison uses the algorithm used by the Debian package manager, dpkg, using the implementation from libapt-pkg. This means that columns in tables using the debversion type may be sorted and compared correctly using the same logic as "dpkg --compare-versions". It is also possible to create indexes on these columns. . postgresql-debversion implements the following features: . * The "debversion" type (internally derived from the "text" type) * A full set of operators for version comparison (< <= = <> >= >) including commutator and negator optimisation hints * Operator classes for btree and hash indexes * The aggregate functions min() and max() Package: postgresql-9.3-ip4r Source: ip4r Version: 2.0.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 295 Depends: libc6 (>= 2.4), postgresql-9.3 Homepage: http://pgfoundry.org/projects/ip4r/ Priority: extra Section: misc Filename: pool/main/i/ip4r/postgresql-9.3-ip4r_2.0.2-4.pgdg15.10+1_i386.deb Size: 68974 SHA256: 1919ded2da525e3dd01e43df4706dcc5910bc44298d882157d9c791455b4bd3c SHA1: a5e744b6d47f622c6e7f2facf07cc5a1c9fc35e1 MD5sum: 377e111d18ba583c9714d6db508a157e Description: IPv4 and IPv6 types for PostgreSQL 9.3 This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses. . ip4r supports these data types: . ip4: IPv4 address '#.#.#.#' ip4r: IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#' ip6: IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx' ip6r: IPv6 range '#-#' or '#/#' or '#' ipaddress: IPv4 or IPv6 address iprange: IPv4 or IPv6 range . While PostgreSQL already has built-in types 'inet' and 'cidr', the authors of this module found that they had a number of requirements that were not addressed by the built-in types. Package: postgresql-9.3-mimeo Source: mimeo Version: 1.4.1-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4155 Depends: postgresql-9.3, postgresql-contrib-9.3 Recommends: python Homepage: https://github.com/omniti-labs/mimeo Priority: optional Section: database Filename: pool/main/m/mimeo/postgresql-9.3-mimeo_1.4.1-1.pgdg15.10+1_all.deb Size: 113324 SHA256: 4979bc8324361fafaf4895d036e8d53b8bf8e385faeebbf05a6c686c1722e2a9 SHA1: 1b1795e544e147ebb1f4a2631386cb5751977894 MD5sum: 5f998e4026a21107f2d5bf776be46458 Description: specialized, per-table replication between PostgreSQL instances Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods. Package: postgresql-9.3-mysql-fdw Source: postgresql-mysql-fdw Version: 2.1.2-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 73 Depends: libmysqlclient-dev, postgresql-9.3, libc6 (>= 2.4) Homepage: https://github.com/EnterpriseDB/mysql_fdw Priority: optional Section: database Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.3-mysql-fdw_2.1.2-2.pgdg15.10+1_i386.deb Size: 26744 SHA256: 161f4c2e3c4280aa31f7622a903a4bddac47e98347bdfe2fdd8ac0dbc5dc38b5 SHA1: d350bc574b0c891d2d58e6c54148591d17b3cc25 MD5sum: 233ded785ec265518e536b6e841ffb94 Description: Postgres 9.3 Foreign Data Wrapper for MySQL postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data Wrapper (FDW) to access MySQL data from PostgreSQL. . This package is for PostgreSQL 9.3. Package: postgresql-9.3-orafce Source: orafce Version: 3.3.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 318 Depends: libc6 (>= 2.4), postgresql-9.3 Homepage: https://github.com/orafce/orafce Priority: optional Section: database Filename: pool/main/o/orafce/postgresql-9.3-orafce_3.3.1-1.pgdg15.10+1_i386.deb Size: 92694 SHA256: d72de22d9e271643a4d1200368daf4ff172c164965fad117f53ff7d469602c91 SHA1: 13f6d12f59e3660db8732ef4578f00bafe708c7a MD5sum: 6b0fc2daa94af06158af856ca4549b16 Description: Oracle support functions for PostgreSQL 9.3 This project implements some functions for compatibility with Oracle. The functionality was verified on Oracle 10g, and the module is useful for production work. Package: postgresql-9.3-pgespresso Source: pgespresso Version: 1.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 28 Depends: libc6 (>= 2.4), postgresql-9.3 Enhances: barman Homepage: https://github.com/2ndquadrant-it/pgespresso Priority: extra Section: database Filename: pool/main/p/pgespresso/postgresql-9.3-pgespresso_1.2-1.pgdg15.10+1_i386.deb Size: 5892 SHA256: afa122bdff08dd977fc1941ebb70b24545b63ee915703f9981e9b368760ea67a SHA1: 84353e92b8535bd22bc9f33a77c4ec9d2462f1ed MD5sum: 507da3a3a018f4b356e769f6b3e66e0d Description: extension for Barman, Backup and Recovery Manager for PostgreSQL pgespresso is an extension that enhances Barman, Backup and Recovery Manager for PostgreSQL. . Starting from version 1.3.1 Barman added support for concurrent backup of PostgreSQL 9.2, 9.3, 9.4 and 9.5 servers using the "pgespresso" extension. Concurrent backup allows DBAs to perform full backup operations from a streaming replicated standby. Package: postgresql-9.3-pgextwlist Source: pgextwlist Version: 1.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 Depends: libc6 (>= 2.4), postgresql-9.3 Homepage: https://github.com/dimitri/pgextwlist Priority: extra Section: libs Filename: pool/main/p/pgextwlist/postgresql-9.3-pgextwlist_1.4-1.pgdg15.10+1_i386.deb Size: 12064 SHA256: 169640ce9a3b48a52136a9f20759c666ede0b4d9141a411aa8106e94b2b71a2f SHA1: 9ed93060617f72ef89fb0d95b396272515ba25c2 MD5sum: ef9f5db0cbe2073d19b94e0d676466bb Description: PostgreSQL Extension Whitelisting This extension implements extension whitelisting, and will actively prevent users from installing extensions not in the provided list. Also, this extension implements a form of sudo facility in that the whitelisted extensions will get installed as if superuser. Privileges are dropped before handing the control back to the user. Package: postgresql-9.3-pgfincore Source: pgfincore Version: 1.1.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 47 Depends: libc6 (>= 2.4), postgresql-9.3 Homepage: http://villemain.org/projects/pgfincore Priority: extra Section: database Filename: pool/main/p/pgfincore/postgresql-9.3-pgfincore_1.1.2-4.pgdg15.10+1_i386.deb Size: 13870 SHA256: 08b763beb082d1c8445ed227db9d05e395f1c1f01e5f66eefde378a15a129692 SHA1: c1453975b6a18f6de9268c46984d3250e92764f5 MD5sum: e9fa7848616c9d02aa3fb8d52502dacf Description: set of PostgreSQL functions to manage blocks in memory Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation. Package: postgresql-9.3-pgmemcache Source: pgmemcache Version: 2.3.0-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), libmemcached11, libsasl2-2, postgresql-9.3 Homepage: http://pgfoundry.org/projects/pgmemcache/ Priority: extra Section: database Filename: pool/main/p/pgmemcache/postgresql-9.3-pgmemcache_2.3.0-2.pgdg15.10+1_i386.deb Size: 21010 SHA256: 4d5930b34b5f797f6dc945bb94460c41be47c2c0909bba2cfbd6e398ecf52b93 SHA1: 59f6f11ed15600dfc2eebf833b9428e04128d6cd MD5sum: 14a5f4b552be92caa7254400e91b3183 Description: PostgreSQL interface to memcached pgmemcache is an extension for PostgreSQL that provides an API to memcached through user-defined functions. . memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. Package: postgresql-9.3-pgmp Source: postgresql-pgmp Version: 1.0.2-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 173 Depends: libc6 (>= 2.4), libgmp10, postgresql-9.3 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-9.3-pgmp_1.0.2-2.pgdg15.10+1_i386.deb Size: 44238 SHA256: 09c9a57d71124f22f105ae2dd27958534be9edc97b5343493c345dfa34294624 SHA1: 4110701ef69f1dbdf494d9a33610ae92eb4ad41b MD5sum: d3fffbc6e9e5f62416293c128dfff068 Description: arbitrary precision integers and rationals for PostgreSQL 9.3 pgmp is a PostgreSQL extension to add the GMP data types and functions directly into the database. . The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary precision rationals) to PostgreSQL and exposes to the database all the functions available in the GMP library for these data types, allowing: . * higher performance arithmetic on integers respect to the numeric data type * a rational data type for absolute precision storage and arithmetic * using specialized functions to deal with prime numbers, random numbers, factorization directly into the database. Package: postgresql-9.3-pgpool2 Source: pgpool2 Version: 3.5.3-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 65 Depends: postgresql-9.3, libc6 (>= 2.4), libpgpool0 (= 3.5.3-1.pgdg15.10+1) Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: database Filename: pool/main/p/pgpool2/postgresql-9.3-pgpool2_3.5.3-1.pgdg15.10+1_i386.deb Size: 17388 SHA256: 5a7b702bbd655c1f27e4763d8e4410462946b45580a2d1218c5258045ffc8278 SHA1: 53540477753f4bca4bde432f94dd8e484e2083be MD5sum: 4856c7319956521d7171bc4e52d1d6ec Description: connection pool server and replication proxy for PostgreSQL - modules pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains support modules for the PostgreSQL 9.3 server: . * pgpool_adm * pgpool_recovery (PostgreSQL 9.1 and above) * pgpool_regclass (PostgreSQL 9.1 and above) Package: postgresql-9.3-pgq3 Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2781 Depends: libc6 (>= 2.4), postgresql-9.3 Conflicts: skytools-modules-9.3 Replaces: skytools-modules-9.3 Provides: skytools-modules Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: database Filename: pool/main/s/skytools3/postgresql-9.3-pgq3_3.2.6-4.pgdg15.10+1_i386.deb Size: 70084 SHA256: 0b0e0f1a380dd29a62675da5a5d60beaaa3b98a4df287536f5f5f88f8cec4ec4 SHA1: 43a5724bbbc1b0c7f8545c53d0e6e1ccf6c166d1 MD5sum: f65b0b7fc4389c6cb8b299aca1595c61 Description: Skype tools for PostgreSQL replication, londiste and PGQ This is the PGQ extension used by Skype replication, londiste. It consists of PL/pgsql, and C code in database. Package: postgresql-9.3-pgrouting Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2916 Depends: postgresql-9.3, postgresql-9.3-postgis-2.2, libc6 (>= 2.4), libcgal11v5, libgcc1 (>= 1:4.1.1), libgmp10, libstdc++6 (>= 5.2) Suggests: postgresql-9.3-pgrouting-doc Homepage: http://www.pgrouting.org Priority: optional Section: misc Filename: pool/main/p/pgrouting/postgresql-9.3-pgrouting_2.2.4-1.pgdg15.10+1_i386.deb Size: 365524 SHA256: 054080f0d6523821d329fdadd39469858efdf968eb5cb2ccf1570c64efa0a432 SHA1: 19c0311b5a61b4298bc07412673bc46cf32b6140 MD5sum: 466aecf37d69bae672c46a158c50fe91 Description: Routing functionality support for PostgreSQL/PostGIS pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package supports PostgreSQL 9.3. Package: postgresql-9.3-pgrouting-doc Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 2600 Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0) Homepage: http://www.pgrouting.org Priority: optional Section: doc Filename: pool/main/p/pgrouting/postgresql-9.3-pgrouting-doc_2.2.4-1.pgdg15.10+1_all.deb Size: 811874 SHA256: 4189c2944656d145184fc09854206757846ff39705a9ca5a37b78816424abf94 SHA1: 4123792bf5d2a2255ca0f584598e2f7a5c8f1960 MD5sum: cee2907bfca6304427d4e5e99366894a Description: Routing functionality support for PostgreSQL/PostGIS (Documentation) pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package contains the documentation. Package: postgresql-9.3-pgtap Source: pgtap Version: 0.96.0-2.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 767 Depends: postgresql-9.3 Recommends: pgtap-doc, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, libtap-harness-archive-perl Breaks: pgtap (<< 0.95) Replaces: pgtap (<< 0.95) Provides: postgresql-pgtap Homepage: http://pgtap.org/ Priority: extra Section: database Filename: pool/main/p/pgtap/postgresql-9.3-pgtap_0.96.0-2.pgdg15.10+1_all.deb Size: 36248 SHA256: 0e8dbeb72a824ac49c98ee26afe8f7c9d387fa87642f3a3ef0fe34caa38af7ae SHA1: e46b284e215878891a0a8e4653619e901b20b0c5 MD5sum: 869ec718af8396823c2f5d7bf823ca57 Description: Unit testing framework extension for PostgreSQL 9.3 pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl and PHP applications. . TAP is the Test Anything Protocol (http://testanything.org/). . This package contains the extension for PostgreSQL 9.3. Package: postgresql-9.3-pllua Source: postgresql-pllua Version: 1:1.0-6.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 124 Depends: postgresql-9.3, libc6 (>= 2.4), liblua5.1-0 Homepage: http://pgfoundry.org/projects/pllua/ Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-9.3-pllua_1.0-6.pgdg15.10+1_i386.deb Size: 42344 SHA256: c3e4b2d754f052b1949ca5d03ae3706dc2b1579dc7b97d5f1fd362cc7a08f9dc SHA1: d3ccfa5d23533f6ac77551e6b4b98ac28af30569 MD5sum: e480424b844b2330cff54bfa89afe315 Description: Lua procedural language for PostgreSQL 9.3 PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language. . It brings the power and simplicity of Lua to PostgreSQL, including: small memory footprint, simple syntax, lexical scoping, functions as first-class values, and coroutines for non-preemptive threading. Package: postgresql-9.3-plproxy Source: postgresql-plproxy Version: 2.6-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 132 Depends: postgresql-9.3, libc6 (>= 2.4), libpq5 Homepage: http://pgfoundry.org/projects/plproxy/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-9.3-plproxy_2.6-2.pgdg15.10+1_i386.deb Size: 58670 SHA256: bfc89136f132db19b16df6eb91459d1dbab6664a3ef46393d2af9c76ac73a833 SHA1: db14501f86ea74f9678b5a7a79799b4bbfb8d764 MD5sum: 5ca1ce95f25bf45ac07c0b3a165d31a2 Description: database partitioning system for PostgreSQL 9.3 PL/Proxy is a database partitioning system implemented as a PL language. Main idea is that proxy functions are created with same signature as the remote functions to be called, so only destination info needs to be specified inside proxy function bodies. Package: postgresql-9.3-plr Source: plr Version: 1:8.3.0.16-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 217 Depends: r-base-core (>= 2.10), postgresql-9.3, libc6 (>= 2.4) Suggests: r-recommended Provides: postgresql-plr Homepage: http://www.joeconway.com/plr/ Priority: optional Section: database Filename: pool/main/p/plr/postgresql-9.3-plr_8.3.0.16-1.pgdg15.10+1_i386.deb Size: 50608 SHA256: b1185e53ddb679bf865b0f140727f2b03bfd6051c2f587f3f06b2d0d249360e7 SHA1: 318b275595a896d138591abb0c2f77212654efc9 MD5sum: 84cdb610a870c33131b6b74187cc45c7 Description: Procedural language interface between PostgreSQL and R R is a language and environment for statistical computing and graphics, providing a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, and so on). . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to R from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.3-plsh Source: postgresql-plsh Version: 1.20140221-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 41 Depends: libc6 (>= 2.4), postgresql-9.3 Homepage: http://plsh.projects.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-plsh/postgresql-9.3-plsh_1.20140221-3.pgdg15.10+1_i386.deb Size: 13110 SHA256: dce3014018a8c55f24dc87b9442fc365e1b6215b1f4a3886c50165dc4ca9fde2 SHA1: bfe889289c8037690b0b955e78ce3444bd6ba550 MD5sum: fd58bebfe4321df7546b1bbe92712c71 Description: PL/sh procedural language for PostgreSQL 9.3 PL/sh enables an SQL developer to write procedural language functions for PostgreSQL 9.3 in a shell of his choice. You need this package if you have any PostgreSQL 9.3 functions that use the language plsh. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.3-plv8 Source: plv8 Version: 1:1.4.8.ds-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-9.3, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), libv8-3.14.5 Provides: postgresql-plv8 Homepage: https://github.com/plv8/plv8 Priority: extra Section: database Filename: pool/main/p/plv8/postgresql-9.3-plv8_1.4.8.ds-1.pgdg15.10+1_i386.deb Size: 52990 SHA256: c8b58649839a6873f106a483e04497de4617dd7f9289518400fc3457625d1e07 SHA1: 113daecbc754492a64795c9ca01cf5a7e4dd3b53 MD5sum: 6c48693e6a3f1d1e6a07cb8540ff3a17 Description: Procedural language interface between PostgreSQL and JavaScript V8 is a high performance JavaScript engine written in C++. It is used in the document-oriented data store MongoDB. . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to JavaScript from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.3-postgis-2.2 Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2133 Depends: libc6 (>= 2.4), libgdal1i (>= 1.9.0), libgeos-c1v5 (>= 3.5.0), libjson-c2 (>= 0.11), liblwgeom-2.2-5 (>= 2.2.0), libpcre3, libproj9 (>= 4.9.0), libxml2 (>= 2.7.4), postgresql-9.3, postgresql-9.3-postgis-2.2-scripts Recommends: postgresql-contrib-9.3 Suggests: postgis Breaks: postgis (<< 1.2.1) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.3-postgis-2.2_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 1011312 SHA256: a81671f55ff55daa96339017ee30545bb1a88580b4360e9d9330cf7cea9ee89a SHA1: 3c074b040ec026990c89f6c01be366d13da140dd MD5sum: 6c50cb408fec12628e13fdca3e2f150c Description: Geographic objects support for PostgreSQL 9.3 PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package supports PostgreSQL 9.3. Package: postgresql-9.3-postgis-2.2-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 60025 Recommends: postgresql-9.3-postgis-2.2 Breaks: postgresql-9.3-postgis-scripts (<< 2.2.2+dfsg-3~) Replaces: postgresql-9.3-postgis-scripts (<< 2.2.2+dfsg-3~) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.3-postgis-2.2-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 1123694 SHA256: 475dfbe236f684724c9715bf2f47f0875fc943637ca45815000bbcc4c98cf83d SHA1: 848f49a2f910be7437f7835537ee91ad7eece3fc MD5sum: 3f4884ff7680d7cf05a5828f838ed3b5 Description: Geographic objects support for PostgreSQL 9.3 -- scripts PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains SQL scripts to upgrade from earlier PostGIS versions for PostgreSQL 9.3 as well as Perl utility scripts. Package: postgresql-9.3-postgis-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 477 Depends: postgresql-9.3-postgis-2.2-scripts Homepage: http://postgis.net/ Priority: extra Section: oldlibs Filename: pool/main/p/postgis/postgresql-9.3-postgis-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 454352 SHA256: 1b1006634e3bfa776c8946dc151526d273092e43f7a47a7f467c9f6de68b96ae SHA1: 33d1b9e8762d2f93597166e2db054fb456a65f98 MD5sum: df0765d5a79ec0c113fd0c8ef2ca50e8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: postgresql-9.3-prefix Source: prefix Version: 1.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 68 Depends: libc6 (>= 2.4), postgresql-9.3 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.3-prefix_1.2.4-1.pgdg15.10+1_i386.deb Size: 19186 SHA256: 5c97ff7ed78cd263afc2aceb12f9231853ccb4e2633218d702e075e4f789192f SHA1: c878616ab9964b8976bc66f0c1e1cb4e3231b924 MD5sum: ae8fcf2e1d528d19fad506eeb0806896 Description: Prefix Range module for PostgreSQL This PostgreSQL module provides the prefix_range datatype, allowing to index searches such as finding the longest prefix matching a telephone number, having prefixes in a table and telephone number as a parameter: . select * from prefixes where prefix @> '0100091234'; . The prefix column has to be of type prefix_range, and any text field can get indexed by the provided GiST opclass. Package: postgresql-9.3-preprepare Source: preprepare Version: 0.7-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 36 Depends: libc6 (>= 2.4), postgresql-9.3 Priority: extra Section: database Filename: pool/main/p/preprepare/postgresql-9.3-preprepare_0.7-3.pgdg15.10+1_i386.deb Size: 8954 SHA256: c5f8ecf4235cacf421614ece86505f6eed17e55e74d52f6884c2ed4fd33e677c SHA1: 43ec0bee97fdb01de70236b84c1dc76e2c049b18 MD5sum: 73399115e417cfefe076e70816eb8e1b Description: pre prepare your PostgreSQL statements server side The pre_prepare module for PostgreSQL aims to prepare all your statements as soon as possible and in a way that allows client queries not to bother at all and just call EXECUTE. Package: postgresql-9.3-prioritize Source: postgresql-prioritize Version: 1.0.4-1.2.pgdg15.10+1 Architecture: i386 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.1.3), postgresql-9.3 Homepage: http://pgxn.org/dist/prioritize/ Priority: optional Section: database Filename: pool/main/p/postgresql-prioritize/postgresql-9.3-prioritize_1.0.4-1.2.pgdg15.10+1_i386.deb Size: 6500 SHA256: a9738a603b58e89ce967c7375356ff1567cad9996b62ed0896e823d2b5d390f6 SHA1: 9febb97807d386d4a262df36c3e47a6014a45ef5 MD5sum: 4ea0a77309b38331fd3053ff0b42d321 Description: Get and set the nice priorities of PostgreSQL backends This module implements an interface to getpriority() and setpriority() for PostgreSQL backends, callable from SQL functions. Essentially, this module allows users to `renice' their backends. Package: postgresql-9.3-python-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 79 Depends: python-multicorn, libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.3 Conflicts: postgresql-9.3-python3-multicorn Provides: postgresql-python-multicorn Homepage: http://multicorn.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-multicorn/postgresql-9.3-python-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 22384 SHA256: 391ddb7b8bd2bd579b411a9d545fc2499faa37d11bd0611993d894ec0350c704 SHA1: c394374b04fbe98ec01d874107d576faa6be1b3c MD5sum: 551427062af5cd3c0377a6e177762fa7 Description: multicorn extension for Postgres 9.3 to write FDWs with python2 Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package is for PostgreSQL 9.3 and uses Python 2. Package: postgresql-9.3-python3-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 79 Depends: python3-multicorn, libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.3 Conflicts: postgresql-9.3-python-multicorn Provides: postgresql-python3-multicorn Homepage: http://multicorn.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-multicorn/postgresql-9.3-python3-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 23200 SHA256: dfcdf55c949db8c4b389606c8090c9fee8a03453407652efec5af67ecb295500 SHA1: b8fc719f30cfe7cb223d019d050153451f09f595 MD5sum: defdaab7a8e4e5fabd92f00e7e4f689b Description: multicorn extension for Postgres 9.3 to write FDWs with python3 Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package is for PostgreSQL 9.3 and uses Python 3. Package: postgresql-9.3-repack Source: pg-repack Version: 1.3.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 160 Depends: postgresql-9.3, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-9.3-repack_1.3.4-1.pgdg15.10+1_i386.deb Size: 67194 SHA256: e737b1d43268d492194b2c48d4f1805c23d9986c3acf49f23036c7dbe4306ac1 SHA1: 0439cc29999e4d0e2fb8daf7f28934c3ba533e18 MD5sum: 1bb2a9c5975b4319255401fe9e1f221d Description: reorganize tables in PostgreSQL databases with minimal locks pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly. . This package contains the pg_repack program and the server extension for PostgreSQL 9.3. Package: postgresql-9.3-repmgr Source: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 447 Depends: postgresql-9.3, repmgr-common (>= 3.1.5-1.pgdg15.10+1), libc6 (>= 2.15), libpq5 (>= 9.3~) Suggests: rsync Homepage: http://www.repmgr.org/ Priority: extra Section: database Filename: pool/main/r/repmgr/postgresql-9.3-repmgr_3.1.5-1.pgdg15.10+1_i386.deb Size: 86762 SHA256: bb09c0eb83071acf5cc04805aa18b2b1ba76b4c90a8c4a4b7d27fd032f51f4db SHA1: 3d9056c3ba3b8252a387121cf32c5551299ced93 MD5sum: 7aecbdad76790574468eb77ef11266ff Description: replication manager for PostgreSQL 9.3 Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains repmgr for PostgreSQL 9.3. Package: postgresql-9.3-repmgr-dbg Source: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 214 Depends: postgresql-9.3-repmgr (= 3.1.5-1.pgdg15.10+1) Breaks: repmgr-dbg (<< 3.0.1-1) Replaces: repmgr-dbg (<< 3.0.1-1) Homepage: http://www.repmgr.org/ Priority: extra Section: debug Filename: pool/main/r/repmgr/postgresql-9.3-repmgr-dbg_3.1.5-1.pgdg15.10+1_i386.deb Size: 177840 SHA256: 3654eb0a32ee681155fb72903e0dc015e4abcb82a1bc73da5f88203a086f30cf SHA1: f5de03d55bc5b4b7f6db55b0f13a1f34475bac27 MD5sum: ea7bed423bcf0e447130144ab97ed6f8 Description: debug symbols for repmgr for PostgreSQL 9.3 Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains debug symbols for repmgr for PostgreSQL 9.3. Package: postgresql-9.3-slony1-2 Source: slony1-2 Version: 2.2.5-1.pgdg15.10+4 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 63 Depends: postgresql-9.3, libc6 (>= 2.4) Suggests: slony1-2-bin Conflicts: postgresql-9.3-slony1 Provides: postgresql-9.3-slony1 Homepage: http://slony.info/ Priority: optional Section: database Filename: pool/main/s/slony1-2/postgresql-9.3-slony1-2_2.2.5-1.pgdg15.10+4_i386.deb Size: 23390 SHA256: e3f491a70a10f20887bf5a18b34390a80735eb521b1356985b7299b32c42ca86 SHA1: 0b0c96559da1ca537b3f843f543d16a6f6ce75af MD5sum: 9ded64bee92e8266dff4a634a64bb50a Description: replication system for PostgreSQL: PostgreSQL 9.3 server plug-in Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the support functions that are loaded into the PostgreSQL database server. It needs to be installed on the hosts where the database server nodes are running. This package works with version 9.3 of the PostgreSQL server; you need the package that corresponds to the version of your database server. . The actual replication daemon and the administration tools are in the package slony1-2-bin. This package is useless without slony1-2-bin installed somewhere in the network. Package: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 18258 Depends: libc6 (>= 2.16), libgssapi-krb5-2 (>= 1.8+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales Recommends: postgresql-contrib-9.4, sysstat Suggests: locales-all Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.9-1.pgdg15.10+1_i386.deb Size: 3736082 SHA256: 6f5b5cf0c260155c5f40e36425e986c9cb5de5cdff10031b72ba0cdad62fc3e8 SHA1: 38683828bea1353b291b436a2b64ccae34b0e7c2 MD5sum: 3978fc532fe5b32fb888eaef5cf60b31 Description: object-relational SQL database, version 9.4 server PostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. . This package provides the database server for PostgreSQL 9.4. Package: postgresql-9.4-asn1oid Source: pgsql-asn1oid Version: 0.0.20100818-3.2.pgdg15.10+1 Architecture: i386 Maintainer: Simon Richter Installed-Size: 29 Depends: libc6 (>= 2.4), postgresql-9.4 Priority: optional Section: database Filename: pool/main/p/pgsql-asn1oid/postgresql-9.4-asn1oid_0.0.20100818-3.2.pgdg15.10+1_i386.deb Size: 5942 SHA256: f9e16bc55375b448bb70f2d96dcc1aa3c474ea37f4afbe16fbb12f675e0a6e8e SHA1: b19e3cebbfebeaee094c5b71e37d7ef5c31bac3d MD5sum: cf7c4d345f60f0875eded9d043e0375c Description: ASN.1 OID data type for PostgreSQL This plugin provides the necessary support functions to store ASN.1 OIDs in a PostgreSQL database. . This package has been compiled for PostgreSQL 9.4. Package: postgresql-9.4-citus Source: citus Version: 5.1.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Citus Data Installed-Size: 1235 Depends: libc6 (>= 2.11), libedit2 (>= 2.11-20080614), libpq5 (>= 9.5~~), postgresql-9.4 Homepage: https://github.com/citusdata/citus Priority: optional Section: database Filename: pool/main/c/citus/postgresql-9.4-citus_5.1.1-1.pgdg15.10+1_i386.deb Size: 345888 SHA256: fece6c065629295eedcc9d3ebccfe869f8d31a3216f6abf2023f3518588fd823 SHA1: ef45434b594859b97a5f24ebbc5a54025955ba93 MD5sum: e05f8791b18a2c0aaaa22501000d5457 Description: sharding and distributed joins for PostgreSQL Citus is a distributed database implemented as a PostgreSQL extension. It provides functions to easily split a PostgreSQL table into shards to be placed on remote worker nodes. Citus can replicate shards, update their schemas, and keep track of shard health. An advanced distributed planner is included which handles queries and modifications against sharded tables. Package: postgresql-9.4-dbg Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 12545 Depends: postgresql-9.4 (= 9.4.9-1.pgdg15.10+1) Homepage: http://www.postgresql.org/ Priority: extra Section: debug Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.9-1.pgdg15.10+1_i386.deb Size: 10877056 SHA256: bd99cc8b5ff238d7a4997ff3090ff476704bc46fe790003943af28e9b5dbe956 SHA1: d4db05f872235a57756ebdf630e16ab2f22d8a15 MD5sum: 4f9bb676151caa6dd39bb03d581954f6 Description: debug symbols for postgresql-9.4 This package provides detached debugging symbols for PostgreSQL 9.4. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.4-debversion Source: postgresql-debversion Version: 1.0.8-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.1.3), libstdc++6 (>= 4.1.1), postgresql-9.4 Priority: extra Section: database Filename: pool/main/p/postgresql-debversion/postgresql-9.4-debversion_1.0.8-1.pgdg15.10+1_i386.deb Size: 9882 SHA256: 56b943940838bdc3f80637cc7c693f4c47f04ad65b13131d88fbd6b47841d04e SHA1: ea01f986f543b7f6b4cd05547591c064f8b8e719 MD5sum: ef5a203836abb4bdfdb85d82d693887b Description: Debian version number type for PostgreSQL Debian version numbers, used to version Debian binary and source packages, have a defined format, including specifications for how versions should be compared in order to sort them. This package implements a "debversion" type to represent Debian version numbers within the PostgreSQL database. This also includes operators for version comparison and index operator classes for creating indexes on the debversion type. . Version comparison uses the algorithm used by the Debian package manager, dpkg, using the implementation from libapt-pkg. This means that columns in tables using the debversion type may be sorted and compared correctly using the same logic as "dpkg --compare-versions". It is also possible to create indexes on these columns. . postgresql-debversion implements the following features: . * The "debversion" type (internally derived from the "text" type) * A full set of operators for version comparison (< <= = <> >= >) including commutator and negator optimisation hints * Operator classes for btree and hash indexes * The aggregate functions min() and max() Package: postgresql-9.4-ip4r Source: ip4r Version: 2.0.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 295 Depends: libc6 (>= 2.4), postgresql-9.4 Homepage: http://pgfoundry.org/projects/ip4r/ Priority: extra Section: misc Filename: pool/main/i/ip4r/postgresql-9.4-ip4r_2.0.2-4.pgdg15.10+1_i386.deb Size: 69032 SHA256: 653fb3328cb460afe87c3fd110db2a2b10beee44a217f3184cec94512738a5b1 SHA1: 209fe779ca00812decfbf4938797672d69b55b63 MD5sum: a68993ba5505767c8465460af28c76cd Description: IPv4 and IPv6 types for PostgreSQL 9.4 This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses. . ip4r supports these data types: . ip4: IPv4 address '#.#.#.#' ip4r: IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#' ip6: IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx' ip6r: IPv6 range '#-#' or '#/#' or '#' ipaddress: IPv4 or IPv6 address iprange: IPv4 or IPv6 range . While PostgreSQL already has built-in types 'inet' and 'cidr', the authors of this module found that they had a number of requirements that were not addressed by the built-in types. Package: postgresql-9.4-mimeo Source: mimeo Version: 1.4.1-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4155 Depends: postgresql-9.4, postgresql-contrib-9.4 Recommends: python Homepage: https://github.com/omniti-labs/mimeo Priority: optional Section: database Filename: pool/main/m/mimeo/postgresql-9.4-mimeo_1.4.1-1.pgdg15.10+1_all.deb Size: 113338 SHA256: 78bd4b12f08dd4d6d6c8e1494341d52e50aa576a23d6b7c919601dbb61676dca SHA1: 3dc95c093ee8e2bdb6a8418be2cf8995eea86f4d MD5sum: 4df0388afb8679c8d885ef66aa56b85d Description: specialized, per-table replication between PostgreSQL instances Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods. Package: postgresql-9.4-mysql-fdw Source: postgresql-mysql-fdw Version: 2.1.2-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 73 Depends: libmysqlclient-dev, postgresql-9.4, libc6 (>= 2.4) Homepage: https://github.com/EnterpriseDB/mysql_fdw Priority: optional Section: database Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.4-mysql-fdw_2.1.2-2.pgdg15.10+1_i386.deb Size: 26780 SHA256: 66117a287e3566c2cee9777420efc21d8752a67ccdc7d42333d5c2babac40b90 SHA1: 9a26fb2cdafe48672c2ae83ed312e4f9afb19df0 MD5sum: 34054b90f678f2e6559e85d30990a64c Description: Postgres 9.4 Foreign Data Wrapper for MySQL postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data Wrapper (FDW) to access MySQL data from PostgreSQL. . This package is for PostgreSQL 9.4. Package: postgresql-9.4-orafce Source: orafce Version: 3.3.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 322 Depends: libc6 (>= 2.4), postgresql-9.4 Homepage: https://github.com/orafce/orafce Priority: optional Section: database Filename: pool/main/o/orafce/postgresql-9.4-orafce_3.3.1-1.pgdg15.10+1_i386.deb Size: 93566 SHA256: 0f154a52c0d05aaef61a41837af3187c94c64ae23a130ce3a1d5b00b95183fea SHA1: d235bd1da443f9832fb366a7c2826be0c3b8498a MD5sum: e9b3974d443dcf178db8460e67453c78 Description: Oracle support functions for PostgreSQL 9.4 This project implements some functions for compatibility with Oracle. The functionality was verified on Oracle 10g, and the module is useful for production work. Package: postgresql-9.4-partman Source: pg-partman Version: 2.6.0-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3596 Depends: libc6 (>= 2.4), postgresql-9.4, python Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-9.4-partman_2.6.0-1.pgdg15.10+1_i386.deb Size: 143738 SHA256: 7607acdfe280d20d3b3a11f6d4b9d0d022cfde7dc30e7245eacc3ef13a8a572d SHA1: 2351536d76b229cd7177ce5090d6b0d75ffe33bc MD5sum: afdbb84609d9d33a7923676f55b87607 Description: PostgreSQL Partition Manager pg_partman is a PostgreSQL extension to create and manage both time-based and serial-based table partition sets. Sub-partitioning is also supported. Child table & trigger function creation is all managed by the extension itself. Tables with existing data can also have their data partitioned in easily managed smaller batches. Optional retention policy can automatically drop partitions no longer needed. A background worker (BGW) process is included to automatically run partition maintenance without the need of an external scheduler (cron, etc) in most cases. Package: postgresql-9.4-pgespresso Source: pgespresso Version: 1.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 28 Depends: libc6 (>= 2.4), postgresql-9.4 Enhances: barman Homepage: https://github.com/2ndquadrant-it/pgespresso Priority: extra Section: database Filename: pool/main/p/pgespresso/postgresql-9.4-pgespresso_1.2-1.pgdg15.10+1_i386.deb Size: 5890 SHA256: 36fa28e45715e450260154048e6afae8e21d6f409d620fbd60333cb8150d630b SHA1: 813c2d5dd1f007f8feffc688d5c283d222bc9faa MD5sum: 10922f509d99f469878670196d8ffb86 Description: extension for Barman, Backup and Recovery Manager for PostgreSQL pgespresso is an extension that enhances Barman, Backup and Recovery Manager for PostgreSQL. . Starting from version 1.3.1 Barman added support for concurrent backup of PostgreSQL 9.2, 9.3, 9.4 and 9.5 servers using the "pgespresso" extension. Concurrent backup allows DBAs to perform full backup operations from a streaming replicated standby. Package: postgresql-9.4-pgextwlist Source: pgextwlist Version: 1.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 Depends: libc6 (>= 2.4), postgresql-9.4 Homepage: https://github.com/dimitri/pgextwlist Priority: extra Section: libs Filename: pool/main/p/pgextwlist/postgresql-9.4-pgextwlist_1.4-1.pgdg15.10+1_i386.deb Size: 12054 SHA256: 3bdd81555d67be6a4a39810305e533912f3214a8a004651801cfcca3a7367060 SHA1: e1695d15e955e6f0dfc7ecded8027a9b958d2dfb MD5sum: c8cd66a31b2653f9190c3fb4e213992e Description: PostgreSQL Extension Whitelisting This extension implements extension whitelisting, and will actively prevent users from installing extensions not in the provided list. Also, this extension implements a form of sudo facility in that the whitelisted extensions will get installed as if superuser. Privileges are dropped before handing the control back to the user. Package: postgresql-9.4-pgfincore Source: pgfincore Version: 1.1.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 47 Depends: libc6 (>= 2.4), postgresql-9.4 Homepage: http://villemain.org/projects/pgfincore Priority: extra Section: database Filename: pool/main/p/pgfincore/postgresql-9.4-pgfincore_1.1.2-4.pgdg15.10+1_i386.deb Size: 13876 SHA256: f7e15512312d741969ff0974c034a005fec0900e94ce24e0a6c4638fd25374d6 SHA1: ad6c7055e5b1610f7ec9376cbcb091598f209231 MD5sum: 6dbb500902d3f90c8c40c3cf2329c622 Description: set of PostgreSQL functions to manage blocks in memory Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation. Package: postgresql-9.4-pgmemcache Source: pgmemcache Version: 2.3.0-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), libmemcached11, libsasl2-2, postgresql-9.4 Homepage: http://pgfoundry.org/projects/pgmemcache/ Priority: extra Section: database Filename: pool/main/p/pgmemcache/postgresql-9.4-pgmemcache_2.3.0-2.pgdg15.10+1_i386.deb Size: 21012 SHA256: 618e5a7ebcdc11d59dc8b8fd0c67b9f178589b06d9fa1b3c14498a6cff62ee43 SHA1: b5e32f1fc2b5c87a3af759d53ef4802b93e0a9ed MD5sum: 39865ad2bee4d3b52b8e9eeed6f00e71 Description: PostgreSQL interface to memcached pgmemcache is an extension for PostgreSQL that provides an API to memcached through user-defined functions. . memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. Package: postgresql-9.4-pgmp Source: postgresql-pgmp Version: 1.0.2-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 173 Depends: libc6 (>= 2.4), libgmp10, postgresql-9.4 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-9.4-pgmp_1.0.2-2.pgdg15.10+1_i386.deb Size: 44286 SHA256: f9fac19a77c20a9769a00f2db685857179a3a378883e3bd60998430eb95d387b SHA1: c5709fd29055a487bdb5e31cad92989b6560aa93 MD5sum: bee62dbb309622da1e4b9bda8341c485 Description: arbitrary precision integers and rationals for PostgreSQL 9.4 pgmp is a PostgreSQL extension to add the GMP data types and functions directly into the database. . The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary precision rationals) to PostgreSQL and exposes to the database all the functions available in the GMP library for these data types, allowing: . * higher performance arithmetic on integers respect to the numeric data type * a rational data type for absolute precision storage and arithmetic * using specialized functions to deal with prime numbers, random numbers, factorization directly into the database. Package: postgresql-9.4-pgpool2 Source: pgpool2 Version: 3.5.3-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 65 Depends: postgresql-9.4, libc6 (>= 2.4), libpgpool0 (= 3.5.3-1.pgdg15.10+1) Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: database Filename: pool/main/p/pgpool2/postgresql-9.4-pgpool2_3.5.3-1.pgdg15.10+1_i386.deb Size: 17388 SHA256: 93dd100b5c3ea3e5dc037b4cb48c4f4794b6763563ec5c65a59a5dabefc89774 SHA1: 73aebabf5cad7d03e7476a69b5049c000cd81938 MD5sum: 72d39d413a7afbc45a24fc8f545f9d77 Description: connection pool server and replication proxy for PostgreSQL - modules pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains support modules for the PostgreSQL 9.4 server: . * pgpool_adm * pgpool_recovery (PostgreSQL 9.1 and above) * pgpool_regclass (PostgreSQL 9.1 and above) Package: postgresql-9.4-pgq3 Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2781 Depends: libc6 (>= 2.4), postgresql-9.4 Conflicts: skytools-modules-9.4 Replaces: skytools-modules-9.4 Provides: skytools-modules Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: database Filename: pool/main/s/skytools3/postgresql-9.4-pgq3_3.2.6-4.pgdg15.10+1_i386.deb Size: 70166 SHA256: 432c0d2bef087366226f494573f93d3c399517052adc03f366e7e0664ff46122 SHA1: cb37284b8ae08fda2a1e774b2ad9a18902f86f4c MD5sum: 26db7139910ba2a9f4497a216190d8eb Description: Skype tools for PostgreSQL replication, londiste and PGQ This is the PGQ extension used by Skype replication, londiste. It consists of PL/pgsql, and C code in database. Package: postgresql-9.4-pgrouting Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2916 Depends: postgresql-9.4, postgresql-9.4-postgis-2.2, libc6 (>= 2.4), libcgal11v5, libgcc1 (>= 1:4.1.1), libgmp10, libstdc++6 (>= 5.2) Suggests: postgresql-9.4-pgrouting-doc Homepage: http://www.pgrouting.org Priority: optional Section: misc Filename: pool/main/p/pgrouting/postgresql-9.4-pgrouting_2.2.4-1.pgdg15.10+1_i386.deb Size: 365434 SHA256: 8981f73b65862089e1d36e2e47a9f0eb409084a456bef9bf93e1e9a0f01aa5c5 SHA1: d1273621ceabfa63cdd9b5f06c07217fc3a0e923 MD5sum: c14070e3ae6e261f4d942fbfa40934b0 Description: Routing functionality support for PostgreSQL/PostGIS pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package supports PostgreSQL 9.4. Package: postgresql-9.4-pgrouting-doc Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 2600 Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0) Homepage: http://www.pgrouting.org Priority: optional Section: doc Filename: pool/main/p/pgrouting/postgresql-9.4-pgrouting-doc_2.2.4-1.pgdg15.10+1_all.deb Size: 811804 SHA256: 7babae6e4fe95a197d5a9d7275eef34527a7abee04bfc4f5fd47f90e9a3ae614 SHA1: 922fdaf733663c247a886e0832aa7d7c71addea1 MD5sum: 739eff8f52d711d82e30f011c39dd4ba Description: Routing functionality support for PostgreSQL/PostGIS (Documentation) pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package contains the documentation. Package: postgresql-9.4-pgtap Source: pgtap Version: 0.96.0-2.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 767 Depends: postgresql-9.4 Recommends: pgtap-doc, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, libtap-harness-archive-perl Breaks: pgtap (<< 0.95) Replaces: pgtap (<< 0.95) Provides: postgresql-pgtap Homepage: http://pgtap.org/ Priority: extra Section: database Filename: pool/main/p/pgtap/postgresql-9.4-pgtap_0.96.0-2.pgdg15.10+1_all.deb Size: 36258 SHA256: 92baf7144664bc26ba2beaf4a66a7b5a9e01157f2bc7a32c054fa3790e27130c SHA1: 277250c1fe3d2b19176dc83bcaae558ce2e348cb MD5sum: a608a1bd8a251e32010171589efc69de Description: Unit testing framework extension for PostgreSQL 9.4 pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl and PHP applications. . TAP is the Test Anything Protocol (http://testanything.org/). . This package contains the extension for PostgreSQL 9.4. Package: postgresql-9.4-pllua Source: postgresql-pllua Version: 1:1.0-6.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 124 Depends: postgresql-9.4, libc6 (>= 2.4), liblua5.1-0 Homepage: http://pgfoundry.org/projects/pllua/ Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-9.4-pllua_1.0-6.pgdg15.10+1_i386.deb Size: 42470 SHA256: 09125f0870ac65fbb194a636ec1f575e6cca71b5ae35588fbe9710a071cbaf71 SHA1: c86430e63ee17e4aecfeb6a46d19fd6f46c5e185 MD5sum: 154c02cb3fd823e1db02fbd611c11897 Description: Lua procedural language for PostgreSQL 9.4 PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language. . It brings the power and simplicity of Lua to PostgreSQL, including: small memory footprint, simple syntax, lexical scoping, functions as first-class values, and coroutines for non-preemptive threading. Package: postgresql-9.4-plproxy Source: postgresql-plproxy Version: 2.6-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 132 Depends: postgresql-9.4, libc6 (>= 2.4), libpq5 Homepage: http://pgfoundry.org/projects/plproxy/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-9.4-plproxy_2.6-2.pgdg15.10+1_i386.deb Size: 58792 SHA256: bb5a4e6f9ad5a861ca8bd6040f7cedcb8470da29f41af490ea95846ed5ef8907 SHA1: 9e32a0b87b371044915c534cb561c1d0403c88cf MD5sum: 89af28381dc2d48a5525980a7f88a4dc Description: database partitioning system for PostgreSQL 9.4 PL/Proxy is a database partitioning system implemented as a PL language. Main idea is that proxy functions are created with same signature as the remote functions to be called, so only destination info needs to be specified inside proxy function bodies. Package: postgresql-9.4-plr Source: plr Version: 1:8.3.0.16-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 217 Depends: r-base-core (>= 2.10), postgresql-9.4, libc6 (>= 2.4) Suggests: r-recommended Provides: postgresql-plr Homepage: http://www.joeconway.com/plr/ Priority: optional Section: database Filename: pool/main/p/plr/postgresql-9.4-plr_8.3.0.16-1.pgdg15.10+1_i386.deb Size: 50664 SHA256: 256241ee78d6283389346e15a6ce532fcaebcac5c7c109cdf939de802840f91f SHA1: 37b90525b4f96ab13315c6d4006c0e0110b87132 MD5sum: 431c7fcfe6314ef2dace339e0e614809 Description: Procedural language interface between PostgreSQL and R R is a language and environment for statistical computing and graphics, providing a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, and so on). . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to R from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.4-plsh Source: postgresql-plsh Version: 1.20140221-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 41 Depends: libc6 (>= 2.4), postgresql-9.4 Homepage: http://plsh.projects.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-plsh/postgresql-9.4-plsh_1.20140221-3.pgdg15.10+1_i386.deb Size: 13110 SHA256: 53bc4bb36ea7cc125632a4810ed63dce27d3e9cd4f4a473719b4d4aed1d877b0 SHA1: 71e53be7724affe3265f95ccd999a0cf280c8d94 MD5sum: 6deeec50bbd28b3af7d0493c556b4670 Description: PL/sh procedural language for PostgreSQL 9.4 PL/sh enables an SQL developer to write procedural language functions for PostgreSQL 9.4 in a shell of his choice. You need this package if you have any PostgreSQL 9.4 functions that use the language plsh. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.4-plv8 Source: plv8 Version: 1:1.4.8.ds-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-9.4, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), libv8-3.14.5 Provides: postgresql-plv8 Homepage: https://github.com/plv8/plv8 Priority: extra Section: database Filename: pool/main/p/plv8/postgresql-9.4-plv8_1.4.8.ds-1.pgdg15.10+1_i386.deb Size: 53158 SHA256: 299f6e7c77f604165d40853c42ad9b406b750cb6edaa1425d771436aad778171 SHA1: 3a0e4f14065a2d6c344eb355ef6707fc8af3b6ae MD5sum: 29507698ac0f40143644e3b0d963f42c Description: Procedural language interface between PostgreSQL and JavaScript V8 is a high performance JavaScript engine written in C++. It is used in the document-oriented data store MongoDB. . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to JavaScript from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.4-postgis-2.2 Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2133 Depends: libc6 (>= 2.4), libgdal1i (>= 1.9.0), libgeos-c1v5 (>= 3.5.0), libjson-c2 (>= 0.11), liblwgeom-2.2-5 (>= 2.2.0), libpcre3, libproj9 (>= 4.9.0), libxml2 (>= 2.7.4), postgresql-9.4, postgresql-9.4-postgis-2.2-scripts Recommends: postgresql-contrib-9.4 Suggests: postgis Breaks: postgis (<< 1.2.1) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.4-postgis-2.2_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 1011452 SHA256: 0c7b0a9c027dd02560c21a7a3358267988c55b446c66a6978853ec5e912b5df1 SHA1: e531f31f8e40a0499384df53ed44bd378ef38e78 MD5sum: 652af6857d05b03b54b89c708be34464 Description: Geographic objects support for PostgreSQL 9.4 PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package supports PostgreSQL 9.4. Package: postgresql-9.4-postgis-2.2-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 60025 Recommends: postgresql-9.4-postgis-2.2 Breaks: postgresql-9.4-postgis-scripts (<< 2.2.2+dfsg-3~) Replaces: postgresql-9.4-postgis-scripts (<< 2.2.2+dfsg-3~) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.4-postgis-2.2-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 1129124 SHA256: ae83896c68970440ad03eeefc71ce17f77146508f9598c596b557651dc9874f9 SHA1: 9868a26572ecd26983ee5ad834268f4a0c3b3bc7 MD5sum: 7f0c1a06bf36fc76f5a87bd2296d86c4 Description: Geographic objects support for PostgreSQL 9.4 -- scripts PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains SQL scripts to upgrade from earlier PostGIS versions for PostgreSQL 9.4 as well as Perl utility scripts. Package: postgresql-9.4-postgis-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 477 Depends: postgresql-9.4-postgis-2.2-scripts Homepage: http://postgis.net/ Priority: extra Section: oldlibs Filename: pool/main/p/postgis/postgresql-9.4-postgis-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 454352 SHA256: 738c95f286ebbd18654545e905b57965ca6457ce4121158deeea96bd83388867 SHA1: 625b9c704888e0885fb2934c9791ed40173dfca0 MD5sum: 20e49bae43d75798fec80efd1d5ab850 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: postgresql-9.4-powa Source: powa-archivist Version: 3.0.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 178 Depends: libc6 (>= 2.4), postgresql-9.4 Homepage: http://dalibo.github.io/powa/ Priority: optional Section: database Filename: pool/main/p/powa-archivist/postgresql-9.4-powa_3.0.1-1.pgdg15.10+1_i386.deb Size: 18142 SHA256: 36160495a24549e599f680470a596e242a66c62d596698a7def5efd63449d9b1 SHA1: b616e7d5dc7cd3f0b0fdf652ea42127b79930fbc MD5sum: 11ecf260fc4c704ec713e0a7456a0261 Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.4 extension This package contains the core extension of the PoWA project, a PostgreSQL Workload Analyzer that gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers. Package: postgresql-9.4-prefix Source: prefix Version: 1.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 68 Depends: libc6 (>= 2.4), postgresql-9.4 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.4-prefix_1.2.4-1.pgdg15.10+1_i386.deb Size: 19178 SHA256: f5511fbbd3f83862aad930aee6340113c2b463095f47ac1f3a6259f878fcdc21 SHA1: 09a55bae3eb23cd6df443fc26999aaac0e4d95a1 MD5sum: c63d6ed03bb933a0a2001731956f2964 Description: Prefix Range module for PostgreSQL This PostgreSQL module provides the prefix_range datatype, allowing to index searches such as finding the longest prefix matching a telephone number, having prefixes in a table and telephone number as a parameter: . select * from prefixes where prefix @> '0100091234'; . The prefix column has to be of type prefix_range, and any text field can get indexed by the provided GiST opclass. Package: postgresql-9.4-preprepare Source: preprepare Version: 0.7-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 36 Depends: libc6 (>= 2.4), postgresql-9.4 Priority: extra Section: database Filename: pool/main/p/preprepare/postgresql-9.4-preprepare_0.7-3.pgdg15.10+1_i386.deb Size: 8938 SHA256: 686a350ec62872671e2172e4c625dd08acd6db913a56232ec50700c8749e6e99 SHA1: 5613712f9f851101c65e5c2908efd68fb0977e31 MD5sum: a7abe0741f87d595e4a17eb15c71d3cf Description: pre prepare your PostgreSQL statements server side The pre_prepare module for PostgreSQL aims to prepare all your statements as soon as possible and in a way that allows client queries not to bother at all and just call EXECUTE. Package: postgresql-9.4-prioritize Source: postgresql-prioritize Version: 1.0.4-1.2.pgdg15.10+1 Architecture: i386 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.1.3), postgresql-9.4 Homepage: http://pgxn.org/dist/prioritize/ Priority: optional Section: database Filename: pool/main/p/postgresql-prioritize/postgresql-9.4-prioritize_1.0.4-1.2.pgdg15.10+1_i386.deb Size: 6500 SHA256: 67423407bc4265172e0863b1ef1dc126aa9d2082e2916ccfc42785ef44d58d55 SHA1: 8982b8dbd5c6b5ae2837f4d0321a75ef87cbf8bb MD5sum: 534794e1aad33733ef23a9a25f0ac099 Description: Get and set the nice priorities of PostgreSQL backends This module implements an interface to getpriority() and setpriority() for PostgreSQL backends, callable from SQL functions. Essentially, this module allows users to `renice' their backends. Package: postgresql-9.4-python-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 79 Depends: python-multicorn, libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.4 Conflicts: postgresql-9.4-python3-multicorn Provides: postgresql-python-multicorn Homepage: http://multicorn.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-multicorn/postgresql-9.4-python-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 22346 SHA256: 00d20805f98e0afefee224f75843d8869b9d89e476384cefa477d0448ad30144 SHA1: a69a70b4f044ef9c714936703e30ec5b2ee2ebf1 MD5sum: 350b3c4154a94c37f02a9a57732fe3b8 Description: multicorn extension for Postgres 9.4 to write FDWs with python2 Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package is for PostgreSQL 9.4 and uses Python 2. Package: postgresql-9.4-python3-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 79 Depends: python3-multicorn, libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.4 Conflicts: postgresql-9.4-python-multicorn Provides: postgresql-python3-multicorn Homepage: http://multicorn.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-multicorn/postgresql-9.4-python3-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 23204 SHA256: 1b56a095a0637bb56f2107f0caed208ef2c1876ab2a4cf53d910021d030e0e61 SHA1: f7414aba4d2c9841fe2c5a2f39bcbc72a7ff0a62 MD5sum: c0a8aab76c0c7b38b4beab700e298099 Description: multicorn extension for Postgres 9.4 to write FDWs with python3 Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package is for PostgreSQL 9.4 and uses Python 3. Package: postgresql-9.4-repack Source: pg-repack Version: 1.3.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 160 Depends: postgresql-9.4, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-9.4-repack_1.3.4-1.pgdg15.10+1_i386.deb Size: 67156 SHA256: f67b3de07866673ee3fb7b011d6f552a379361bd415a3e39d650c01729115689 SHA1: cfefabee223a0dbffd7329aa1c3c0b8905f15420 MD5sum: 0a4fe1dafd40d6098c4481292f1889d7 Description: reorganize tables in PostgreSQL databases with minimal locks pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly. . This package contains the pg_repack program and the server extension for PostgreSQL 9.4. Package: postgresql-9.4-repmgr Source: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 447 Depends: postgresql-9.4, repmgr-common (>= 3.1.5-1.pgdg15.10+1), libc6 (>= 2.15), libpq5 (>= 9.3~) Suggests: rsync Homepage: http://www.repmgr.org/ Priority: extra Section: database Filename: pool/main/r/repmgr/postgresql-9.4-repmgr_3.1.5-1.pgdg15.10+1_i386.deb Size: 86554 SHA256: a3b66d3c96c67976d0e99cc57ebb14d5c45cb8b64e839f584e67c2ae894d4884 SHA1: 56854ca7ac4c28d977a57adaeadf48fe92b6be0e MD5sum: e6edb4bc5cc2c6a85281327cba71fe0e Description: replication manager for PostgreSQL 9.4 Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains repmgr for PostgreSQL 9.4. Package: postgresql-9.4-repmgr-dbg Source: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 213 Depends: postgresql-9.4-repmgr (= 3.1.5-1.pgdg15.10+1) Breaks: repmgr-dbg (<< 3.0.1-1) Replaces: repmgr-dbg (<< 3.0.1-1) Homepage: http://www.repmgr.org/ Priority: extra Section: debug Filename: pool/main/r/repmgr/postgresql-9.4-repmgr-dbg_3.1.5-1.pgdg15.10+1_i386.deb Size: 177594 SHA256: 3c41cba66d7bd6043e9e170646ae7a0d2170fcf5e9c4dcbb34a0a7a80b9590c0 SHA1: a3094f731fe63472a75ede323f7eccc34b7d56c2 MD5sum: 00534569dd272c0aeb0e677e6eba2970 Description: debug symbols for repmgr for PostgreSQL 9.4 Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains debug symbols for repmgr for PostgreSQL 9.4. Package: postgresql-9.4-slony1-2 Source: slony1-2 Version: 2.2.5-1.pgdg15.10+4 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 63 Depends: postgresql-9.4, libc6 (>= 2.4) Suggests: slony1-2-bin Conflicts: postgresql-9.4-slony1 Provides: postgresql-9.4-slony1 Homepage: http://slony.info/ Priority: optional Section: database Filename: pool/main/s/slony1-2/postgresql-9.4-slony1-2_2.2.5-1.pgdg15.10+4_i386.deb Size: 23394 SHA256: e1abc98aafdc5556c08ac33d6f82078e8e9208437dd8348213ed7f862389d0b1 SHA1: 9feaef05317d036c6afd7978d440621a89d31ed9 MD5sum: dd76a211d0551670f5edd4110d5a8fe0 Description: replication system for PostgreSQL: PostgreSQL 9.4 server plug-in Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the support functions that are loaded into the PostgreSQL database server. It needs to be installed on the hosts where the database server nodes are running. This package works with version 9.4 of the PostgreSQL server; you need the package that corresponds to the version of your database server. . The actual replication daemon and the administration tools are in the package slony1-2-bin. This package is useless without slony1-2-bin installed somewhere in the network. Package: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 18886 Depends: libc6 (>= 2.16), libgssapi-krb5-2 (>= 1.8+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales Recommends: postgresql-contrib-9.5, sysstat Suggests: locales-all Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.4-1.pgdg15.10+1_i386.deb Size: 3984962 SHA256: 10f188990e3126f24163a6fa54f575768387b5b70687eeeff6ba1d499e3aaa56 SHA1: 21a9518633d420987da889df7ae2a5122d31d20c MD5sum: e84d36ea4ef3f2c05d155321be3b1ded Description: object-relational SQL database, version 9.5 server PostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. . This package provides the database server for PostgreSQL 9.5. Package: postgresql-9.5-asn1oid Source: pgsql-asn1oid Version: 0.0.20100818-3.2.pgdg15.10+1 Architecture: i386 Maintainer: Simon Richter Installed-Size: 29 Depends: libc6 (>= 2.4), postgresql-9.5 Priority: optional Section: database Filename: pool/main/p/pgsql-asn1oid/postgresql-9.5-asn1oid_0.0.20100818-3.2.pgdg15.10+1_i386.deb Size: 5940 SHA256: b22767a05108b7ee6854ba0bc227e010e8639c2364293fdc4c17c9372472fe68 SHA1: d8aa12c898390ab2adddd6617794a0b9d80a4ef8 MD5sum: 8762cd39d5c4393adbe5be0059d22b23 Description: ASN.1 OID data type for PostgreSQL This plugin provides the necessary support functions to store ASN.1 OIDs in a PostgreSQL database. . This package has been compiled for PostgreSQL 9.5. Package: postgresql-9.5-citus Source: citus Version: 5.2.0.PGDG-1.pgdg15.10+1 Architecture: i386 Maintainer: Citus Data Installed-Size: 1498 Depends: libc6 (>= 2.11), libedit2 (>= 2.11-20080614), libpq5 (>= 9.5~~), postgresql-9.5 Homepage: https://github.com/citusdata/citus Priority: optional Section: database Filename: pool/main/c/citus/postgresql-9.5-citus_5.2.0.PGDG-1.pgdg15.10+1_i386.deb Size: 363152 SHA256: 73a5c10ca479ae8a62ac9d3839c4044b6a746af4f0cff7ebd27ee54ffd869bfd SHA1: b26d9095460abb06f0e9fc500356edb535db9b4f MD5sum: 4b26934dad3cdd82b4e0180f1d73d5bb Description: sharding and distributed joins for PostgreSQL Citus is a distributed database implemented as a PostgreSQL extension. It provides functions to easily split a PostgreSQL table into shards to be placed on remote worker nodes. Citus can replicate shards, update their schemas, and keep track of shard health. An advanced distributed planner is included which handles queries and modifications against sharded tables. Package: postgresql-9.5-dbg Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 13501 Depends: postgresql-9.5 (= 9.5.4-1.pgdg15.10+1) Homepage: http://www.postgresql.org/ Priority: extra Section: debug Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.4-1.pgdg15.10+1_i386.deb Size: 11775906 SHA256: 8cc0b00c7e159bc87be273a59082952ad55e9f9cd3b49cb5829fdb93959384ec SHA1: 028214bb3f2953278a6722d27829c4edf342d4b0 MD5sum: 495fef7bdaef9190542cf93e918fff61 Description: debug symbols for postgresql-9.5 This package provides detached debugging symbols for PostgreSQL 9.5. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.5-debversion Source: postgresql-debversion Version: 1.0.8-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.1.3), libstdc++6 (>= 4.1.1), postgresql-9.5 Priority: extra Section: database Filename: pool/main/p/postgresql-debversion/postgresql-9.5-debversion_1.0.8-1.pgdg15.10+1_i386.deb Size: 9876 SHA256: f26d08760c03028f8155388356559c7f82d2e5b1cc06fce6a15aa6a1fbccc3b1 SHA1: b941b718d0e6ccf2ec8b847d3f82a30cf6382519 MD5sum: a7a71b4b407ee03b5a3350d4cfff56df Description: Debian version number type for PostgreSQL Debian version numbers, used to version Debian binary and source packages, have a defined format, including specifications for how versions should be compared in order to sort them. This package implements a "debversion" type to represent Debian version numbers within the PostgreSQL database. This also includes operators for version comparison and index operator classes for creating indexes on the debversion type. . Version comparison uses the algorithm used by the Debian package manager, dpkg, using the implementation from libapt-pkg. This means that columns in tables using the debversion type may be sorted and compared correctly using the same logic as "dpkg --compare-versions". It is also possible to create indexes on these columns. . postgresql-debversion implements the following features: . * The "debversion" type (internally derived from the "text" type) * A full set of operators for version comparison (< <= = <> >= >) including commutator and negator optimisation hints * Operator classes for btree and hash indexes * The aggregate functions min() and max() Package: postgresql-9.5-ip4r Source: ip4r Version: 2.0.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 295 Depends: libc6 (>= 2.4), postgresql-9.5 Homepage: http://pgfoundry.org/projects/ip4r/ Priority: extra Section: misc Filename: pool/main/i/ip4r/postgresql-9.5-ip4r_2.0.2-4.pgdg15.10+1_i386.deb Size: 69012 SHA256: 25fc3ccedab82bae21e849776065a9b2056525049262576992d595c3654d1379 SHA1: 8578ba643b580b83b955d9a095da3182ee303ad2 MD5sum: 8222657f9e3edd5dd4408def6d00529b Description: IPv4 and IPv6 types for PostgreSQL 9.5 This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses. . ip4r supports these data types: . ip4: IPv4 address '#.#.#.#' ip4r: IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#' ip6: IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx' ip6r: IPv6 range '#-#' or '#/#' or '#' ipaddress: IPv4 or IPv6 address iprange: IPv4 or IPv6 range . While PostgreSQL already has built-in types 'inet' and 'cidr', the authors of this module found that they had a number of requirements that were not addressed by the built-in types. Package: postgresql-9.5-mimeo Source: mimeo Version: 1.4.1-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4155 Depends: postgresql-9.5, postgresql-contrib-9.5 Recommends: python Homepage: https://github.com/omniti-labs/mimeo Priority: optional Section: database Filename: pool/main/m/mimeo/postgresql-9.5-mimeo_1.4.1-1.pgdg15.10+1_all.deb Size: 113272 SHA256: f7612ba2ff70d12f5ba3cc46b4b6d5f98ac3d13758bd9a28b681a3749f82d968 SHA1: e91d221c274a2d757f0a41a70427d42f0cb9e445 MD5sum: b017f36349a63d43ef13c6146aeafd06 Description: specialized, per-table replication between PostgreSQL instances Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods. Package: postgresql-9.5-mysql-fdw Source: postgresql-mysql-fdw Version: 2.1.2-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 77 Depends: libmysqlclient-dev, postgresql-9.5, libc6 (>= 2.4) Homepage: https://github.com/EnterpriseDB/mysql_fdw Priority: optional Section: database Filename: pool/main/p/postgresql-mysql-fdw/postgresql-9.5-mysql-fdw_2.1.2-2.pgdg15.10+1_i386.deb Size: 28548 SHA256: 07ae8cbd47d6a3002773e2591034acad927407fe50d3c6e5fc8d41186957adeb SHA1: 7922b626194f2e2b7b8eb08017221b9dd19779e9 MD5sum: 9aaad8e49dfaaa2511ea1d3e03355f6e Description: Postgres 9.5 Foreign Data Wrapper for MySQL postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data Wrapper (FDW) to access MySQL data from PostgreSQL. . This package is for PostgreSQL 9.5. Package: postgresql-9.5-orafce Source: orafce Version: 3.3.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 322 Depends: libc6 (>= 2.4), postgresql-9.5 Homepage: https://github.com/orafce/orafce Priority: optional Section: database Filename: pool/main/o/orafce/postgresql-9.5-orafce_3.3.1-1.pgdg15.10+1_i386.deb Size: 93956 SHA256: 049ca2c6a722dc1335e570d9d602e68fd7bb1f240fb6e77b93a7a3f1e0d3c1f3 SHA1: 2926fab5101d570ca160604aca3d1deb257a94eb MD5sum: 91f2d68a1093b3f3aaa5802befa4a317 Description: Oracle support functions for PostgreSQL 9.5 This project implements some functions for compatibility with Oracle. The functionality was verified on Oracle 10g, and the module is useful for production work. Package: postgresql-9.5-partman Source: pg-partman Version: 2.6.0-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3596 Depends: libc6 (>= 2.4), postgresql-9.5, python Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-9.5-partman_2.6.0-1.pgdg15.10+1_i386.deb Size: 143682 SHA256: c931f5db9a744b5189b722d07834efb5b4d0b0a645ca85edadbd8d937494ff40 SHA1: c555854eb2765dc79ad97358c69a87a0266d98bc MD5sum: 4d8e99d589aa987db3c6fb8a34db0185 Description: PostgreSQL Partition Manager pg_partman is a PostgreSQL extension to create and manage both time-based and serial-based table partition sets. Sub-partitioning is also supported. Child table & trigger function creation is all managed by the extension itself. Tables with existing data can also have their data partitioned in easily managed smaller batches. Optional retention policy can automatically drop partitions no longer needed. A background worker (BGW) process is included to automatically run partition maintenance without the need of an external scheduler (cron, etc) in most cases. Package: postgresql-9.5-pgespresso Source: pgespresso Version: 1.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 28 Depends: libc6 (>= 2.4), postgresql-9.5 Enhances: barman Homepage: https://github.com/2ndquadrant-it/pgespresso Priority: extra Section: database Filename: pool/main/p/pgespresso/postgresql-9.5-pgespresso_1.2-1.pgdg15.10+1_i386.deb Size: 6066 SHA256: a33edc7dc8f61361e6a998e93098da48d9e0d7a0c3ce3ca90eece9ee03988330 SHA1: 7d8ac44e49381afa88d9bfb6b64223bca67fada4 MD5sum: e8556c58c1e9d8fbaca75d104868a6c3 Description: extension for Barman, Backup and Recovery Manager for PostgreSQL pgespresso is an extension that enhances Barman, Backup and Recovery Manager for PostgreSQL. . Starting from version 1.3.1 Barman added support for concurrent backup of PostgreSQL 9.2, 9.3, 9.4 and 9.5 servers using the "pgespresso" extension. Concurrent backup allows DBAs to perform full backup operations from a streaming replicated standby. Package: postgresql-9.5-pgextwlist Source: pgextwlist Version: 1.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 Depends: libc6 (>= 2.4), postgresql-9.5 Homepage: https://github.com/dimitri/pgextwlist Priority: extra Section: libs Filename: pool/main/p/pgextwlist/postgresql-9.5-pgextwlist_1.4-1.pgdg15.10+1_i386.deb Size: 12066 SHA256: cc61efe0e666cb88e924ac02b70f7bc83ac8175381391000adb7dd64ebe5b8cf SHA1: 335e5f90ef79ccd89606774e109b35265d501bc5 MD5sum: aab6cc18bf729e0c01838068a8bcb88c Description: PostgreSQL Extension Whitelisting This extension implements extension whitelisting, and will actively prevent users from installing extensions not in the provided list. Also, this extension implements a form of sudo facility in that the whitelisted extensions will get installed as if superuser. Privileges are dropped before handing the control back to the user. Package: postgresql-9.5-pgfincore Source: pgfincore Version: 1.1.2-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 47 Depends: libc6 (>= 2.4), postgresql-9.5 Homepage: http://villemain.org/projects/pgfincore Priority: extra Section: database Filename: pool/main/p/pgfincore/postgresql-9.5-pgfincore_1.1.2-4.pgdg15.10+1_i386.deb Size: 13876 SHA256: b9153f1094d5ef2cb5ae68622e6ead96cac1243d8e9447f14adb033e46f80269 SHA1: 5418bb3f98a0682840ad3074f002f72ea512edb2 MD5sum: e58d2f57abedf0e92efeebfc1c7ec46a Description: set of PostgreSQL functions to manage blocks in memory Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation. Package: postgresql-9.5-pgmemcache Source: pgmemcache Version: 2.3.0-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), libmemcached11, libsasl2-2, postgresql-9.5 Homepage: http://pgfoundry.org/projects/pgmemcache/ Priority: extra Section: database Filename: pool/main/p/pgmemcache/postgresql-9.5-pgmemcache_2.3.0-2.pgdg15.10+1_i386.deb Size: 21012 SHA256: 801e4acb61699a821b7ed684b8edb26324be05859567389f8d96d273810b897b SHA1: e4704bfc1433db7a7a7f12c2aea83a5e814e7251 MD5sum: 9783309a229186a2fe8682bda860cfda Description: PostgreSQL interface to memcached pgmemcache is an extension for PostgreSQL that provides an API to memcached through user-defined functions. . memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. Package: postgresql-9.5-pgmp Source: postgresql-pgmp Version: 1.0.2-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 173 Depends: libc6 (>= 2.4), libgmp10, postgresql-9.5 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-9.5-pgmp_1.0.2-2.pgdg15.10+1_i386.deb Size: 44238 SHA256: 1c595025bd0a19379ac68bf3f2139b88ab736ff3dce46c9b37af416da9241b38 SHA1: 32ce2da351b910ac41556d984a1b4f2858fdae92 MD5sum: 3b116258619639b20c33bb23b91523af Description: arbitrary precision integers and rationals for PostgreSQL 9.5 pgmp is a PostgreSQL extension to add the GMP data types and functions directly into the database. . The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary precision rationals) to PostgreSQL and exposes to the database all the functions available in the GMP library for these data types, allowing: . * higher performance arithmetic on integers respect to the numeric data type * a rational data type for absolute precision storage and arithmetic * using specialized functions to deal with prime numbers, random numbers, factorization directly into the database. Package: postgresql-9.5-pgpool2 Source: pgpool2 Version: 3.5.3-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 65 Depends: postgresql-9.5, libc6 (>= 2.4), libpgpool0 (= 3.5.3-1.pgdg15.10+1) Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: database Filename: pool/main/p/pgpool2/postgresql-9.5-pgpool2_3.5.3-1.pgdg15.10+1_i386.deb Size: 17396 SHA256: b57d65f2b3d65752119121e4365633022867b0730427abdb36465bc87c0fe0f5 SHA1: 4ae2ea119b845c2bbecd1956a79f1f0772293ae6 MD5sum: ea056329e9e2bddc7d25a5d0fb8c48bc Description: connection pool server and replication proxy for PostgreSQL - modules pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains support modules for the PostgreSQL 9.5 server: . * pgpool_adm * pgpool_recovery (PostgreSQL 9.1 and above) * pgpool_regclass (PostgreSQL 9.1 and above) Package: postgresql-9.5-pgq3 Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2781 Depends: libc6 (>= 2.4), postgresql-9.5 Conflicts: skytools-modules-9.5 Replaces: skytools-modules-9.5 Provides: skytools-modules Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: database Filename: pool/main/s/skytools3/postgresql-9.5-pgq3_3.2.6-4.pgdg15.10+1_i386.deb Size: 70228 SHA256: 18bc12c0c9e01319f5d1490e9e2c75c14b81e1a2e6d5ef07af4ba6194c43b543 SHA1: 3ff25210aafa9ad73da436709c11c6731ad72930 MD5sum: fd3ac607e4608dfa2b932e6bc94f0a86 Description: Skype tools for PostgreSQL replication, londiste and PGQ This is the PGQ extension used by Skype replication, londiste. It consists of PL/pgsql, and C code in database. Package: postgresql-9.5-pgrouting Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2919 Depends: postgresql-9.5, postgresql-9.5-postgis-2.2, libc6 (>= 2.4), libcgal11v5, libgcc1 (>= 1:4.1.1), libgmp10, libstdc++6 (>= 5.2) Suggests: postgresql-9.5-pgrouting-doc Homepage: http://www.pgrouting.org Priority: optional Section: misc Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting_2.2.4-1.pgdg15.10+1_i386.deb Size: 365636 SHA256: 676f454b6a4e63208c4bcdc536e7809eeaa489157558b80c78fc37af77fa7092 SHA1: c5edebff1facea4045c3b2ed550453cd55a0c123 MD5sum: d369bddad36099d4050535f1298ce21a Description: Routing functionality support for PostgreSQL/PostGIS pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package supports PostgreSQL 9.5. Package: postgresql-9.5-pgrouting-doc Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 2600 Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0) Homepage: http://www.pgrouting.org Priority: optional Section: doc Filename: pool/main/p/pgrouting/postgresql-9.5-pgrouting-doc_2.2.4-1.pgdg15.10+1_all.deb Size: 811834 SHA256: 89a53644353561cacf50dd3487e90945394bf9b615387fd327268d2b4cdf9f2c SHA1: 3f0720a176bd2d37b9c494482f9d80f5598a797f MD5sum: 4a6622bd3603adecbeb15d7de070cb52 Description: Routing functionality support for PostgreSQL/PostGIS (Documentation) pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package contains the documentation. Package: postgresql-9.5-pgtap Source: pgtap Version: 0.96.0-2.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 767 Depends: postgresql-9.5 Recommends: pgtap-doc, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, libtap-harness-archive-perl Breaks: pgtap (<< 0.95) Replaces: pgtap (<< 0.95) Provides: postgresql-pgtap Homepage: http://pgtap.org/ Priority: extra Section: database Filename: pool/main/p/pgtap/postgresql-9.5-pgtap_0.96.0-2.pgdg15.10+1_all.deb Size: 36250 SHA256: 1e1e064a6fc1cd45d1463640f13e0679956087b0ae0c83138eabfd1da487d4f1 SHA1: 8218316c16f89c53663cba9eb280a3c7c5f2aa66 MD5sum: e87ce4fac41af1add816f6d447c4dac8 Description: Unit testing framework extension for PostgreSQL 9.5 pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl and PHP applications. . TAP is the Test Anything Protocol (http://testanything.org/). . This package contains the extension for PostgreSQL 9.5. Package: postgresql-9.5-pllua Source: postgresql-pllua Version: 1:1.0-6.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 124 Depends: postgresql-9.5, libc6 (>= 2.4), liblua5.1-0 Homepage: http://pgfoundry.org/projects/pllua/ Priority: optional Section: database Filename: pool/main/p/postgresql-pllua/postgresql-9.5-pllua_1.0-6.pgdg15.10+1_i386.deb Size: 42500 SHA256: 97432ee335ba58fb42c014f29d7277311c1a95424382fd35b5be6af47465a63e SHA1: 1f7d8bae8f80a3cc17806a6484982f1b3a14857c MD5sum: c3594d6bcbb30a3f5561936262cebbde Description: Lua procedural language for PostgreSQL 9.5 PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language. . It brings the power and simplicity of Lua to PostgreSQL, including: small memory footprint, simple syntax, lexical scoping, functions as first-class values, and coroutines for non-preemptive threading. Package: postgresql-9.5-plproxy Source: postgresql-plproxy Version: 2.6-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 132 Depends: postgresql-9.5, libc6 (>= 2.4), libpq5 Homepage: http://pgfoundry.org/projects/plproxy/ Priority: optional Section: database Filename: pool/main/p/postgresql-plproxy/postgresql-9.5-plproxy_2.6-2.pgdg15.10+1_i386.deb Size: 58826 SHA256: ae140dc8df8019bf1ad787efc1249615aca5ca917b0131f4e9b28246ee5d7dd0 SHA1: e887b9789690ce2ecfb0c579621df6b861c137c7 MD5sum: e6d2454a200c318998d9ba74623e9c45 Description: database partitioning system for PostgreSQL 9.5 PL/Proxy is a database partitioning system implemented as a PL language. Main idea is that proxy functions are created with same signature as the remote functions to be called, so only destination info needs to be specified inside proxy function bodies. Package: postgresql-9.5-plr Source: plr Version: 1:8.3.0.16-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 217 Depends: r-base-core (>= 2.10), postgresql-9.5, libc6 (>= 2.4) Suggests: r-recommended Provides: postgresql-plr Homepage: http://www.joeconway.com/plr/ Priority: optional Section: database Filename: pool/main/p/plr/postgresql-9.5-plr_8.3.0.16-1.pgdg15.10+1_i386.deb Size: 50640 SHA256: 31ed69d531bee34cc35182e1733759a782085c7c5b7805a1502751727991d6e4 SHA1: d73bfb16bddc4d212b68654de9066e1d398d3390 MD5sum: 460c658589d18bf2df515ef61c6cf16f Description: Procedural language interface between PostgreSQL and R R is a language and environment for statistical computing and graphics, providing a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, and so on). . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to R from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.5-plsh Source: postgresql-plsh Version: 1.20140221-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 41 Depends: libc6 (>= 2.4), postgresql-9.5 Homepage: http://plsh.projects.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-plsh/postgresql-9.5-plsh_1.20140221-3.pgdg15.10+1_i386.deb Size: 13108 SHA256: 646867bd2628b7caee875e65ac0c7ec43b1f865ab47a73f9849b8ffb85ec4a91 SHA1: a50de3e4ceffb3bd5be96a33b79e9c4aafe53fa3 MD5sum: ac1e7dc57d0d4607ea816eff03153777 Description: PL/sh procedural language for PostgreSQL 9.5 PL/sh enables an SQL developer to write procedural language functions for PostgreSQL 9.5 in a shell of his choice. You need this package if you have any PostgreSQL 9.5 functions that use the language plsh. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-9.5-plv8 Source: plv8 Version: 1:1.4.8.ds-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-9.5, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), libv8-3.14.5 Provides: postgresql-plv8 Homepage: https://github.com/plv8/plv8 Priority: extra Section: database Filename: pool/main/p/plv8/postgresql-9.5-plv8_1.4.8.ds-1.pgdg15.10+1_i386.deb Size: 53184 SHA256: d9db03c9a58473099a526365bc3b1be71d10cec459a22b1034c13457b0d428bc SHA1: e9e02269b2951b492dedad6119845cf8aae25f32 MD5sum: f29d8f9f1e2b570545c6a84eed09200d Description: Procedural language interface between PostgreSQL and JavaScript V8 is a high performance JavaScript engine written in C++. It is used in the document-oriented data store MongoDB. . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to JavaScript from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.5-postgis-2.2 Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2136 Depends: libc6 (>= 2.4), libgdal1i (>= 1.9.0), libgeos-c1v5 (>= 3.5.0), libjson-c2 (>= 0.11), liblwgeom-2.2-5 (>= 2.2.0), libpcre3, libproj9 (>= 4.9.0), libxml2 (>= 2.7.4), postgresql-9.5, postgresql-9.5-postgis-2.2-scripts Recommends: postgresql-contrib-9.5 Suggests: postgis Breaks: postgis (<< 1.2.1) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.5-postgis-2.2_2.2.2+dfsg-4.pgdg15.10+1_i386.deb Size: 1011778 SHA256: 9da2b134e9e177f631ec232f7f14c073a500f7e031a79c675ccd67b7bd74c830 SHA1: d9b1fd85686467a8cdfa9c1e2bcdd1c5189c1d38 MD5sum: 697bcf1106f394e0101540c8d706677a Description: Geographic objects support for PostgreSQL 9.5 PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package supports PostgreSQL 9.5. Package: postgresql-9.5-postgis-2.2-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 60048 Recommends: postgresql-9.5-postgis-2.2 Breaks: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~) Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~) Homepage: http://postgis.net/ Priority: optional Section: misc Filename: pool/main/p/postgis/postgresql-9.5-postgis-2.2-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 905780 SHA256: 6643242c7927ef17500dba2ccd142a13fe3fe3c91abfb3b3f52b88ad9c1db6a2 SHA1: 71798b9e12f4cec2c233671f14bde903a9668cd3 MD5sum: 63912fe5ae233c7c12ceba2c46b32dd2 Description: Geographic objects support for PostgreSQL 9.5 -- scripts PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . This package contains SQL scripts to upgrade from earlier PostGIS versions for PostgreSQL 9.5 as well as Perl utility scripts. Package: postgresql-9.5-postgis-scripts Source: postgis Version: 2.2.2+dfsg-4.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 477 Depends: postgresql-9.5-postgis-2.2-scripts Homepage: http://postgis.net/ Priority: extra Section: oldlibs Filename: pool/main/p/postgis/postgresql-9.5-postgis-scripts_2.2.2+dfsg-4.pgdg15.10+1_all.deb Size: 454346 SHA256: 74c941550334353af1b5fd5884093ebe09fde6a5a5a96c4183c9f14a7df8ae37 SHA1: 89d735572479b20ae15dcbbc82831f8e79341cfa MD5sum: be983b377408136bbb39facbdd21d641 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: postgresql-9.5-powa Source: powa-archivist Version: 3.0.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 178 Depends: libc6 (>= 2.4), postgresql-9.5 Homepage: http://dalibo.github.io/powa/ Priority: optional Section: database Filename: pool/main/p/powa-archivist/postgresql-9.5-powa_3.0.1-1.pgdg15.10+1_i386.deb Size: 18148 SHA256: 15982e89c4329b8b4c0dde5aa7357d34b9100dea8e96932b567a5bb3712445e9 SHA1: 78a254aa56b8dd135abac4359a2d84368ea6ed57 MD5sum: c8ab12fa1c3a02f1c718bd230f96970d Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.5 extension This package contains the core extension of the PoWA project, a PostgreSQL Workload Analyzer that gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers. Package: postgresql-9.5-prefix Source: prefix Version: 1.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 68 Depends: libc6 (>= 2.4), postgresql-9.5 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.5-prefix_1.2.4-1.pgdg15.10+1_i386.deb Size: 19180 SHA256: f82a8d234ecc5a869f7b50079d91a83f9243cb180aee3f4bf56e3d2454d3c777 SHA1: 998d4f8598be33780a1cd41010b7be278df85d5e MD5sum: d5d2aca0f839cf7d34f3418243890e7e Description: Prefix Range module for PostgreSQL This PostgreSQL module provides the prefix_range datatype, allowing to index searches such as finding the longest prefix matching a telephone number, having prefixes in a table and telephone number as a parameter: . select * from prefixes where prefix @> '0100091234'; . The prefix column has to be of type prefix_range, and any text field can get indexed by the provided GiST opclass. Package: postgresql-9.5-preprepare Source: preprepare Version: 0.7-3.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 36 Depends: libc6 (>= 2.4), postgresql-9.5 Priority: extra Section: database Filename: pool/main/p/preprepare/postgresql-9.5-preprepare_0.7-3.pgdg15.10+1_i386.deb Size: 8948 SHA256: f787016bd1b2a35708afdf3f060336e3d0f7c9ccf0f0b344daa8fc913d021ca0 SHA1: 1af0f6338b90968cb6f3725634b177ed050c349a MD5sum: 22505a6133b1aeeee1b8d1f1aa854003 Description: pre prepare your PostgreSQL statements server side The pre_prepare module for PostgreSQL aims to prepare all your statements as soon as possible and in a way that allows client queries not to bother at all and just call EXECUTE. Package: postgresql-9.5-prioritize Source: postgresql-prioritize Version: 1.0.4-1.2.pgdg15.10+1 Architecture: i386 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.1.3), postgresql-9.5 Homepage: http://pgxn.org/dist/prioritize/ Priority: optional Section: database Filename: pool/main/p/postgresql-prioritize/postgresql-9.5-prioritize_1.0.4-1.2.pgdg15.10+1_i386.deb Size: 6500 SHA256: 0ef2fb4cfea45c8bf973ca154895919733bc57d900f17a14f64d4f5d7055285b SHA1: c79a25733286f5e68fca3a8bf6acf65126936017 MD5sum: b720f1885037a190dc8b670ac57dbc9e Description: Get and set the nice priorities of PostgreSQL backends This module implements an interface to getpriority() and setpriority() for PostgreSQL backends, callable from SQL functions. Essentially, this module allows users to `renice' their backends. Package: postgresql-9.5-python-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 79 Depends: python-multicorn, libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.5 Conflicts: postgresql-9.5-python3-multicorn Provides: postgresql-python-multicorn Homepage: http://multicorn.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-multicorn/postgresql-9.5-python-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 22788 SHA256: ba9663b4555177568ea40ad6f33c78266fdb5541d71db1d5bd87dd2e67fb700f SHA1: 95c5e84645e2302e09793497aa0a03471be2f0c3 MD5sum: 4e106f0ec06b2df54741535546555ff5 Description: multicorn extension for Postgres 9.5 to write FDWs with python2 Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package is for PostgreSQL 9.5 and uses Python 2. Package: postgresql-9.5-python3-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 83 Depends: python3-multicorn, libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.5 Conflicts: postgresql-9.5-python-multicorn Provides: postgresql-python3-multicorn Homepage: http://multicorn.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-multicorn/postgresql-9.5-python3-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 23636 SHA256: 1c076b924b7b97737413dfd4edc913a28624fc584585a8b1e24f5352ecfbb544 SHA1: bf052025747d08ff876f430485d18498daf628d2 MD5sum: bad2a244a8bbf624b1a13a1b708ea042 Description: multicorn extension for Postgres 9.5 to write FDWs with python3 Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package is for PostgreSQL 9.5 and uses Python 3. Package: postgresql-9.5-repack Source: pg-repack Version: 1.3.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 160 Depends: postgresql-9.5, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-9.5-repack_1.3.4-1.pgdg15.10+1_i386.deb Size: 67194 SHA256: 902f50d8ed7814b5e6c19e0b69d9d0a20b64e58aaff76383003bea7c8b4c81fe SHA1: 11b93c4022472d61c2fa94d0951d3f7b9efcc440 MD5sum: 9b63ce88d7687f18c36ffad11fea5d73 Description: reorganize tables in PostgreSQL databases with minimal locks pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly. . This package contains the pg_repack program and the server extension for PostgreSQL 9.5. Package: postgresql-9.5-repmgr Source: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 447 Depends: postgresql-9.5, repmgr-common (>= 3.1.5-1.pgdg15.10+1), libc6 (>= 2.15), libpq5 (>= 9.3~) Suggests: rsync Homepage: http://www.repmgr.org/ Priority: extra Section: database Filename: pool/main/r/repmgr/postgresql-9.5-repmgr_3.1.5-1.pgdg15.10+1_i386.deb Size: 86490 SHA256: af3b1286bc4d8fa6216416e7d13638ee92258e2e4e41dc2ee953ed8c25f2b726 SHA1: 8fc1220812a1f96bc9526412d53709da11ce8fa4 MD5sum: b0e217f46d5e23245278b9dbade16c5d Description: replication manager for PostgreSQL 9.5 Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains repmgr for PostgreSQL 9.5. Package: postgresql-9.5-repmgr-dbg Source: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 214 Depends: postgresql-9.5-repmgr (= 3.1.5-1.pgdg15.10+1) Breaks: repmgr-dbg (<< 3.0.1-1) Replaces: repmgr-dbg (<< 3.0.1-1) Homepage: http://www.repmgr.org/ Priority: extra Section: debug Filename: pool/main/r/repmgr/postgresql-9.5-repmgr-dbg_3.1.5-1.pgdg15.10+1_i386.deb Size: 178092 SHA256: 58dd7261c14844e399a0e0c95746fe3fa9481c45433f1b3788936be1e8533813 SHA1: 2d3bead5bed02ca73998c77383b2801de305a943 MD5sum: d8cf6cd80a0d4858706c64643110025d Description: debug symbols for repmgr for PostgreSQL 9.5 Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains debug symbols for repmgr for PostgreSQL 9.5. Package: postgresql-9.5-slony1-2 Source: slony1-2 Version: 2.2.5-1.pgdg15.10+4 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 63 Depends: postgresql-9.5, libc6 (>= 2.4) Suggests: slony1-2-bin Conflicts: postgresql-9.5-slony1 Provides: postgresql-9.5-slony1 Homepage: http://slony.info/ Priority: optional Section: database Filename: pool/main/s/slony1-2/postgresql-9.5-slony1-2_2.2.5-1.pgdg15.10+4_i386.deb Size: 23406 SHA256: 5b0b4907a8f28da11128e54dd74dfc5efdd2db8fae01e9e89d67aad90dcf4bce SHA1: b3f7ed6ce3e3a1346355cccb9986d25580731b6a MD5sum: 9a504fb4346f421f35cc535e9027174f Description: replication system for PostgreSQL: PostgreSQL 9.5 server plug-in Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the support functions that are loaded into the PostgreSQL database server. It needs to be installed on the hosts where the database server nodes are running. This package works with version 9.5 of the PostgreSQL server; you need the package that corresponds to the version of your database server. . The actual replication daemon and the administration tools are in the package slony1-2-bin. This package is useless without slony1-2-bin installed somewhere in the network. Package: postgresql-9.6-orafce Source: orafce Version: 3.3.1-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 322 Depends: libc6 (>= 2.4), postgresql-9.6 Homepage: https://github.com/orafce/orafce Priority: optional Section: database Filename: pool/main/o/orafce/postgresql-9.6-orafce_3.3.1-1.pgdg15.10+1_i386.deb Size: 93884 SHA256: effe116583dc1ded49ceb06ae2389ffe623e04d0caafe4c9db6554ebe9ee8993 SHA1: 3eab5b0376e6fcdfafcc1db7a2dd34cfde7098e3 MD5sum: 0e3fc1d73009dbc90f228a993eb7cd45 Description: Oracle support functions for PostgreSQL 9.6 This project implements some functions for compatibility with Oracle. The functionality was verified on Oracle 10g, and the module is useful for production work. Package: postgresql-9.6-pgpool2 Source: pgpool2 Version: 3.5.3-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 65 Depends: postgresql-9.6, libc6 (>= 2.4), libpgpool0 (= 3.5.3-1.pgdg15.10+1) Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: database Filename: pool/main/p/pgpool2/postgresql-9.6-pgpool2_3.5.3-1.pgdg15.10+1_i386.deb Size: 17402 SHA256: 2a28bb794f6269f3cd8427c01d8796223b32dbb17394197bcc201ff529d11d7b SHA1: 9c2cd09d4a7aa54b94c092d0cb42ce1172ed0102 MD5sum: e448128c6c085e82e1bc8e972991eeea Description: connection pool server and replication proxy for PostgreSQL - modules pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains support modules for the PostgreSQL 9.6 server: . * pgpool_adm * pgpool_recovery (PostgreSQL 9.1 and above) * pgpool_regclass (PostgreSQL 9.1 and above) Package: postgresql-9.6-pgrouting Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian GIS Project Installed-Size: 2916 Depends: postgresql-9.6, postgresql-9.6-postgis-2.2, libc6 (>= 2.4), libcgal11v5, libgcc1 (>= 1:4.1.1), libgmp10, libstdc++6 (>= 5.2) Suggests: postgresql-9.6-pgrouting-doc Homepage: http://www.pgrouting.org Priority: optional Section: misc Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting_2.2.4-1.pgdg15.10+1_i386.deb Size: 365398 SHA256: d1c22eba9f5d02649e5a5029d756ac37cc7485003f8ec0d473b3382f79c6651e SHA1: 7cfe6a1c9e88c2333ddaad1a16a60443926033ed MD5sum: 100cfdfc306598ed2bb332430cab5624 Description: Routing functionality support for PostgreSQL/PostGIS pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package supports PostgreSQL 9.6. Package: postgresql-9.6-pgrouting-doc Source: pgrouting Version: 2.2.4-1.pgdg15.10+1 Architecture: all Maintainer: Debian GIS Project Installed-Size: 2600 Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0) Homepage: http://www.pgrouting.org Priority: optional Section: doc Filename: pool/main/p/pgrouting/postgresql-9.6-pgrouting-doc_2.2.4-1.pgdg15.10+1_all.deb Size: 811836 SHA256: 3a904809af961368734a6eac4db97dd0c0aa10c58497d12ee27707226f749d1c SHA1: 0835e444183c7542b02c6a84f88571098b7a86e5 MD5sum: 4cec8b57a9884ef4ca74e625e7535752 Description: Routing functionality support for PostgreSQL/PostGIS (Documentation) pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . This package contains the documentation. Package: postgresql-9.6-plv8 Source: plv8 Version: 1:1.4.8.ds-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 142 Depends: postgresql-9.6, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), libv8-3.14.5 Provides: postgresql-plv8 Homepage: https://github.com/plv8/plv8 Priority: extra Section: database Filename: pool/main/p/plv8/postgresql-9.6-plv8_1.4.8.ds-1.pgdg15.10+1_i386.deb Size: 53260 SHA256: a847ae795d44694e18ed0eb7fbb0f96b88a0d40a8e45c23e7ad557a21e705faa SHA1: 08cc3933b4b42a8e6be588ee795dd2eb74dc083f MD5sum: 3e172e5a621d9730002b8b30e9e70961 Description: Procedural language interface between PostgreSQL and JavaScript V8 is a high performance JavaScript engine written in C++. It is used in the document-oriented data store MongoDB. . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to JavaScript from PostgreSQL. Procedural languages are used to write functions which can be called in database queries. Package: postgresql-9.6-repack Source: pg-repack Version: 1.3.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 160 Depends: postgresql-9.6, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-9.6-repack_1.3.4-1.pgdg15.10+1_i386.deb Size: 67140 SHA256: d4382336c7184d8884f197fde89da3e0fbd3249ce844e4f2d2c88643e248a29c SHA1: cb2371812df52d735acbc4f6ed8578e3b4ff093a MD5sum: 3bdbe775cce259377f2952e2385d95a7 Description: reorganize tables in PostgreSQL databases with minimal locks pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly. . This package contains the pg_repack program and the server extension for PostgreSQL 9.6. Package: postgresql-9.6-repmgr Source: repmgr Version: 3.1.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 444 Depends: postgresql-9.6, repmgr-common (>= 3.1.4-1.pgdg15.10+1), libc6 (>= 2.15), libpq5 (>= 9.3~) Suggests: rsync Homepage: http://www.repmgr.org/ Priority: extra Section: database Filename: pool/main/r/repmgr/postgresql-9.6-repmgr_3.1.4-1.pgdg15.10+1_i386.deb Size: 85502 SHA256: 77ea5bd20f867f730a05a7a4eaf9443d553df217b0bb10d9fc6670f723f9f314 SHA1: 18d7ea996cfd955c01257671cc4c1183507ffbe5 MD5sum: cd1ec94c1a4cc63b3f1835da415283ab Description: replication manager for PostgreSQL 9.6 Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains repmgr for PostgreSQL 9.6. Package: postgresql-9.6-repmgr-dbg Source: repmgr Version: 3.1.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Marco Nenciarini Installed-Size: 211 Depends: postgresql-9.6-repmgr (= 3.1.4-1.pgdg15.10+1) Breaks: repmgr-dbg (<< 3.0.1-1) Replaces: repmgr-dbg (<< 3.0.1-1) Homepage: http://www.repmgr.org/ Priority: extra Section: debug Filename: pool/main/r/repmgr/postgresql-9.6-repmgr-dbg_3.1.4-1.pgdg15.10+1_i386.deb Size: 175282 SHA256: d8e46947138d0b21f271303073af8fee7b0054a49f9db8ed597cff2abc5eba2c SHA1: f668e692f444d10819782d7b8808329e140d8efa MD5sum: 1bcda4d4e1c6fcc0acf79bed6b817cb8 Description: debug symbols for repmgr for PostgreSQL 9.6 Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains debug symbols for repmgr for PostgreSQL 9.6. Package: postgresql-9.6-slony1-2 Source: slony1-2 Version: 2.2.5-1.pgdg15.10+4 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 63 Depends: postgresql-9.6, libc6 (>= 2.4) Suggests: slony1-2-bin Conflicts: postgresql-9.6-slony1 Provides: postgresql-9.6-slony1 Homepage: http://slony.info/ Priority: optional Section: database Filename: pool/main/s/slony1-2/postgresql-9.6-slony1-2_2.2.5-1.pgdg15.10+4_i386.deb Size: 23428 SHA256: 89a75e4435ae3cd733bdcd9d3484e6b27b8c060faf4393fa18ada47c703541b7 SHA1: 4268cb6ff49dcb22089fd13ed7140482c365697d MD5sum: a622e074c6ca8b60e478b2bfce158ecb Description: replication system for PostgreSQL: PostgreSQL 9.6 server plug-in Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the support functions that are loaded into the PostgreSQL database server. It needs to be installed on the hosts where the database server nodes are running. This package works with version 9.6 of the PostgreSQL server; you need the package that corresponds to the version of your database server. . The actual replication daemon and the administration tools are in the package slony1-2-bin. This package is useless without slony1-2-bin installed somewhere in the network. Package: postgresql-client Source: postgresql-common (175.pgdg15.10+1) Version: 9.5+175.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 58 Depends: postgresql-client-9.5 Multi-Arch: foreign Priority: optional Section: database Filename: pool/main/p/postgresql-common/postgresql-client_9.5+175.pgdg15.10+1_all.deb Size: 54400 SHA256: 1e2a734ee8caec35ee2a04fc59be5255b8852cb2501e2bba52361a0d51204b00 SHA1: 4bfee6aa239bc752a23d2813a90dfd0b25864b45 MD5sum: b6475d8d8bb47f28a7f43f597fd3ac19 Description: front-end programs for PostgreSQL (supported version) This metapackage always depends on the currently supported database client package for PostgreSQL. . 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. Package: postgresql-client-9.1 Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4179 Depends: libc6 (>= 2.11), libedit2 (>= 2.11-20080614), libpq5 (>= 9.0~), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.3.3), postgresql-client-common (>= 115~) Suggests: postgresql-9.1, postgresql-doc-9.1 Conflicts: postgresql (<< 7.5) Breaks: postgresql-9.1 (<< 9.1.23-1.pgdg15.10+1) Replaces: postgresql-9.1 (<< 9.1.23-1.pgdg15.10+1) Provides: postgresql-client Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.1/postgresql-client-9.1_9.1.23-1.pgdg15.10+1_i386.deb Size: 1015350 SHA256: 5e453a98eb62c7e29417af236283a1a6f85beba69ca654e333a6ff6ae0f0cd5a SHA1: 426ab0d0dfa7bfce4bfbf44c4c81456a56542639 MD5sum: be886759db4f2a028404cff7583a23d5 Description: front-end programs for PostgreSQL 9.1 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 9.1. If you install PostgreSQL 9.1 on a standalone machine, you need the server package postgresql-9.1, 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. Package: postgresql-client-9.2 Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4004 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libpq5 (>= 9.2.18), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.3.3), postgresql-client-common (>= 115~) Suggests: postgresql-9.2, postgresql-doc-9.2 Breaks: postgresql-9.2 (<< 9.2.18-1.pgdg15.10+1) Replaces: postgresql-9.2 (<< 9.2~beta1-2) Provides: postgresql-client Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.2/postgresql-client-9.2_9.2.18-1.pgdg15.10+1_i386.deb Size: 980772 SHA256: 07097ef1f9c5ed5444626f9d7298539cefd59dd90776187193a96fa56dbcda4e SHA1: 24c604951ea1ae3110fbb191760fa399af67310f MD5sum: 83ed4ef58a9c2d503490cddcc014dd9c Description: front-end programs for PostgreSQL 9.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 9.2. If you install PostgreSQL 9.2 on a standalone machine, you need the server package postgresql-9.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. Package: postgresql-client-9.3 Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4149 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libpq5 (>= 9.3.14), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.3.3), postgresql-client-common (>= 142~) Suggests: postgresql-9.3, postgresql-doc-9.3 Provides: postgresql-client Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.3/postgresql-client-9.3_9.3.14-1.pgdg15.10+1_i386.deb Size: 1034652 SHA256: fb4513d0670e982949d54ac309a29e11f3d7a57c42341d2b6f4b78f7ae6d4e83 SHA1: 9b68bdc58c97a669384e87a4930f3a8226597682 MD5sum: 2cd80cad7f3a70796125ee1f5df80a88 Description: front-end programs for PostgreSQL 9.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 9.3. If you install PostgreSQL 9.3 on a standalone machine, you need the server package postgresql-9.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. Package: postgresql-client-9.4 Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4335 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libpq5 (>= 9.4.9), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.3.3), postgresql-client-common (>= 142~) Suggests: postgresql-9.4, postgresql-doc-9.4 Provides: postgresql-client Multi-Arch: foreign Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.4/postgresql-client-9.4_9.4.9-1.pgdg15.10+1_i386.deb Size: 1065700 SHA256: 348f2dd563c541c63e2b1491207b839a27b3f716a62754344e44ea7af28328ec SHA1: 4ed380ef4ffcd80fb85a3f7c8a48e77b908cf3b9 MD5sum: fe6fa73200a91c2a9dcf87c346e5a46a Description: front-end programs for PostgreSQL 9.4 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 9.4. If you install PostgreSQL 9.4 on a standalone machine, you need the server package postgresql-9.4, 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. Package: postgresql-client-9.5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4800 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libpq5 (>= 9.5.4), zlib1g (>= 1:1.2.3.3), postgresql-client-common (>= 142~) Suggests: postgresql-9.5, postgresql-doc-9.5 Provides: postgresql-client Multi-Arch: foreign Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.5/postgresql-client-9.5_9.5.4-1.pgdg15.10+1_i386.deb Size: 1165482 SHA256: 92107ac7bb5088ea9724769d1dca4b68f32f62af0ef66acd1f1dac1f007a68d3 SHA1: f59aea1808a493e631a1ee57084802943db24b16 MD5sum: 6ccc390f168ddae1cc7c1dc13de5c7cb Description: front-end programs for PostgreSQL 9.5 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 9.5. If you install PostgreSQL 9.5 on a standalone machine, you need the server package postgresql-9.5, 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. Package: postgresql-client-common Source: postgresql-common Version: 175.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 166 Depends: netbase, pgdg-keyring Recommends: libreadline6, lsb-release Multi-Arch: foreign Priority: optional Section: database Filename: pool/main/p/postgresql-common/postgresql-client-common_175.pgdg15.10+1_all.deb Size: 77368 SHA256: 0d04ebd18b0cbd2f07c919fc44a106a18f213107e5a7992724ba11ff52b5704c SHA1: 8e75c5a75a9bad07181964d2db8753d3207d26d3 MD5sum: 1f8db7838ec2aa6718c7dfbcf395e5b7 Description: manager for multiple PostgreSQL client versions The postgresql-client-common package provides a structure under which multiple versions of PostgreSQL client programs may be installed at the same time. It provides a wrapper which selects the right version for the particular cluster you want to access (with a command line option, an environment variable, /etc/postgresql-common/user_clusters, or ~/.postgresqlrc). . 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. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: postgresql-common Version: 175.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 598 Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), postgresql-client-common (= 175.pgdg15.10+1), procps, ssl-cert (>= 1.0.11), ucf, init-system-helpers (>= 1.18~) Recommends: logrotate Conflicts: postgresql-7.4, postgresql-8.0 Breaks: postgresql-9.1 (<< 9.1.1-3~), systemd (<< 204) Multi-Arch: foreign Priority: optional Section: database Filename: pool/main/p/postgresql-common/postgresql-common_175.pgdg15.10+1_all.deb Size: 212384 SHA256: 226cc1cea17fa86059c72870695897a9496f5421593b393ccad70a2fd2ebb5ed SHA1: 02ab29145ad198025e53b7e26474a425c75619c4 MD5sum: 44086f9c1ebba835067e606d1543db27 Description: PostgreSQL database-cluster manager The postgresql-common package provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters maintained at one time. . The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster, pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster, pg_virtualenv. . 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. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: postgresql-contrib Source: postgresql-common (175.pgdg15.10+1) Version: 9.5+175.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 58 Depends: postgresql-contrib-9.5 Priority: optional Section: database Filename: pool/main/p/postgresql-common/postgresql-contrib_9.5+175.pgdg15.10+1_all.deb Size: 54386 SHA256: 41cad36b16eb910e539400b215108efb69b89386ab8eab4f10001a726efa3bb3 SHA1: 5c9327ec62f18b20cf741a0f98e6b53ca2cc0138 MD5sum: bc32cb22145da0c6613d0842834ea404 Description: additional facilities for PostgreSQL (supported version) This metapackage always depends on the currently supported PostgreSQL database contrib package. . 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. Package: postgresql-contrib-9.1 Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1674 Depends: postgresql-9.1 (= 9.1.23-1.pgdg15.10+1), libc6 (>= 2.15), libossp-uuid16, libpq5 (>= 9.0~), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~) Suggests: libdbd-pg-perl Conflicts: postgresql-contrib (<< 7.5) Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.23-1.pgdg15.10+1_i386.deb Size: 383972 SHA256: 909ef6b3bf2b32207b3c5de22e74be5fc7d57da82a207c6e15d10670d1f89637 SHA1: 6a68648713666b1a404b6e5f0140bdbe31298cf2 MD5sum: 2f0fdaf0da8a232b009861bb33010129 Description: additional 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-9.1. 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 passwordcheck - Simple password strength checker 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. Package: postgresql-contrib-9.2 Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1737 Depends: postgresql-9.2 (= 9.2.18-1.pgdg15.10+1), libc6 (>= 2.15), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Suggests: libdbd-pg-perl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.2/postgresql-contrib-9.2_9.2.18-1.pgdg15.10+1_i386.deb Size: 406038 SHA256: fdcb45cfd15b4a78564de1f895c38b28f050c117ed4428a0520a891a5c0477c5 SHA1: d23d3e2a438a30c3372dfd8911002dac0256d40f MD5sum: 8673ec50c5438e1bc21dbbb6e7951914 Description: additional 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-9.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 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 passwordcheck - Simple password strength checker 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. Package: postgresql-contrib-9.3 Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1813 Depends: postgresql-9.3 (= 9.3.14-1.pgdg15.10+1), libc6 (>= 2.15), libossp-uuid16, libpq5 (>= 9.2~beta3), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Suggests: libdbd-pg-perl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.3/postgresql-contrib-9.3_9.3.14-1.pgdg15.10+1_i386.deb Size: 435574 SHA256: 0867552298169adcbe61b00f062caf64a5243e63dc526c44615517a5a4d15d37 SHA1: 7aff62dfbffbbf30212dda398838008072f99f46 MD5sum: 8767ce2b2504d351c294bc5f12cbaeed Description: additional 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-9.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 passwordcheck - Simple password strength checker 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. postgresql_fdw - foreign data wrapper for PostgreSQL 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. Package: postgresql-contrib-9.4 Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1954 Depends: postgresql-9.4 (= 9.4.9-1.pgdg15.10+1), libc6 (>= 2.15), libpq5 (>= 9.2~beta3), libselinux1 (>= 2.1.12), libssl1.0.0 (>= 1.0.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Suggests: libdbd-pg-perl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.4/postgresql-contrib-9.4_9.4.9-1.pgdg15.10+1_i386.deb Size: 471778 SHA256: c6222b2245b289dd3f53537bcc0de967115082ddabfcda654249af2fda47899d SHA1: ffb3eb3061b11b20ea55eb9a4a637947327de572 MD5sum: e29f056985136f962331cde0b2b383b1 Description: additional 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-9.4. 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 passwordcheck - Simple password strength checker 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. postgresql_fdw - foreign data wrapper for PostgreSQL seg - Confidence-interval datatype (GiST indexing example) sepgsql - mandatory access control (MAC) based on SELinux 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. Package: postgresql-contrib-9.5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1975 Depends: postgresql-9.5 (= 9.5.4-1.pgdg15.10+1), libc6 (>= 2.15), libpq5 (>= 9.2~beta3), libselinux1 (>= 2.1.12), libssl1.0.0 (>= 1.0.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Suggests: libdbd-pg-perl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.5/postgresql-contrib-9.5_9.5.4-1.pgdg15.10+1_i386.deb Size: 479866 SHA256: f66b73ad04193aa0d28115178d7d954f778dee7dbab9bd1abba8ed13d550d681 SHA1: 9913014ba6673f457943b6c0099d2b79daeb7205 MD5sum: 0f0d129f05b0c9ccc1ad495ae82b58b4 Description: additional 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-9.5. 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 passwordcheck - Simple password strength checker 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. postgresql_fdw - foreign data wrapper for PostgreSQL seg - Confidence-interval datatype (GiST indexing example) sepgsql - mandatory access control (MAC) based on SELinux 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. Package: postgresql-doc Source: postgresql-common (175.pgdg15.10+1) Version: 9.5+175.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 58 Depends: postgresql-doc-9.5 Multi-Arch: foreign Priority: optional Section: doc Filename: pool/main/p/postgresql-common/postgresql-doc_9.5+175.pgdg15.10+1_all.deb Size: 54378 SHA256: 3dc0b115179907af35db18f992ffa5874edd750b0965e4bd244ac99817c6c6f6 SHA1: e6ce424602d7aa527bacc4a07c7ab1d25f1dcee2 MD5sum: 274c8a9abba8c522f8ef1a6d4710e631 Description: documentation for the PostgreSQL database management system This metapackage always depends on the currently supported PostgreSQL database documentation package. . 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. Package: postgresql-doc-9.1 Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 12604 Conflicts: postgresql-doc (<< 7.5) Homepage: http://www.postgresql.org/ Priority: optional Section: doc Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.23-1.pgdg15.10+1_all.deb Size: 1627374 SHA256: a60d451f54845a952ba29d8c5bb05f5f4484f9f2b7067aedc47d02e0420bbf15 SHA1: 63313d0fe5dcfedd38ead2b7a15b90c7200d9349 MD5sum: c9884a0a30beadfc010965bec5bbeb73 Description: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 9.1. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-doc-9.2 Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 13311 Homepage: http://www.postgresql.org/ Priority: optional Section: doc Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.18-1.pgdg15.10+1_all.deb Size: 1681032 SHA256: f5259ad49db0172e555eccd9c7236dba98e414078f46537733c27512c86c9d19 SHA1: 5e92c2f72c4730dc08a18f0e59b8be00a56ccaf9 MD5sum: 9b29c9cdf15ab4746138b65c5469b99e Description: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 9.2. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-doc-9.3 Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 13943 Homepage: http://www.postgresql.org/ Priority: optional Section: doc Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.14-1.pgdg15.10+1_all.deb Size: 1744836 SHA256: 57308acf67c7917025348eb2a901a9aaf8102701f80e591abde2c6776f6b2dce SHA1: c82692e894dadd124cec4d58a25a95befc8ece94 MD5sum: 4ea611b877ba5c0c4d8266242026a217 Description: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 9.3. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-doc-9.4 Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 14520 Multi-Arch: foreign Homepage: http://www.postgresql.org/ Priority: optional Section: doc Filename: pool/main/p/postgresql-9.4/postgresql-doc-9.4_9.4.9-1.pgdg15.10+1_all.deb Size: 1802136 SHA256: 5d21a0847813ad50e1be9ca8f244d74766abac3fac5ba4728dde8ecccdcb7a90 SHA1: 339cf7e2debaaafd50f28dca3568233dac206a47 MD5sum: 3ccfbafd993d56e964d2961a36ddd0f7 Description: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 9.4. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-doc-9.5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 15105 Breaks: postgresql-common (<< 158~) Multi-Arch: foreign Homepage: http://www.postgresql.org/ Priority: optional Section: doc Filename: pool/main/p/postgresql-9.5/postgresql-doc-9.5_9.5.4-1.pgdg15.10+1_all.deb Size: 1875200 SHA256: 76b7219f90f75e4c986d75cfb294180c5f850db3616e402c22924983ef2f1c8c SHA1: b3d53df68cb624aabbe8e12330f85caf440fe357 MD5sum: e3ddfd99a2ee6b805682a245a443b6b4 Description: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 9.5. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-filedump Version: 9.5.0-2.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 53 Depends: libc6 (>= 2.4) Homepage: http://pgfoundry.org/projects/pgfiledump Priority: optional Section: misc Filename: pool/main/p/postgresql-filedump/postgresql-filedump_9.5.0-2.pgdg15.10+1_i386.deb Size: 23462 SHA256: 50bc0f46d1474659904a9f107b957dbcf9e266771fdc8cc089914243fa4e747f SHA1: c1b871238a5a534fd9e455849f1c3b37330c4730 MD5sum: 9740a6233fb3cc522328e14c041cfaf6 Description: Utility to format PostgreSQL files pg_filedump is a utility to format PostgreSQL heap/index/control files in human-readable form. You can format/dump the files in several ways. . This version of pg_filedump is compatible with PostgreSQL versions 9.5 and below. Package: postgresql-mysql-fdw-doc Source: postgresql-mysql-fdw Version: 2.1.2-2.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 14 Homepage: https://github.com/EnterpriseDB/mysql_fdw Priority: optional Section: doc Filename: pool/main/p/postgresql-mysql-fdw/postgresql-mysql-fdw-doc_2.1.2-2.pgdg15.10+1_all.deb Size: 6358 SHA256: ec049410bb1a35da6357bdad5f75a27af846d2f0b9202e34be1d83be484cd817 SHA1: e8aee4f03503be4f9c6a5c0fb0f91209b5e86e0e MD5sum: a493f85f03a3d515b1eef69000ca2ab2 Description: documentation for mysql-fdw postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data Wrapper (FDW) to access MySQL data from PostgreSQL. . This package contains the documentation. Package: postgresql-plperl-9.1 Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 277 Depends: libc6 (>= 2.4), libperl5.20 (>= 5.20.2), postgresql-9.1 (= 9.1.23-1.pgdg15.10+1), perl Replaces: postgresql-contrib-9.1 (<< 9.1~beta1-3~) Provides: postgresql-plperl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.1/postgresql-plperl-9.1_9.1.23-1.pgdg15.10+1_i386.deb Size: 81872 SHA256: b1f99abd66f980615c3cbe20993f513d77d3dc333a3aaad73c1ead4616ee39bf SHA1: ef2580f52f53185bb8c93b96745f392ed8b45085 MD5sum: 1b580ab32961d569b39a495de53183ff Description: PL/Perl procedural language for PostgreSQL 9.1 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Perl. You need this package if you have any PostgreSQL 9.1 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-9.2 Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 262 Depends: libc6 (>= 2.4), libperl5.20 (>= 5.20.2), postgresql-9.2 (= 9.2.18-1.pgdg15.10+1), perl Provides: postgresql-plperl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.2/postgresql-plperl-9.2_9.2.18-1.pgdg15.10+1_i386.deb Size: 67728 SHA256: 50056358fa55161dc3ca894ec8e66d0b0041f2b5b01c9c573479daeedc0f409e SHA1: 3e18d66353a05729ddb309e9487f6771e03e3a4d MD5sum: 75004bfdedee3bd3ba2e197e3ae5a4dd Description: PL/Perl procedural language for PostgreSQL 9.2 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 9.2 in Perl. You need this package if you have any PostgreSQL 9.2 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-9.3 Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 254 Depends: libc6 (>= 2.4), libperl5.20 (>= 5.20.2), postgresql-9.3 (= 9.3.14-1.pgdg15.10+1), perl Provides: postgresql-plperl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.3/postgresql-plperl-9.3_9.3.14-1.pgdg15.10+1_i386.deb Size: 65578 SHA256: 318cd06c018e1356345de84c0edc00fa488e46e922ea13854348c11d5c44261e SHA1: cc426b1e23c2dcb3b91b5d935561946d1e9c24ee MD5sum: 6133f1910e6638e7a2c784bbef4def68 Description: PL/Perl procedural language for PostgreSQL 9.3 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 9.3 in Perl. You need this package if you have any PostgreSQL 9.3 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-9.4 Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 256 Depends: libc6 (>= 2.4), libperl5.20 (>= 5.20.2), postgresql-9.4 (= 9.4.9-1.pgdg15.10+1), perl Provides: postgresql-plperl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.4/postgresql-plperl-9.4_9.4.9-1.pgdg15.10+1_i386.deb Size: 62120 SHA256: 99dec657c738617afc793911ffd2443c5fbbe6b3b8ecf57f54788940ceccac74 SHA1: 07b68ba29f11e4b32849d298c81db8bafe501473 MD5sum: 24c28dbb88b281c999335e7816c20df4 Description: PL/Perl procedural language for PostgreSQL 9.4 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 9.4 in Perl. You need this package if you have any PostgreSQL 9.4 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-9.5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 281 Depends: libc6 (>= 2.4), libperl5.20 (>= 5.20.2), postgresql-9.5 (= 9.5.4-1.pgdg15.10+1), perl Provides: postgresql-plperl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.5/postgresql-plperl-9.5_9.5.4-1.pgdg15.10+1_i386.deb Size: 65128 SHA256: 369893bf1639a9db11c22d8563579c6479eb358f262dec5c84210d3554c87a3d SHA1: e1af9a8051774237d47234ac596ca46e6e6a31a9 MD5sum: a362254b48fe946690c9ad8b0ed06e44 Description: PL/Perl procedural language for PostgreSQL 9.5 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 9.5 in Perl. You need this package if you have any PostgreSQL 9.5 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython-9.1 Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 155 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.1 (= 9.1.23-1.pgdg15.10+1) Replaces: postgresql-contrib-9.1 (<< 9.1~beta1-3~) Provides: postgresql-plpython Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.1/postgresql-plpython-9.1_9.1.23-1.pgdg15.10+1_i386.deb Size: 62986 SHA256: 4ce5aa0db2f1bfbe4891c8f0db649dba74cd6da7f6f0923608828ce129d2b4e4 SHA1: d800d1e690f3a1c87672ce2a0fa3e86ee298710a MD5sum: 37c69988c64d5b7eccdea862d3b4150a Description: PL/Python procedural language for PostgreSQL 9.1 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Python. You need this package if you have any PostgreSQL 9.1 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython-9.2 Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 152 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.2 (= 9.2.18-1.pgdg15.10+1) Provides: postgresql-plpython Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.2/postgresql-plpython-9.2_9.2.18-1.pgdg15.10+1_i386.deb Size: 53272 SHA256: 1599da70be2a0d1ec3c793c83e78215850970e59dc7095d3643ead2f3ca10974 SHA1: d6392dd7124f08d7e34bc063416b98dc5bfab016 MD5sum: 049595a10153faf6faf10f1c825b9c2d Description: PL/Python procedural language for PostgreSQL 9.2 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 9.2 in Python. You need this package if you have any PostgreSQL 9.2 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython-9.3 Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 152 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.3 (= 9.3.14-1.pgdg15.10+1) Provides: postgresql-plpython Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.3/postgresql-plpython-9.3_9.3.14-1.pgdg15.10+1_i386.deb Size: 53154 SHA256: 2bcd8478177d01866e6befea8307130f7b201451737641f661105b009356d8fd SHA1: 733721b448a27d9dea42961ef4690d6743a305a3 MD5sum: 41300bb1aa78376bc67c159e68f2e5ea Description: PL/Python procedural language for PostgreSQL 9.3 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 9.3 in Python. You need this package if you have any PostgreSQL 9.3 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython-9.4 Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 143 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.4 (= 9.4.9-1.pgdg15.10+1) Provides: postgresql-plpython Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.4/postgresql-plpython-9.4_9.4.9-1.pgdg15.10+1_i386.deb Size: 48024 SHA256: 9c614f7154e1c79ec2112e4d35d0c25ab8fd21c1c4cfd8a5cf52cd5013498f44 SHA1: 56588da8a6f858ba579a0fc4a59883555909abee MD5sum: 248d74a321050536fcc4b4f4b301e610 Description: PL/Python procedural language for PostgreSQL 9.4 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 9.4 in Python. You need this package if you have any PostgreSQL 9.4 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython-9.5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 169 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7), postgresql-9.5 (= 9.5.4-1.pgdg15.10+1) Provides: postgresql-plpython Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.5/postgresql-plpython-9.5_9.5.4-1.pgdg15.10+1_i386.deb Size: 49986 SHA256: c316c02a716d013d8c731ce5f9f33ff38ed78f22a4885bb7e376f892cbe5f784 SHA1: d93cca7f538d9849456235feae6261854f840315 MD5sum: fd01430c21160cb916b879162cf1c237 Description: PL/Python procedural language for PostgreSQL 9.5 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 9.5 in Python. You need this package if you have any PostgreSQL 9.5 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-9.1 Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 148 Depends: libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.1 (= 9.1.23-1.pgdg15.10+1) Breaks: postgresql-plpython-9.1 (<< 9.1.23-1.pgdg15.10+1) Replaces: postgresql-plpython-9.1 (<< 9.1.23-1.pgdg15.10+1) Provides: postgresql-plpython3 Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.1/postgresql-plpython3-9.1_9.1.23-1.pgdg15.10+1_i386.deb Size: 62654 SHA256: e13d15da28f6ee654e59605a487954c50acfa3f992ee6d9e085c80947162bbef SHA1: d8ff73c739688579e7b4714a4035930612c64bd9 MD5sum: d74064d4eaf677d544bf1b4b3aef0daf Description: PL/Python 3 procedural language for PostgreSQL 9.1 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Python 3. You need this package if you have any PostgreSQL 9.1 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-9.2 Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 150 Depends: libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.2 (= 9.2.18-1.pgdg15.10+1) Breaks: postgresql-plpython-9.2 (<< 9.2.18-1.pgdg15.10+1) Replaces: postgresql-plpython-9.2 (<< 9.2.18-1.pgdg15.10+1) Provides: postgresql-plpython3 Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.2/postgresql-plpython3-9.2_9.2.18-1.pgdg15.10+1_i386.deb Size: 52960 SHA256: 4121e1f1270cea5437513206fb9d61bf66f710aae5ea9409606dbef6c9103420 SHA1: 5e3c3f1c6636af5cb2dcf0240a75be4b3a17926d MD5sum: 9c8aeeb6486f66235181909f8209ee42 Description: PL/Python 3 procedural language for PostgreSQL 9.2 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 9.2 in Python 3. You need this package if you have any PostgreSQL 9.2 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-9.3 Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 150 Depends: libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.3 (= 9.3.14-1.pgdg15.10+1) Breaks: postgresql-plpython-9.3 (<< 9.3.14-1.pgdg15.10+1) Replaces: postgresql-plpython-9.3 (<< 9.3.14-1.pgdg15.10+1) Provides: postgresql-plpython3 Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.3/postgresql-plpython3-9.3_9.3.14-1.pgdg15.10+1_i386.deb Size: 52854 SHA256: f29b8862b714a2b36e7422ff9514f6e8c95a14fcc6711dd0b8223beafad4d8fd SHA1: 8138cd6a5321ada7eff2c27e599068e73d02bfb7 MD5sum: 59888873e14ac0d4732a5e3197aadba0 Description: PL/Python 3 procedural language for PostgreSQL 9.3 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 9.3 in Python 3. You need this package if you have any PostgreSQL 9.3 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-9.4 Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 141 Depends: libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.4 (= 9.4.9-1.pgdg15.10+1) Provides: postgresql-plpython3 Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.4/postgresql-plpython3-9.4_9.4.9-1.pgdg15.10+1_i386.deb Size: 47708 SHA256: 7f967aa44b5235871be65473e357b04f6fa3a9c235a8ed199d712914e097e657 SHA1: 2fce24cbc6d0d5f9029add338fbe728ac612c047 MD5sum: 62d7f63ed28b14787194f946afd0b720 Description: PL/Python 3 procedural language for PostgreSQL 9.4 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 9.4 in Python 3. You need this package if you have any PostgreSQL 9.4 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-9.5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 151 Depends: libc6 (>= 2.4), libpython3.4 (>= 3.4.2), postgresql-9.5 (= 9.5.4-1.pgdg15.10+1) Provides: postgresql-plpython3 Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.5/postgresql-plpython3-9.5_9.5.4-1.pgdg15.10+1_i386.deb Size: 48398 SHA256: a0bb678fe3fb475e20b9496583aea5f8c3610f0883265c931b10b0aaf1d5f891 SHA1: 854ca8bb37b1fb3e0c25197b1979d08cfe952668 MD5sum: dba3db6ab82e7156d6531dcf1c0dc119 Description: PL/Python 3 procedural language for PostgreSQL 9.5 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 9.5 in Python 3. You need this package if you have any PostgreSQL 9.5 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-9.1 Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 167 Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.23-1.pgdg15.10+1) Replaces: postgresql-contrib-9.1 (<< 9.1~beta1-3~) Provides: postgresql-pltcl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.1/postgresql-pltcl-9.1_9.1.23-1.pgdg15.10+1_i386.deb Size: 51890 SHA256: bedfd9882a63ed4b7eb0399abc801546a3cf807586edd2a92bb0881bb721193b SHA1: e777c2ddb62402830c6fe1cfa0c0453c736f8ac1 MD5sum: 2ec4458036df09b0d96e514f3e681002 Description: PL/Tcl procedural language for PostgreSQL 9.1 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Tcl. You need this package if you have any PostgreSQL 9.1 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-9.2 Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 152 Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.18-1.pgdg15.10+1) Provides: postgresql-pltcl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.2/postgresql-pltcl-9.2_9.2.18-1.pgdg15.10+1_i386.deb Size: 37712 SHA256: 19cbff4eb1394e8909422fe9c13c39749c21fa3a6a49101e6180562376b11922 SHA1: ce820e8054a7ce7c9bc87a1ea8b99d376b30b508 MD5sum: 56b675ca69ff8fb13d105634696eec60 Description: PL/Tcl procedural language for PostgreSQL 9.2 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 9.2 in Tcl. You need this package if you have any PostgreSQL 9.2 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-9.3 Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 152 Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.14-1.pgdg15.10+1) Provides: postgresql-pltcl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.3/postgresql-pltcl-9.3_9.3.14-1.pgdg15.10+1_i386.deb Size: 37470 SHA256: b362caceb23c71963ee2400ec2f3a64487d8e97ed1728c4eb3140b3a65b7cd24 SHA1: c16f85dd101eacb6c9524ea2bd3d3071a306ac23 MD5sum: 62e7479ec4f62c8916d7450844eed6c4 Description: PL/Tcl procedural language for PostgreSQL 9.3 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 9.3 in Tcl. You need this package if you have any PostgreSQL 9.3 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-9.4 Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 143 Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.9-1.pgdg15.10+1) Provides: postgresql-pltcl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.4/postgresql-pltcl-9.4_9.4.9-1.pgdg15.10+1_i386.deb Size: 32592 SHA256: 4b6ea72e8fb626ef3013b5b519f03e10068d70ebddf9bffa90fdc903cf6ad169 SHA1: ca73548bbbb41005e345e617f7ad41f086e71d7c MD5sum: aa2420fcf78d0c2de311511f558ac197 Description: PL/Tcl procedural language for PostgreSQL 9.4 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 9.4 in Tcl. You need this package if you have any PostgreSQL 9.4 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-9.5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 147 Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.4-1.pgdg15.10+1) Provides: postgresql-pltcl Homepage: http://www.postgresql.org/ Priority: optional Section: database Filename: pool/main/p/postgresql-9.5/postgresql-pltcl-9.5_9.5.4-1.pgdg15.10+1_i386.deb Size: 32908 SHA256: d25c43161adea60e42fad31b065661fd9977444c9bf14608e93d55681dba17c9 SHA1: 397035c70367a235c49ceb80d1d74349e3141fed MD5sum: 8ad016daa4854f5704cd05c1da0e48e6 Description: PL/Tcl procedural language for PostgreSQL 9.5 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 9.5 in Tcl. You need this package if you have any PostgreSQL 9.5 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-server-dev-9.1 Source: postgresql-9.1 Version: 9.1.23-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3045 Depends: libc6 (>= 2.4), libpq-dev (>= 9.1~), postgresql-common (>= 117~) Homepage: http://www.postgresql.org/ Priority: optional Section: libdevel Filename: pool/main/p/postgresql-9.1/postgresql-server-dev-9.1_9.1.23-1.pgdg15.10+1_i386.deb Size: 559982 SHA256: fd5bc7ff5628870ef3dc437a451ecad86d2e0953977a9edacdbc37b0431f7d9e SHA1: 94be61b25222398be77441d34ab6e8b0aa7999fe MD5sum: 8ffea452153e4b114e35993f8f8b7239 Description: development files for PostgreSQL 9.1 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. Package: postgresql-server-dev-9.2 Source: postgresql-9.2 Version: 9.2.18-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3238 Depends: libc6 (>= 2.4), libpq-dev (>= 9.2~), postgresql-common (>= 130~) Homepage: http://www.postgresql.org/ Priority: optional Section: libdevel Filename: pool/main/p/postgresql-9.2/postgresql-server-dev-9.2_9.2.18-1.pgdg15.10+1_i386.deb Size: 584540 SHA256: 01f8f0da7dc40b189c1eb92923e3f2e8678fdecdcb6160184dcaa57c246da9c6 SHA1: 7612681abb726ec9175bb131829a1a6bac028d8c MD5sum: 0d54f44f8f436727c0917ee25f64c245 Description: development files for PostgreSQL 9.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. Package: postgresql-server-dev-9.3 Source: postgresql-9.3 Version: 9.3.14-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3377 Depends: libc6 (>= 2.4), libpq-dev (>= 9.3~), postgresql-common (>= 142~) Homepage: http://www.postgresql.org/ Priority: optional Section: libdevel Filename: pool/main/p/postgresql-9.3/postgresql-server-dev-9.3_9.3.14-1.pgdg15.10+1_i386.deb Size: 611130 SHA256: 8121b86452cceec0a3110a36b8a6576068d71c6e15271a9f887672a9ef6f62a6 SHA1: 9fc51588e6bd1438f3241808eb0b177af2a7fe7c MD5sum: d81a79a45070db3eff49c20fb33ce7a4 Description: development files for PostgreSQL 9.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. Package: postgresql-server-dev-9.4 Source: postgresql-9.4 Version: 9.4.9-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3557 Depends: libc6 (>= 2.4), libpq-dev (>= 9.4~), postgresql-common (>= 142~) Homepage: http://www.postgresql.org/ Priority: optional Section: libdevel Filename: pool/main/p/postgresql-9.4/postgresql-server-dev-9.4_9.4.9-1.pgdg15.10+1_i386.deb Size: 637880 SHA256: f779f9efe0e2a64e4b96224f32d3c812dd5ea2b0596328bd763b9683feb3d5f9 SHA1: c2eeae339633234d5994307b9c318435c2a67a53 MD5sum: 629bb8d731068b79506b99a1e2773e39 Description: development files for PostgreSQL 9.4 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. Package: postgresql-server-dev-9.5 Source: postgresql-9.5 Version: 9.5.4-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4051 Depends: libc6 (>= 2.4), libpq-dev (>= 9.5~~), postgresql-common (>= 142~) Homepage: http://www.postgresql.org/ Priority: optional Section: libdevel Filename: pool/main/p/postgresql-9.5/postgresql-server-dev-9.5_9.5.4-1.pgdg15.10+1_i386.deb Size: 717760 SHA256: ad18f6cc18db6f6696438b20060431a6f6df2adde8066673448850ffadccac69 SHA1: 05cd9e7b02bce1a2e80a1029c711f105ce66ff7a MD5sum: 729bdf3c84d2d815091fd4ddd910888f Description: development files for PostgreSQL 9.5 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. Package: postgresql-server-dev-all Source: postgresql-common Version: 175.pgdg15.10+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 76 Depends: dctrl-tools, iproute2 | net-tools, lsb-release, make, postgresql-common (>= 117~), postgresql-server-dev-9.1, postgresql-server-dev-9.2, postgresql-server-dev-9.3, postgresql-server-dev-9.4, postgresql-server-dev-9.5 Priority: optional Section: database Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_175.pgdg15.10+1_all.deb Size: 62268 SHA256: c2cec71ea0ebe239977532dd7d2b67697b0364c75278cc9a1fdbec725cec4d8e SHA1: b5afc7a4179cedc1da21e8cd842bf75c3ccd6761 MD5sum: 27f1afc7eccc589b11f40da6b0df468e Description: extension build tool for multiple PostgreSQL versions The postgresql-server-dev-all package provides the pg_buildext script for simplifying packaging of a PostgreSQL extension supporting multiple major versions of the product. . 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. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: ptop Source: pgtop Version: 3.7.0-2.pgdg15.10+1 Architecture: all Maintainer: Bastiaan Franciscus van den Dikkenberg Installed-Size: 12 Depends: pgtop Homepage: http://ptop.projects.postgresql.org/ Priority: optional Section: oldlibs Filename: pool/main/p/pgtop/ptop_3.7.0-2.pgdg15.10+1_all.deb Size: 3898 SHA256: 3893cde6e0d61779b8fa477621cbedc090cc24f5444ff625282af31e732e5d36 SHA1: 529e549c84b23e63bc88bdf52c8b4adf3c9d0f6d MD5sum: 79a55d00cacc7924e513e5c9c2643e44 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. ptop is replaced by pgtop Package: python-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 170 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4) Recommends: python-sqlalchemy, python-lxml, python-ldap Suggests: postgresql-python-multicorn Homepage: http://multicorn.org/ Priority: optional Section: python Filename: pool/main/p/postgresql-multicorn/python-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 38492 SHA256: f89bc0f55eeb40377dcbed7d5a562ab605876424ec456da137a2d488776e7f68 SHA1: 2e98b04937806ab1dd98fb18d6e8fe0996efc8ef MD5sum: d801e737470fa10ae50f36bbe1c9c622 Description: multicorn utility module for postgresql-X.Y-python-multicorn Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package provides a common Python 2 module used by all PostgreSQL versions of the extension. Package: python-pgq3 Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 223 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-skytools3, python-psycopg2 Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: python Filename: pool/main/s/skytools3/python-pgq3_3.2.6-4.pgdg15.10+1_i386.deb Size: 37882 SHA256: d96fa6ce34dccb32fe5ab838d77e3a0ab77bea839ec602edf188144272372c45 SHA1: eecb51cab47c74495392a0f202aea49c446355b5 MD5sum: 71352ab38889cc66006c477f7a33ec1d Description: python framework for Skype tools for PostgreSQL replication This is a package of tools in use in Skype for replication and failover. It includes a generic queuing mechanism PgQ and utility library for Python scripts. Package: python-skytools3 Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 395 Depends: libc6 (>= 2.4), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~) Suggests: python-psycopg2 Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: python Filename: pool/main/s/skytools3/python-skytools3_3.2.6-4.pgdg15.10+1_i386.deb Size: 81942 SHA256: 6efda8f5bd2abd15e6b67ca71e645bb3a1c1ceccc0eb4065742fdfe3901e8e4a SHA1: 2ccac3e62fe20d765caacc16a0a5ed16581bba77 MD5sum: 8e7db7f6f4ff040a936b3145ede2056f Description: python framework for Skype tools for PostgreSQL replication This is a package of tools in use in Skype for replication and failover. It contains the Skytools' python framework for scripting against a PostgreSQL database, which is used by londiste, walmgr and PGQ. Package: python3-multicorn Source: postgresql-multicorn Version: 1.3.2-1.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 174 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4) Recommends: python3-sqlalchemy, python3-lxml, python3-ldap Suggests: postgresql-python3-multicorn Homepage: http://multicorn.org/ Priority: optional Section: python Filename: pool/main/p/postgresql-multicorn/python3-multicorn_1.3.2-1.pgdg15.10+1_i386.deb Size: 38678 SHA256: 564a85eaed075aed5dde55855c0854cb6e77b53d04928d23dba79341b024198d SHA1: 983d00fe19038f314a2de2e033ae9e51e85fba5f MD5sum: 30a1bf6e29a0f63b333857b7200d7e6a Description: multicorn utility module for postgresql-X.Y-python3-multicorn Multicorn is a PostgreSQL extension meant to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language . This package provides a common Python 3 module used by all PostgreSQL versions of the extension. Package: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: all Maintainer: Marco Nenciarini Installed-Size: 11 Depends: postgresql-9.5-repmgr | postgresql-9.4-repmgr | postgresql-9.3-repmgr | postgresql-9.2-repmgr | postgresql-9.1-repmgr | postgresql-9.0-repmgr Homepage: http://www.repmgr.org/ Priority: extra Section: database Filename: pool/main/r/repmgr/repmgr_3.1.5-1.pgdg15.10+1_all.deb Size: 3992 SHA256: 295006b4a9622f885dc6d59b85c869631084df91875c0013b65e2e629b0fc0e4 SHA1: b17b893ca9f8d102707b8ba612b9d7fdb2ecce0e MD5sum: 24c2cdfb3816e830e1fc63c1a0cba475 Description: replication manager for PostgreSQL (metapackage) Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This is a metapackage that depends on the version specific packages. Package: repmgr-common Source: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: all Maintainer: Marco Nenciarini Installed-Size: 63 Depends: postgresql-common (>= 26) Breaks: repmgr (<< 3.0.1-1) Replaces: repmgr (<< 3.0.1-1) Homepage: http://www.repmgr.org/ Priority: extra Section: database Filename: pool/main/r/repmgr/repmgr-common_3.1.5-1.pgdg15.10+1_all.deb Size: 34478 SHA256: 0e6a47eabeb55f45c02f061537c0b76d28c0b10cc7fafcce5051aa798a6e8223 SHA1: 77aa60059961db7c59510f929897c49c00aaa1b9 MD5sum: b0bffb605b2c9033c9ccee78e22c3005 Description: replication manager for PostgreSQL common files Since version 9.0, PostgreSQL allow you to have replicated hot standby servers which you can query and/or use for high availability. While the main components of the feature are included with PostgreSQL, the user is expected to manage the high availability parts. . repmgr allows you to monitor and manage your replicated PostgreSQL databases as a single cluster. . This package contains repmgr files common to all versions. Package: repmgr-dbg Source: repmgr Version: 3.1.5-1.pgdg15.10+1 Architecture: all Maintainer: Marco Nenciarini Installed-Size: 11 Depends: postgresql-9.5-repmgr-dbg | postgresql-9.4-repmgr-dbg | postgresql-9.3-repmgr-dbg | postgresql-9.2-repmgr-dbg | postgresql-9.1-repmgr-dbg | postgresql-9.0-repmgr-dbg Homepage: http://www.repmgr.org/ Priority: extra Section: debug Filename: pool/main/r/repmgr/repmgr-dbg_3.1.5-1.pgdg15.10+1_all.deb Size: 3794 SHA256: 608f562d8f1182158a7dbba2767911f2dbfcc13de4c1fed41d074475050381cf SHA1: 733192453a87be57bcbfac2b120f3779a7adaed7 MD5sum: 4d19157d9a7e81482d25655345abe336 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1306 Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pgq3, adduser Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: database Filename: pool/main/s/skytools3/skytools3_3.2.6-4.pgdg15.10+1_i386.deb Size: 144458 SHA256: 1ee67f980c1eef3b7f9d2a0f399f00be9d3951fc6745adbc3f8a3e8c54d84bc0 SHA1: c057caff630330499f7e07c4e8661e7bc7aaa70c MD5sum: bc0126349282bf692fafe595d7e7248c Description: Skype tools for PostgreSQL replication, londiste and PGQ This is a package of tools in use in Skype for replication and failover. It contains the Londiste and PGQ services and scripts to run. Package: skytools3-ticker Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 82 Depends: libc6 (>= 2.7), libpq5 Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: database Filename: pool/main/s/skytools3/skytools3-ticker_3.2.6-4.pgdg15.10+1_i386.deb Size: 32470 SHA256: cac856e3fadc6f9618fa5d7246d2e3dd38c963e3b1214fc87cfcf7789e8cbea4 SHA1: 72c7466a161beece1bbc38c763e5acad32586fc6 MD5sum: 8b99a653c42a6e481dc87dd02dfbb30c Description: Skype tools for PostgreSQL replication, londiste and PGQ This is the PGQ ticker used by Skype replication, londiste. It consists of PL/pgsql, and C code in database, with Python framework on top of it. It is based on snapshot based event handling ideas from Slony-I, written for general usage. Package: skytools3-walmgr Source: skytools3 Version: 3.2.6-4.pgdg15.10+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 168 Depends: python, python-skytools3 Enhances: postgresql-8.4, postgresql-9.0, postgresql-9.1, postgresql-9.2, postgresql-9.3, postgresql-9.4 Homepage: http://wiki.postgresql.org/wiki/Skytools Priority: extra Section: database Filename: pool/main/s/skytools3/skytools3-walmgr_3.2.6-4.pgdg15.10+1_i386.deb Size: 41392 SHA256: a8edfe6ec02ecdbea35072abca168b68cf6d222599975fe76357a643fb127a1e SHA1: 55ab3de1ab6911d594b26ed59da75590dbf408c8 MD5sum: 69737c85ea335271e7c6a8bbbe016e7f Description: Skype tools for PostgreSQL replication and failover This is a package of tools in use in Skype for replication and failover. It's the WAL Shipping part of it (binary cluster-wide replication). Package: slony1-2-bin Source: slony1-2 Version: 2.2.5-1.pgdg15.10+4 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 849 Depends: logrotate (>= 3.8), postgresql-common, perl, libc6 (>= 2.15), libpq5 Recommends: postgresql-9.5-slony1-2 | postgresql-9.4-slony1-2 | postgresql-9.3-slony1-2 | postgresql-9.2-slony1-2 | postgresql-9.1-slony1-2, libdbd-pg-perl, ntp | openntpd | chrony Suggests: slony1-2-doc, libpg-perl Conflicts: slony1-bin Provides: slony1-bin Homepage: http://slony.info/ Priority: optional Section: database Filename: pool/main/s/slony1-2/slony1-2-bin_2.2.5-1.pgdg15.10+4_i386.deb Size: 218598 SHA256: 5b2ed834a870a3c07bdd89b2bd961d15b8325060a516f7d09fc087930951ed4c SHA1: 5d47d85aa07bab69c695d3c2bfc1b57efeac1a15 MD5sum: 2e306fd9b7038a4214d8cfdf5e994583 Description: replication system for PostgreSQL: daemon and administration tools Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the slon daemon and the slonik administration tool. It should be installed on those hosts where Slony-I daemons are to be run or administered, which usually, but not necessarily, are the hosts where the database server nodes are running. Package: slony1-2-doc Source: slony1-2 Version: 2.2.5-1.pgdg15.10+4 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1869 Conflicts: slony1-doc Provides: slony1-doc Homepage: http://slony.info/ Priority: optional Section: doc Filename: pool/main/s/slony1-2/slony1-2-doc_2.2.5-1.pgdg15.10+4_all.deb Size: 326314 SHA256: 180c27d864eadc7c33b9f692ca969861e9a34dad296211608d8e76cf517bd292 SHA1: 93d6e0b1b3059b58659f3fd2cb78b0f3a4a8e93f MD5sum: e5a13715df0064d85390f7a7be9049fb Description: Slony-I documentation Slony-I is an asynchronous master-to-multiple-slaves replication system for PostgreSQL with cascading and slave promotion. . This package contains the documentation for the Slony-I system. It is not required for normal operation. Package: sqlsmith Version: 1.0-1.pgdg15.10+1 Architecture: i386 Maintainer: Andreas Seltenreich Installed-Size: 339 Depends: libboost-regex1.58.0, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libpqxx-4.0 (>= 4.0), libstdc++6 (>= 5.2) Homepage: https://github.com/anse1/sqlsmith Priority: optional Section: database Filename: pool/main/s/sqlsmith/sqlsmith_1.0-1.pgdg15.10+1_i386.deb Size: 99896 SHA256: 6c258296a3bd8f431535e089ce10f135fe6baa5496aace5b24ace3508c978224 SHA1: 288b21749aa09e9c9467070e8df8614cba05fcbf MD5sum: b350fbcaac909622a6c77526504b529a Description: random SQL query generator SQLsmith is a random SQL query generator. Its paragon is Csmith, which proved valuable for quality assurance in C compilers. . It currently supports generating queries for PostgreSQL 9.5 or later only. SQLsmith was designed with testing different versions and even products in mind, but this has not manifested yet. . Besides PostgreSQL developers, users developing extensions of PostgreSQL might also be interested in exposing their code to SQLsmith's random workload. . During its prototyping stage, it already found about thirty bugs in PostgreSQL alphas, betas and releases, including security vulnerabilities in released versions.