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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 47 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 14498 SHA256: 007f6871f96cc346d7e9c939df007fffe12ecb2443144fe6b0ca368be23ccaf7 SHA1: 88ebb48f428c3607d14c2d90293c96190d00c1d4 MD5sum: 174cee6784fec2152a7a36f8866e7a5d 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1200 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 225180 SHA256: f23278d0fe0fb93896480e0e5df268d5cec0925469746367db441ce2e145b589 SHA1: ccc1ac822a75ad5b9d4b43f424e65fb21d3efe77 MD5sum: 2c560327aac3915ece0293b532003355 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 374 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 78926 SHA256: 21dc52edd73ed607c1bb72f4f8fbc3104a1ab8d9f5d22de5e5f5e90447ce65b2 SHA1: 801bfe1618d0d3c753a30ee7290519682051b362 MD5sum: d2f43bcedb01f391cc9635b2d2619c36 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: amd64 Maintainer: Debian GIS Project Installed-Size: 983 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 639416 SHA256: 45cd08c91598ed308bb5712deb0649e9d4a20bafb1e39f3cda165c8d175463e9 SHA1: e405bcc9d8ccbed42c00215daf7ef19c99a83a43 MD5sum: 5d498d29d08857f8edfa8c771d909acd 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: amd64 Maintainer: Debian GIS Project Installed-Size: 1501 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_amd64.deb Size: 676336 SHA256: 6a43477040423005adda32dd49b80096aea120c78457d63aa83751aef1476ca4 SHA1: 1edf59ddf14b4cbfe401db87566020f0b0f2415e MD5sum: a25e2002784703158fe19b7a77fb6d94 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 119 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_amd64.deb Size: 33120 SHA256: 07704d63033c04f19c0d28fb2028b3b2775e11373e94703faabb9e38e1a23a06 SHA1: bd1715fc12210631eefec9190400f6f8b3afe3c2 MD5sum: 7a0e92ebf8ec2664f35b14296c0b18f8 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 73 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_amd64.deb Size: 26320 SHA256: 3ff72af612ff08269d5287f464aab274249865dcabdf7f2ceadccedb62a62d18 SHA1: b28bbbdbd14bc0ae823e79cac9f163fefeaf5cdf MD5sum: 5407f02065d9f2ebf233707db18f341d 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 93 Depends: libc6 (>= 2.14) 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_amd64.deb Size: 36338 SHA256: ba4be6a78f6a3007f3d90ae6946cb5d285366394223ad2c5fa87da397a742542 SHA1: 770e77177abe738562fb400674a8740589709f14 MD5sum: 495f156d3276032cd6c3d0e9e7147e15 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 816 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_amd64.deb Size: 175552 SHA256: 1f6d83ee58ebd17fa52df25ac396ed336839579c1c48e9d47308ef2494deda51 SHA1: d34c7410cd14af3d3e31bd0de4e80f41a93549a9 MD5sum: a6cdcbf549a830b238ee6a414c1d3237 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 553 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 127022 SHA256: 7668a830f69d2f4ba68baff09fafa0da54a01de9ff72da7ea3923ba34af8864a SHA1: 6f4b30e2a43968c0b3dab20cab7a5798bf01bde7 MD5sum: 09ce2fee2b4a6780bc01f3400cfe98d8 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: amd64 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_amd64.deb Size: 47408 SHA256: a80126195a1404683af864e6e41a277a367f9eac3f1ea94975a24a959b7cab15 SHA1: 98cfa8b08bddff1d3ce5f562dd57a008d382c650 MD5sum: 51f71617308c64334c16b9e5f217189e 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 182 Depends: libc6 (>= 2.14) Multi-Arch: same Priority: optional Section: libs Filename: pool/main/libp/libpqtypes/libpqtypes0_1.5.1-2.pgdg15.10+1_amd64.deb Size: 49288 SHA256: 9389bbad1f08b44bfa63ae5bfe06dcecb5848b38260fd752d2f8fec06001d100 SHA1: 93432459805362d9661c26d569ad9b687947de3b MD5sum: 1e111129ac6b7f9ef7f7d3f146e0fcc0 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 115 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_amd64.deb Size: 95824 SHA256: 66fae9801e1a0b7bc08997d7201f6e5ce884bba80ff14bed0c6af399f823db10 SHA1: 8a3834956673efa6dd4276cd6469709d566acdf0 MD5sum: d4791e328541ef291c1d485916325bd7 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: amd64 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_amd64.deb Size: 10486 SHA256: cc6a6e15d4c94af3e684db32e2ac2da5d290445cd9b11e25b6d35dd6e1698d13 SHA1: 1e92c5d7f53b17917bc0bcc4404079f104559910 MD5sum: 2bdee3d9fd29c33e4fa4e5a647324acb 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1015 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 272208 SHA256: aa35b426fd5cc7a54596e4854a2ba0517fd504e062a4e05b92a03b85659fa70e SHA1: 38d0f058a1d50825a94507bb4557129d5988af9a MD5sum: 840f8657cb4462119413b6895d822b71 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: amd64 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_amd64.deb Size: 6190 SHA256: 6d51a6d578d31a4011c7fcaec22be558efb7799852e6144efa03b94dc40c650f SHA1: 5f38828a9f3678a628231c14cb56fe8c2aded118 MD5sum: ec41acf0d98698e98de74f937b3f2622 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: amd64 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_amd64.deb Size: 6210 SHA256: 87c8c1aacffec5ffdf8df39c90e9a8799ce3e3306d40c301fb6c3e44704c2476 SHA1: 787b5eedf61aee230f70657625e454242f640be8 MD5sum: cc4f453ca39cbbfd1d82dfaba5c6cad7 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: amd64 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_amd64.deb Size: 6204 SHA256: 96bd7c21c3f81275bcfea2a1afffc87bea2678ca310fab767906fe700f2e90cc SHA1: efe6d7e00a3f5890612583ace710ff83c3cf2e20 MD5sum: 7b2ec1719a93c1db4679d52c46855fb5 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 11556 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_amd64.deb Size: 3068688 SHA256: 124e0be0c30b72a6f8f05ce7c2eca6152a5a8e32bfe26c68c5ebe188487c5cd7 SHA1: 07b239337f20a51e5ef4f6c2c53b631ad160bf44 MD5sum: 4b9bbc4b5942f13012cf22dcc55f93bb 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 53922 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_amd64.deb Size: 52289152 SHA256: 7e8a9fa02d110dafc3ba08430d164c659e9c8ee1a60b6697c09601e19dbb55e0 SHA1: 3cb482e08e9eda9adb0202e36fcbd756222212a3 MD5sum: fea9c9cce7f03398ff6fe3775214922a 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 273 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 67160 SHA256: 63e9d475cdb45ad405653a7bf8189d3b39dce8ce78106a48c567988e363a9e08 SHA1: 5b49bbd6eddaaea280af47a2fb12d862dbf036da MD5sum: 30b66802fe6d12aecda844398b7246df 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 333 Depends: lsb-base (>= 3.1), postgresql-common (>= 26), libc6 (>= 2.14), 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_amd64.deb Size: 148548 SHA256: 7c911a513b95c883da7e688c7fe184b6f4d8e18d0f7db8641fb8081c2ee3ab63 SHA1: d5231402d1be1792035280769964fb7ed3de242d MD5sum: 5411baddb9ea70071cf089bb97775633 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: amd64 Maintainer: Dimitri Fontaine Installed-Size: 27233 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 25498504 SHA256: 6999edd39ef9f491896b740d862e6165ff4508627819157c56891ae6ebbade03 SHA1: 15b33a12bb0a4ec7ecc8ad70a2d90a5d899f36aa MD5sum: bbb5f53da3471642abdc8d565b08ba15 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: amd64 Maintainer: Lisandro Damián Nicanor Pérez Meyer Installed-Size: 14248 Depends: pgmodeler-common, libc6 (>= 2.14), 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_amd64.deb Size: 3275166 SHA256: 1443baa8000917c96b81a235929da63527a7b050442d7a02736e407a8830d369 SHA1: acb0b48f9d8ca33baeedce09640b3d862c3f59ad MD5sum: 742d0d06d2b60160e3fed1ef20489fd2 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: amd64 Maintainer: Lisandro Damián Nicanor Pérez Meyer Installed-Size: 40497 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_amd64.deb Size: 37437908 SHA256: f209b67b52afc2ce2040a2dba5bc33bed7bb8aee9d2f265d985af9c01430da64 SHA1: ffe38c5da6ae2a91df478a9924742ed77dd093d2 MD5sum: f104b8b4b8c778090707011b18cc3d44 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3806 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_amd64.deb Size: 994632 SHA256: 4fe4501f20bb2bccfc980619e81671c5ebd154d404e7f4a0c244aadb350c4579 SHA1: f29c2837b25faa32e84a40be10773e9f8f819819 MD5sum: 394522f9a08151a1bd56671dd6b36a54 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1721 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_amd64.deb Size: 1548474 SHA256: 58647cd5e10253de0e26c623f27b166e99ac71afd42df9e7420bc3ec47cc1e1e SHA1: d9893b93037094e544ed908dc078b76cc51b0fa8 MD5sum: 6faa6d207c1762560d040c47813b45fc 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: amd64 Maintainer: Bastiaan Franciscus van den Dikkenberg Installed-Size: 135 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 45628 SHA256: c91e8c94211b09c62ed8b8a3b9cb33c8dfb3e9e43d1600e2283f081eb52f7d13 SHA1: f469f894e60c0219ab8b4fa45cc04ae1668f9fd4 MD5sum: b7e3597f11fb146c2075636cce2d198d 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: amd64 Maintainer: Debian GIS Project Installed-Size: 816 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 567070 SHA256: b5307057f36b267449dae88e954643678022106d0bf22f03e2d56e5f8c59e7b7 SHA1: a1cc8cc8e61b96a0475218e8f2d98c8dc26336da MD5sum: cf0153ad3151404533792b095d5ea828 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: amd64 Maintainer: Debian GIS Project Installed-Size: 696 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 545090 SHA256: 0d191d7a62d35581b15ba0a1b6ff46b1b38097c978d8a50daa85bc2690fc67d5 SHA1: c80ca1cf342fbf490eda84dc7fdca36b531651b0 MD5sum: 8c4b86f0691e1bbd1e202e86a6bc7336 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 16699 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_amd64.deb Size: 3351398 SHA256: 2bcfffce7ffce0a91528787e43f5e0740678452032102c7822ec2512320a84f9 SHA1: 7088dd9b616f64a184b183f903b1ae3711e5df3f MD5sum: 8e1f652d6ea1bfac56ff9f479c693eb6 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: amd64 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_amd64.deb Size: 5798 SHA256: cab603c1c1cb120a0b89136f4cbbaf5a143edca10a37892bc5bcace26ff119a9 SHA1: b8e3b3a5a953cef0a7ac8f3ebc83de8ca3c61082 MD5sum: 829fc447e571f8e54df30697180d5d8b 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 30330 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_amd64.deb Size: 6508542 SHA256: ac0dbab7913055176c609495770def6f20a890e494bcc5b0628aca4de530d857 SHA1: ef319444a42c2d9d32823e766ceb0404705bc437 MD5sum: ef25cb067a668389fb2467a66c6d7cd0 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: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.2.5), 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_amd64.deb Size: 9692 SHA256: 73887d85a693c775d194c52c097d417c96b08f38ec0e9d1edacafeafe8fd27d3 SHA1: 8740a8e4c856339dde39e6416a88786f25abb4b0 MD5sum: 0a8324413a653f5c98333476e6653c72 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 279 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_amd64.deb Size: 57472 SHA256: b61a20df9ed8f82bda9d7d5ae136874f9215f42b1ed670e0227ed1fa7a3d493b SHA1: 6a89c04e3efe70a9f8e30872708f306d834ca962 MD5sum: 0010ebdeb4d64ab0cae5996dd5214822 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 44 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 12188 SHA256: 228909a3d3a45151b1a962ee16595a869c17f4c230b248f4c041ad7f79695949 SHA1: 9d187e414f943f10da6c66e6cfea889eecce4119 MD5sum: 489291ebbe6e7b477130ba3339e164ad 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: amd64 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_amd64.deb Size: 13042 SHA256: e27db3b603a6620e21b633935ef272e009413d7f19e08a7a2e8a601e63dfec02 SHA1: 2331152c8819ffced2e9e8f4eb68e297d57fed7a MD5sum: 4be4859c80253f5d1debfd1177fbe9a0 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 20964 SHA256: 5007c04da4db6b466a81cb88869bda112e1ba29ca798349b586de10aaa576e75 SHA1: d5f30499a5484ab45fcc04ff916a45d85bacb774 MD5sum: bd8a4ad5056ddeeecf00cbee3099aba5 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 165 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 41214 SHA256: 15853d292b5481f3f8de0b225650b5fe14f70c1d5bf32b816f491f23e918a836 SHA1: 51b0f496267512f6df9764b0a0d3dc02eb04f1b0 MD5sum: 1ec7bca7dc60ae17f699934d1b386153 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2777 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_amd64.deb Size: 69236 SHA256: 6c5f17626c3b988ba929a352048f34bf91a8f6907cde494a525b24c061efeada SHA1: 46e2a0e7644911cc1759f89e68cc59067c79dd59 MD5sum: edabe1981cb804a5904f020bd4969405 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: amd64 Maintainer: Debian GIS Project Installed-Size: 2848 Depends: postgresql-9.1, postgresql-9.1-postgis-2.2, libc6 (>= 2.14), 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_amd64.deb Size: 330036 SHA256: 88d7c0469f389a37b5da09ee8e672a6de03b59e7d20ba30a4733b002022d1f53 SHA1: 7fbcd23d010c337fb76148436794dc92252f445b MD5sum: 48ac8dd49a67b83944470370770a5154 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 121 Depends: postgresql-9.1, libc6 (>= 2.14), 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_amd64.deb Size: 40462 SHA256: 82a064453ce4b01d60e9ea7bda5c063df7211d4edc7d6c9c2f27655d4b1e2e11 SHA1: 7864131e02bff2e509b6008034cfaad562f3a26e MD5sum: 54a7a3b265462a2ef35a9a74b2425ae8 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 128 Depends: postgresql-9.1, libc6 (>= 2.14), 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_amd64.deb Size: 55790 SHA256: 9f17c3d9fde0e3eaf23f84d8f1f3101de2ca9bd0ee3a3be3d0d25f607860fd51 SHA1: dca1286718fb4c199190cbc1b7716ceac85a0c66 MD5sum: 4484b16076db553de8e2fcbc31eff14d 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 230 Depends: r-base-core (>= 2.10), postgresql-9.1, libc6 (>= 2.14) 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_amd64.deb Size: 51990 SHA256: 8bd10318b919f036fa3b013b6055e6668d0fc49592b9e0f18e13bd3da49a29bb SHA1: ed3cda8a4a3d15850b6083af3120536996d7118e MD5sum: 85ae79e433bb91cf6ef4cfeb441c083d 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: amd64 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_amd64.deb Size: 12376 SHA256: 378027ada6cf1c66539db21dc0e1c63d721fa2a39195364ce60b2b9836a47f0f SHA1: a356f84d903f46825fa38c2a008d03e551ccc24b MD5sum: 3f5c10ab370c22dabe6c66d022b6df41 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-9.1, libc6 (>= 2.14), 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_amd64.deb Size: 47352 SHA256: 0bea9a4d6036b23486fffbdeaf463f9eb05a075d32c5e19cbdb2778e5587a892 SHA1: 901c668ee0efe9cd5dc0a581e300ece6111d6154 MD5sum: 5afc44ccf2a1c0ce6b599e10bb4f0b7a 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: amd64 Maintainer: Debian GIS Project Installed-Size: 1985 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 974234 SHA256: 8125526b0a657918ff83db42cc347c037e3a57e57097a8ae48ce7a938c3200ae SHA1: b8279f8145a12e4c9a81d7561d39a3694aae7fd5 MD5sum: c5102414f89940a26bbfedaf05357d2f 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 72 Depends: libc6 (>= 2.14), postgresql-9.1 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.1-prefix_1.2.4-1.pgdg15.10+1_amd64.deb Size: 19020 SHA256: 99e6ffc05aa732d6692de4e013490801b3be053078f04abef61ccb451fab0b98 SHA1: 61d776a67af4c4fb6ee5bfe290f28daaffe884c0 MD5sum: a0588aaac307d333f5806f2b9068d018 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 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_amd64.deb Size: 8928 SHA256: 37314e672ba3e4e4a836095a79c411bf082fbacfbc9c83c7417357994deaa357 SHA1: 5afdf583a63ccf2b752d5f7d0ed22b56da16aeef MD5sum: 19441a6b36d5e3969ea31ad7cc165ee7 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: amd64 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.2.5), 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_amd64.deb Size: 6478 SHA256: c5ef3b398665f53318c2aeafc8d49509b644509357a2aa3400391923583b16c3 SHA1: 9bade1dc2a4ad449e2ae0f64362f61a77a0982f3 MD5sum: 83b8c179ca19c0b88c003802b0c5a9ce 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-9.1, libc6 (>= 2.14) 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_amd64.deb Size: 22958 SHA256: b664366a603ab185918ee61bc3a148e1de527725664e378934c65c389daacc1d SHA1: 7290e5b39dbdc768333be6f4a25aa3eb3ecf79b0 MD5sum: 584bc4c7f6ec0b3e4d23cdb9f047cd2f 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 17195 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_amd64.deb Size: 3466000 SHA256: 63320c69f51b09447c076ac2b2751099147043503711a305115c092df985f91c SHA1: 330a656b9769a6f09e23fd9a2244c84e4dded65a MD5sum: 5326cf3ef9d22df3c7bd85e7bcd34e6a 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: amd64 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_amd64.deb Size: 5810 SHA256: 017b7284f94710733b03d1cce622f87b0460936027b8702852d31431c00a8228 SHA1: 8a5a56ef33a15756a76c38d94533de5899ae8304 MD5sum: 7f04fc190ad43facca5a687ed929bbe3 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 31875 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_amd64.deb Size: 6888172 SHA256: dcad607f344ed96453933661e451ba9c3e4e4865598e305204360af101d3b1ce SHA1: 756ed3734444a065099c43f62fe745e1385229dc MD5sum: 15df77572d77549c2387f9e082305903 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: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.2.5), 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_amd64.deb Size: 9680 SHA256: a265acf31bf2ed37e48d4ea1b13a76be4fde2b6d8c367a38e6751e57f0f6a2cf SHA1: 9992912b7da74bb96fb4eb2f85b611f8eb3ea748 MD5sum: 209dd1b29bf2eb3ba2eb86fd5ff0ec02 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 279 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_amd64.deb Size: 57428 SHA256: 7597ce1c782648b47652dcdeb86d297825c77151387f4e795be7d7fc17f7de34 SHA1: 70f998b4f7b9239bfa82fae1412ad9da2e194a69 MD5sum: 3562de1a330515867af9d7137dab787a 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 324 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 90928 SHA256: d0ee6dc35dd60b4793299237940f0c0c9b407ec00d9219a9f07187e9f7cf2edb SHA1: 24ba28ded4659887283609f0e900cf21caca1f65 MD5sum: 52780c551a695362067110fc786ef223 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: amd64 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_amd64.deb Size: 5736 SHA256: 4089503a899fe2705518b25a8402d35bc552120a6dcce267aa347f7582ead1f8 SHA1: 3a3bb94d2c736b825b1a55979cef90e0b2cf57cf MD5sum: b85b8016dc924d3414e8b745849b2bfe 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 44 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 12206 SHA256: 7d49aa7fa9f088ba5b28a43a233b142020b12622be8f9de3b2b4b91de6ff0f57 SHA1: 3da79f79c07ef8c5af1fa94c72669d3045ab75ea MD5sum: 123ad2a50e9f2c226026bee2fe370bf3 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: amd64 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_amd64.deb Size: 13030 SHA256: b08466ab8bb98d822f4dcc56a12868b7c64e7c79377eaee65acf4bc9c4c4ecfe SHA1: 11d062e7c1c2a61a4a80147e01fbfd4d60d0fe92 MD5sum: f6b2d03cacafc26fab9f860a930b64e4 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 20948 SHA256: 5d8bae2f81d6d785d998a018f187e308ab88648b6e62cdd0f0a59a2990a7b1e7 SHA1: e2b9727175eedc49d52cd7f53d69e58950a3209d MD5sum: c5cc05121568481de07fa78d4f7bca80 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 165 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 41152 SHA256: 8729ec0eef9993a4ac342fb2a9481bb4b2278ae4338e7da21c60256f917e010a SHA1: 92edf2c9bbf3fe3e9f1437f2751e1bda01eee514 MD5sum: 43bbdc515e210d2f6e71cc3565223a44 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2777 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_amd64.deb Size: 69220 SHA256: a8dbcc3fce7f18e73d2bc122b9ade32edfcc8543d5dfca473b477b26ff3ca305 SHA1: 70c552ef64fa8b13ad8410ec7ea7ae87104ad147 MD5sum: 4b4e5019363a580c840ee2149ec290ec 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: amd64 Maintainer: Debian GIS Project Installed-Size: 2848 Depends: postgresql-9.2, postgresql-9.2-postgis-2.2, libc6 (>= 2.14), 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_amd64.deb Size: 329942 SHA256: 4e4043f92115c16f34e2073f3e5e37571699e77b106db25134b2ae2adebdb5f3 SHA1: 950cd264f79cd7934d6907637d38618bb2b0df5e MD5sum: f7e297990591403051edb619f4b6c100 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 120 Depends: postgresql-9.2, libc6 (>= 2.14), 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_amd64.deb Size: 40274 SHA256: b7d9d4cdf45466aed5442ffe5ba80f48610ce94dddc0ce2feeeb33d7a9dd813d SHA1: e1258595369cc1809b612613296108e84a440907 MD5sum: e46a3494a1fd24ba80303437d7f6d43e 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 128 Depends: postgresql-9.2, libc6 (>= 2.14), 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_amd64.deb Size: 55930 SHA256: 047afd5baf4893fbd7a97300e7470950c1c79690fd212e0f04bfa784889073e7 SHA1: 240c896fc470d1869fe86f47a25ef67101233e0f MD5sum: 69e161ad144a0dadac0bd8bc5104bf3a 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 229 Depends: r-base-core (>= 2.10), postgresql-9.2, libc6 (>= 2.14) 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_amd64.deb Size: 51718 SHA256: 96e6bebc26469ef42371f23eaaf4d9505b26064ce49e597b478395bc5bc66085 SHA1: 064a6a596e4e43f5d7b9b3a843a43440a08e5c84 MD5sum: f0f667be8217a53d9a660955c68e4dda 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: amd64 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_amd64.deb Size: 12376 SHA256: 2e3bb4c68877617273c66bc745ce989116327081eda435854e6587d11141b50e SHA1: 8684cae93415770d1f636bbe1051d1951ad7985e MD5sum: 2200559ab69b7ed24791369068729206 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-9.2, libc6 (>= 2.14), 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_amd64.deb Size: 47566 SHA256: 7d61840487abf92aa248cef5023b7be40abf3989c294bb13fd0439c3157df30e SHA1: b62819777e17196697a91e30fd6574e6ece34138 MD5sum: a2f07fd0b272c66575887514ffdfea05 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: amd64 Maintainer: Debian GIS Project Installed-Size: 1985 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 974050 SHA256: faba962b382ca36d6140b6e9e47ff131a79fb28efa271fa368688e98266b203c SHA1: c69bcdd9433e8f818de963394c131ab10ed922b2 MD5sum: 98e58efe30e19792e065ca7795b107aa 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 72 Depends: libc6 (>= 2.14), postgresql-9.2 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.2-prefix_1.2.4-1.pgdg15.10+1_amd64.deb Size: 19028 SHA256: 3845a2c42175f5301b8c85d1acd90ef6103e3a9fb4b08e29d9d6201d943b28c7 SHA1: b6cb0c4556ff145179ac395babcd2e8a9d855426 MD5sum: 92bd78571acfd9edd5cbaa8fbe955b42 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 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_amd64.deb Size: 8932 SHA256: 9e32356fd8a56d3bdb6460674a960eeef347fa7fb2911f793226b860216aa242 SHA1: 06b5312e57a77975954611f6dca494e3aa0a102c MD5sum: e3d3f94fb09d54cbaa9d4344cce5228d 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: amd64 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.2.5), 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_amd64.deb Size: 6476 SHA256: c17208d79fb00c466eb51d30648e5f4f81fc993ec84e70c510f1908cc99c29cd SHA1: 2d9a364d8377b00cf806fc586a282904ac87b287 MD5sum: 8d8e67f31d2678b6e7522b9b46ae1a8d 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 83 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_amd64.deb Size: 21376 SHA256: 0ad782864a2d7f6e222a6362c8006e23a89a45d7787a57c92aa0129ee139ae7a SHA1: 4c72fc2f608368659b2c78f36e7c3b334644b843 MD5sum: 608a44b9cc2e3e0b809c87e40e91842c 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 87 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_amd64.deb Size: 22376 SHA256: 304a0205fbc2ae4ae0e5f506cd881106452222cf9d514aa0e63311574ba76cbc SHA1: eac3fc5ccaf54a61aff2bb130263aa1e9cf5b3aa MD5sum: 1f39c9a902a008b4df61d0d2ce9ccdf6 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-9.2, libc6 (>= 2.14) 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_amd64.deb Size: 23014 SHA256: 17d69917b8a08c378c679b71219dca1536ed6a90c5a33442bb79614424293672 SHA1: 154997e63e6cf4ac266d9aa497bfc77b98bccbc2 MD5sum: 50fe0c865e557970bf0c6f13bd4e6b12 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 17217 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_amd64.deb Size: 3522898 SHA256: 5ed6bc0c36d1dc882b0fe6ae89d839b67003b2c6402b2ebcdc634ef6ac4c75d6 SHA1: d5d64c79ff950f0be81551f87b84bbeff4f42b62 MD5sum: 1cf3e3a0446adb7de350b338db3aad94 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: amd64 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_amd64.deb Size: 5762 SHA256: 037b3936868df0f825f24ac9f47d212b3c08540ab7bbf415423dbb3acc84a311 SHA1: 7161e8933689db4f6508da44cd14d4c40c844dd5 MD5sum: a8c5f652d0a060549b809450eedea0fd 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 13468 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_amd64.deb Size: 11558718 SHA256: 45b7f6b81287f2b34db7fceba54006b7aa959d2455bbad802149b99eb410369e SHA1: 9318c9915292346f5e697c865e31961c43ca4203 MD5sum: cc881bcb3b5b6efb8433d3c30777ee21 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: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.2.5), 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_amd64.deb Size: 9688 SHA256: e0ce293c594be14a4647fb5aa43aea894786296323098fec9df278dbe67db8ee SHA1: cbce8e07005139885974e2861ee8c46c4cd194a1 MD5sum: 3ad45e08299fd39360b0328585a3eafb 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 275 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_amd64.deb Size: 56014 SHA256: c74464496ea894f3a3fe3f2e6ef78fb997623febc360964ebd557444fc1d125d SHA1: 3f1c8ef185fa057a305be4d3c6fa430273bcfbb2 MD5sum: 5fc8da8e7b593885c87403b423493ef9 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 Depends: libmysqlclient-dev, postgresql-9.3, libc6 (>= 2.14) 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_amd64.deb Size: 24266 SHA256: 6094b2b1d76ead75d964d6399d73f6f6af1fd6c6c9269cfb5b2576195af4c62b SHA1: bd678366e8fa88c6776786094c6766654de6f24d MD5sum: ed4bfffcd78bc1c90d7ff81f1cb82ed7 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 312 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 87918 SHA256: e18a7bee3ea4acf4841bb1ceefff9c69abe65e5ca09c9ed407ec040efc1f17de SHA1: 2df86f8884f4007f766940565c817fe72a2fad21 MD5sum: f534376b658c9bacef19c183d1d21330 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: amd64 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_amd64.deb Size: 5620 SHA256: 58b5b7ff3be5f389cda17ecb249dd904e9153d9943cd6293fab27c238f7d69b1 SHA1: a8c7ee47af3ad76539881232efa8be966670d094 MD5sum: 11f95613516ab551381080987faa0031 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 44 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 12106 SHA256: 2551fdcafa706d89dec21ae9bd8e71bedcbddb958864191b07ffc9c2a1782559 SHA1: 00c6af8d0f91230c4846f106ee1ae00ff8a09865 MD5sum: bde23c381afa51b720a40a4da3419845 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: amd64 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_amd64.deb Size: 12990 SHA256: e5b4a946b8d008801f40ee175187932daf0d44f253aa86a1834ca4be86cfdfe1 SHA1: 7484e6d4aca73b3e6386e8fb4858477f49724df8 MD5sum: 96f8fba6ed7299dfb64fa7d20146f9a4 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 20868 SHA256: 433c017089f253f6eeb09299431efa50a57c4276d944fd82db16f92f74c796c5 SHA1: 00625dadeb6712550190ca7a4aad35b5912c2483 MD5sum: d6c6ab27f729435e0bf0f07661b2beb6 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 165 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 40334 SHA256: 247ebd3c639122b3d0310f1788c116ee35f82050514bd8d1238d374a4f141b2d SHA1: 531db183bb6c7fb2cce7c864c09768c5d4494dce MD5sum: 9a8d54e0cd88584c613a1db65f1e6cfe 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 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_amd64.deb Size: 16608 SHA256: 2bfacb4ac08646e67f24b94c4ca21b7e60babebabedf02539b3b105bb0bd948f SHA1: d213cb99d5c2b3362a3289661c69e01a80527f0e MD5sum: cb5ee41e4330973bf102bc3de850ddbf 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2777 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_amd64.deb Size: 68934 SHA256: edebb2ff701a4e08c8ccb491f206f9bb416c56cfde4678009d60b5fc3d2fcc80 SHA1: 50508fef0bcaca2a6e4958603b2d034c136a6807 MD5sum: de2bebedf87902b94233506f36e094e0 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: amd64 Maintainer: Debian GIS Project Installed-Size: 2844 Depends: postgresql-9.3, postgresql-9.3-postgis-2.2, libc6 (>= 2.14), 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_amd64.deb Size: 328724 SHA256: ebebfbc6747426242f0c4779b4f72a4692f9efe18605744d822caaa8558777f9 SHA1: 1f6a50a7d7935287b4260ec18c479dd3c49f5e47 MD5sum: d1a75954325a1c9569a11d817cc0604a 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 120 Depends: postgresql-9.3, libc6 (>= 2.14), 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_amd64.deb Size: 40134 SHA256: 9e1f0cb60726426056ce347ab1c7656abd42145fa5c4133d0881877359b277f7 SHA1: 6f1a36b4961aaea5871641171a176745e4f36465 MD5sum: fb8a1c9fc37e4cc0f886c13338772858 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 128 Depends: postgresql-9.3, libc6 (>= 2.14), 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_amd64.deb Size: 55746 SHA256: 4f53f8bf848833947a2e7c6bde751cfbf023a6496a01a51b251acccb325aba33 SHA1: abe6a59736fa3ef4b038e8b30aeb4ad49ee51a4a MD5sum: 0b87e3fbbbec7c864a222903180f70e4 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 229 Depends: r-base-core (>= 2.10), postgresql-9.3, libc6 (>= 2.14) 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_amd64.deb Size: 51456 SHA256: 9433391f412c9cea704f3bf01d59d024c218aa74cb89dd3c121871833a3097a6 SHA1: 3cf57a8470692cab329afa1cd32f3deb3b4b20dc MD5sum: dcae3fdab6cf23d6175e7865fc7429f2 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: amd64 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_amd64.deb Size: 12360 SHA256: ecfa17f642957bd5e05174025a117342cc41941d24c71c59157ecb143b2cd10c SHA1: c36820c694c9dccd6e24ed5b5083c04609d334e6 MD5sum: fa88077aca56a22b13cb14bdbac01c32 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-9.3, libc6 (>= 2.14), 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_amd64.deb Size: 47390 SHA256: 995b380cc747a934029c82213fc6ac59d267fb85521b6f32a0802f2cace75b2a SHA1: 6acda7e60f261f2f590f7cffbc8d202d9029887b MD5sum: 392c6913df06b61ec348111b2c3d3b6a 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: amd64 Maintainer: Debian GIS Project Installed-Size: 1977 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 970674 SHA256: cece580dcd0dc9fe7204439e7730d792c4c9138db1463422a8fd5bbdf4fc48c8 SHA1: 1d557c45191e21af7ca4df8f367d7c073d30371c MD5sum: 961f50a18faa92cb361510927bd10e12 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 68 Depends: libc6 (>= 2.14), postgresql-9.3 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.3-prefix_1.2.4-1.pgdg15.10+1_amd64.deb Size: 18960 SHA256: b723205035d62fd44327702601b248ae3d780db560d2d45a6f7e1351dd60a610 SHA1: 3d632cb76082b0a7fb70ff449ca7ef35fb7d1429 MD5sum: bdc1e6ce3cd7616fa187ff7c4b6668db 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 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_amd64.deb Size: 8886 SHA256: b0dcc37d29bf21f2800399b63729d74b617f4c4dded75c549ef017c97b550a10 SHA1: 53d547df37159cf601b674ba898ffd264427fe03 MD5sum: f1ba799fabfe7c755adcb8de10ce9cf1 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: amd64 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.2.5), 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_amd64.deb Size: 6466 SHA256: 4bd770091bfb5134b776624d6097367f676ed1fcb7c2094ad27a09409d96b959 SHA1: fe6ad67d0735a36a9db09f32b7225abbf2843086 MD5sum: afa2bf61deff55e6fe178d51ed1b7b38 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 87 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_amd64.deb Size: 22468 SHA256: cafb5679807f016cd045fda8255f78d4bc3048b41d3f5cfd8a26cdc3b9d9c74c SHA1: bf5f093db3027f5837042a32dba3471eea1160ac MD5sum: cd44c85ddbfe0cecff9f639a34e77ac8 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 91 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_amd64.deb Size: 23544 SHA256: 3e0e492ba1d30727bebf17595011d838f3aa29d48daaeeb1d0dcffa13a92e249 SHA1: 54ded51ddbf734777f1db6cd18e0b8f31f4a2020 MD5sum: 2329905a576b3bd97a4c2ef346b72b77 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 161 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_amd64.deb Size: 65574 SHA256: 176f7ae49ea27b428dacc8528e8e1c314efdbb84b3e7c5cc4569b910ca48737b SHA1: d743d156e3153b66b7735f0ed6bd30cbc68758f9 MD5sum: dd47e0554525f585ebf39910a8df9c9a 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: amd64 Maintainer: Marco Nenciarini Installed-Size: 402 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_amd64.deb Size: 83572 SHA256: e2d1a849a6570d10e6cd1d2799cf20d18c197ab75c36ae828602e63be82621a7 SHA1: 9a21a8dd28f4f9b428bd505c280a36981c1aac77 MD5sum: cdf3d57ce7f9c109100dbf4e9eae566d 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: amd64 Maintainer: Marco Nenciarini Installed-Size: 255 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_amd64.deb Size: 213030 SHA256: 02c01e654c170712d12a366624df40853165e1d613677aa53ee8047c42f14907 SHA1: 44e1f57eb1c623f77c18fbe2d14956e728292089 MD5sum: 55cef596e9fdeebbc917394c50fd1f23 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-9.3, libc6 (>= 2.14) 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_amd64.deb Size: 22502 SHA256: 9cb8cc8a611b8c93f61598a5deea2c8af9bdd455730ba5f3a03e117e5b7a6449 SHA1: cf31d6780f7fd6a4808f83edd404556bc0890440 MD5sum: 44d2955f9803eb436fd27d0c65a58f79 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 18031 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_amd64.deb Size: 3691018 SHA256: 9648b9d6de22b79c0c4ac39df5e8eddbd0081ae45b8ea088a634d1729cd569ec SHA1: e5b42c44ba9ecc4f9bc55942d9bcf2d8df33843a MD5sum: e0d3f5d465654224532cf93c66ff9364 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: amd64 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_amd64.deb Size: 5758 SHA256: 3f78ca7ceabbf9272c4c39632e8c2a9744d805bd4c26bfdfceb62f4bd504f6ce SHA1: 8579b91879ea4f3928396b851fde8ba3330744e5 MD5sum: 540b66c460d04ab97897873b8b3e6b80 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: amd64 Maintainer: Citus Data Installed-Size: 1165 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 332128 SHA256: f5a6bd7aa076d558efbbf11bd416dab4cd4927b7f69f8171cfbbc8ab481f4083 SHA1: 192fbcb9ec89626694f27f298fcabb7820b0ff20 MD5sum: 56e9a47f1c145a44a044a4e3242e2b12 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 14276 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_amd64.deb Size: 12275154 SHA256: 05232440833a8538365cb5c2c418920b0c97feec6f2c896c8465efc35284fdcb SHA1: f2dc69a80d083a79aaeb0f8ae5ea5d474dd0b5ea MD5sum: bae121a15258911942d94142785490da 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: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.2.5), 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_amd64.deb Size: 9684 SHA256: d25145c30d9a95a2b902fdc7d86be4eff23b0305d5c3feadee11f773cc8245d5 SHA1: 109824ec2cdc3e72ea4079918805bc2a13d0f529 MD5sum: c1b74096074787544fecccc229c7ede5 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 275 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_amd64.deb Size: 56082 SHA256: b58837033f327f8caba793627d31b62ff488d2ca91d2f90d4776c155910110a1 SHA1: 5f5379fa25e97332db314e11654bbf7b0d682594 MD5sum: 0671f57a4ba6839b6215d82f3b0139e7 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 Depends: libmysqlclient-dev, postgresql-9.4, libc6 (>= 2.14) 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_amd64.deb Size: 24268 SHA256: 1625ac92dfa9310b67a9f6dff5e8cff26ec1e3391e0dbb3f6d3c4fbeeabf3f7b SHA1: 4be5e3588620d248fb7d09d7703e07b0c8226e20 MD5sum: 4c21437ed36a85f71d75114c3ead3ef6 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 315 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 88692 SHA256: 651cf56c4992d8bc8063a4b88a9c0e1c28a826009c21bbb2f6b7494a992914cc SHA1: d88f1cb56ce2ec1330d5f8afea9c972267dd42e9 MD5sum: 50a97b0286a819e947443ae5ccf9b15a 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: amd64 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_amd64.deb Size: 143286 SHA256: eedeb684aaa235a6b1f17f0443d95ba8082ac4650558f570563f0c7e914eb0a1 SHA1: 9291dc4ac13021a99b3f95db0592ab7d14d1ddf9 MD5sum: 4ddd647cc0904ac654d45bbbfc4ab5f4 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: amd64 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_amd64.deb Size: 5620 SHA256: 9fdc8a1d391558ebbdb3f8e03092ce21525ccb2f57d0157430ddf3a073af1de2 SHA1: bed03cad77ca7245dce6809d2452f47d299e7eda MD5sum: 3094d34135cd14e42be9e641747b47f1 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 44 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 12114 SHA256: 872df6e354df4cac5041800d26e07065c44b40d7479a8c7eaef152a6ed596268 SHA1: f3b96dfed79252834c7f6c3bd4c278c9b09a46bf MD5sum: b8ba42368268c1a162adeeb66b4bd380 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: amd64 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_amd64.deb Size: 13006 SHA256: 763bdc572ab8815ea7a1abc86240a2cce641cd3fc8566333157ee9d1515ef01b SHA1: bbe950620a6324568c80b8ea9b86bbc9d6a5375c MD5sum: 57ace94cfc95f9a39edb6eb93746c92c 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 20874 SHA256: 85fabc524e4acfb270ca5d87f50a4a0df5236d8ed1ebea23ca408f80ee8db0da SHA1: eca075dd6628a29fc57d68605b01be85fd401c6c MD5sum: b2d84f982934cf6873df4cbd03e5402e 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 165 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 40346 SHA256: 61049bb5c5503ac146b591a582a096f459f1e63eb2ba38e87499703d4d6ffa53 SHA1: 31f63d5d22b8d488d02a76440551cf27f4641deb MD5sum: 5635603c27cb8a809be3c6c87d76d420 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 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_amd64.deb Size: 16614 SHA256: 620138c7ca64225593765081871e25899eeb7788ce3e6d4bb48f125019f0b47b SHA1: 6b061e7449ae5d5c7a690562e996ba131f7dee17 MD5sum: d18a92e444b3124bbef7f4c76ec9d700 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2777 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_amd64.deb Size: 68898 SHA256: adf5a329321f4c173faec501129d11b29f6e1fd14f89a2c3d6c31d737cebabeb SHA1: bd1b5cd7c873f96535e906347cc87e8042501c5a MD5sum: c8d5767a7b6d893e45ee831ff434123b 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: amd64 Maintainer: Debian GIS Project Installed-Size: 2844 Depends: postgresql-9.4, postgresql-9.4-postgis-2.2, libc6 (>= 2.14), 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_amd64.deb Size: 328698 SHA256: a2ac941d2b6af15b18427b04cb61bccfbc8973e48ebfd2766b9051206a496b06 SHA1: e009f9b9e05dbcaeafb82d2310afdb0faa8fcfd7 MD5sum: a9239618df6dfc25c210824321e0497f 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 120 Depends: postgresql-9.4, libc6 (>= 2.14), 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_amd64.deb Size: 40214 SHA256: 20577db1400b048affbe723171a7badc7ab7d5b00c778f4a3ee76be9802a0531 SHA1: 854ca75c792fb21d078b262e8c75723786315ba6 MD5sum: bb8b25588340b8ddd967789d3e90e6d8 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 128 Depends: postgresql-9.4, libc6 (>= 2.14), 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_amd64.deb Size: 55918 SHA256: 149bfc0a2fcc28a62ffcfb4e878f86fde90abe0883bd2e99f6560a7ded1f886e SHA1: 47ab7c9146694fadc0717d398cb947bcd310d2fb MD5sum: 0c84fa7fc6fcca543b7a0f5b72ec4f6f 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 229 Depends: r-base-core (>= 2.10), postgresql-9.4, libc6 (>= 2.14) 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_amd64.deb Size: 51498 SHA256: 89ec22d576eb687d92e2962e5071b9387e5d998df82ce5e8418ab949492ba9b3 SHA1: 1859038e1cfe6c0c15103d409258a2afcfdd7920 MD5sum: eea7acf93d3626dd265c8ec675a48f91 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: amd64 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_amd64.deb Size: 12366 SHA256: ac2d0b68ce214203559543cd31dbe1fa02c0d7ecf6046f06fff8b59b9fee209f SHA1: 8dd08b9cf6d0a9e0c2e5392eb1cfddb4915caae6 MD5sum: 833de92400916d376081e1262f7e694e 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-9.4, libc6 (>= 2.14), 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_amd64.deb Size: 47420 SHA256: d5aff00b646d65b6e5449dd4a4075b639e094ffa354734a77b4561a80d308ec0 SHA1: d09f1be850b5c37be87f9623d69b4e2f6d3880f3 MD5sum: c3894799e17594f3ff4c1a5916ae5def 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: amd64 Maintainer: Debian GIS Project Installed-Size: 1977 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 970570 SHA256: b90c0bab741873becfb89e9dedffcd4428cf861d83d9dc6e3d556d660ad0f595 SHA1: 0e0f65462f5611f7067d67199b7ef982e83fb334 MD5sum: 662b8ff7ad6e1e5f520175b73e670e08 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: amd64 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_amd64.deb Size: 17950 SHA256: ff3a2cb0c7ee8e2017de4fcfe252caa4d9d2bffd98c30f61b486a7171117ea3e SHA1: 41eaf2ed2c32e840d9d7ce663efaf54db0fc268f MD5sum: 77b4b88c9debf4d36109764e27e3a74d 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 68 Depends: libc6 (>= 2.14), postgresql-9.4 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.4-prefix_1.2.4-1.pgdg15.10+1_amd64.deb Size: 18964 SHA256: 83070161a62d58bee0d9445b8ca952d839f0f84caf22118351ac4cc682fc8df1 SHA1: 655dbc8a7d97183fab79a7f05e6c6e1d2a2a334f MD5sum: dfaef6ed6d7d1fd75c9674d3af67c011 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 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_amd64.deb Size: 8886 SHA256: 040e8cbd9bac74b2d455215d6cab9fe8c92a9bbeb68e896daf57f1331656a668 SHA1: 747f4ef91bd0725e20a19923bc256bc11ec8620c MD5sum: 0587a188035d48515c4bf44faabc5963 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: amd64 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.2.5), 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_amd64.deb Size: 6458 SHA256: 61eff0a210bc2d36e60d76c0ec1c9be2ac4f08b989443b2540776e67cbef8a87 SHA1: 6fd6c6dd200484cf0d68deef8f5d301e4edfcb9b MD5sum: 0b22e0fea2a8f0949b09520426c3d242 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 87 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_amd64.deb Size: 22432 SHA256: d25e815a97e58fa62aabebb63c8f721fdba1f98bd4db59c0cd295fa012cd4340 SHA1: 025c4f07ab735499fbcef1171cd1bc8f27ad0af6 MD5sum: 9d5d32303c8267836e503f892fae9d57 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 91 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_amd64.deb Size: 23376 SHA256: e5619eb7b3ffedcbb3e1064f3125c1eefef0c2ec381b5223c5d3b2780d6fe756 SHA1: 1298a679da3c3bdc08bca1d7ade36b1e7b0dd1dd MD5sum: 41be13d2618beec5a6dbb6f7728b51c0 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 161 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_amd64.deb Size: 65534 SHA256: 1984b46fd1e558b5a1c02cb86a3818845958ba27c26cc4711c37d85cc3b039a4 SHA1: a6fafb38cbda079c6caac5e250d726a1d97f358b MD5sum: 4da416e1a3c83cb726310df6659b1fb6 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: amd64 Maintainer: Marco Nenciarini Installed-Size: 402 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_amd64.deb Size: 83522 SHA256: c06ffb13f353f0ed41df9c40ee735dd531a76450dc4ce2050d18f13c1d0bde63 SHA1: da370c9a403783123431037277f2d2afce51acd4 MD5sum: a170782a0bef77043f45aa74c43612db 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: amd64 Maintainer: Marco Nenciarini Installed-Size: 256 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_amd64.deb Size: 212980 SHA256: a13ea7fe90da4f9f13b7ea82b8a683233f2fc417a506737fceaeff0160e7a86a SHA1: 2c0ae8102a5e332d29d108f773ab909774c52319 MD5sum: 9b15876aa7b2bd0df1a67fbe7bda91e4 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-9.4, libc6 (>= 2.14) 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_amd64.deb Size: 22506 SHA256: 94e56ad5c25969040d8b3039f825bae5900ef76b4dd754c4ab576fcc91164a95 SHA1: fcaa9081bc5d68e790e5fa21f9c726adbb819645 MD5sum: 78684559b2d73459e7b5b5b912baf318 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 18615 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_amd64.deb Size: 3940130 SHA256: a2e1fa42397c6fa4a758d22d368c0306de58ee6651c0de7b83c9e2d5c5855c9e SHA1: 7ae253dcbab40c60edac1189914aec81cc43b308 MD5sum: d81ece8c96f9ea6b441342d2937a1df9 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: amd64 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_amd64.deb Size: 5760 SHA256: 2d088dab0c6ef0789f10b9bdcba3e7fab17777bb17d8ceb23ac8e66f152f6fd7 SHA1: eb069c52bd69fe48b615603848f7ac6dec09fa5a MD5sum: 0b28d80e85c3a0f310151795d5dbfd57 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: amd64 Maintainer: Citus Data Installed-Size: 1420 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 347992 SHA256: d35f0f67ac347aff8e0400ea961a10271066586fd1ea4afd942c337b6ce5b641 SHA1: 54ef4d9acc095596e0b1ef4a0f83aff57cecdd5c MD5sum: 669543a5ff9d3914d55b714a152cda82 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 15342 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_amd64.deb Size: 13254296 SHA256: db4e158eccb53b5d00c2bb9b4813fc3ca8ee4299131c789d1182dc393aaa33ef SHA1: 960e5babb0cbf1391561ce46a081ffac299649f1 MD5sum: 445bc7500c3f0425b5d937115c6ad7cd 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: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 45 Depends: libapt-pkg4.16 (>= 0.8.0), libc6 (>= 2.2.5), 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_amd64.deb Size: 9682 SHA256: fab959d7bec0f78231730e22578ed09f6bf915aeb241f1f885ac46cead1587f4 SHA1: 31105c21a3385f25700057b5f794ba291cc57f31 MD5sum: 7cd7a2cf9fb3243c2e6144d1062ba90b 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 275 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_amd64.deb Size: 56208 SHA256: 6aa37dfa502aef62d799959f303d5916c0bb766d3f8c9c65137e8e72d6439818 SHA1: 3fee26eed5c862c9b31d225ffb2abd3514285e3a MD5sum: e409e53f297822ac2f221b33e52c51c0 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 73 Depends: libmysqlclient-dev, postgresql-9.5, libc6 (>= 2.14) 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_amd64.deb Size: 25820 SHA256: eb1c9486c793820359cd3853e763d734799030b938394c08e04275edaefbf0cd SHA1: 67162ff01da209464c9ef98e7f70ef4d6e46493c MD5sum: abadec57fa2af9d7dd7a7e4c7a33af0c 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 315 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 88750 SHA256: aeaabd1ee03168501c051393eb5c85abcb3e03f184c495478a325b6cb8582c24 SHA1: fbe4ef735686e75ce55446fb188c45998c34a66a MD5sum: 2b014e079c277b5feec70216660f4603 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: amd64 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_amd64.deb Size: 143278 SHA256: b34da4771a7f1cf03e37cd1854d2b014c027556dcd3d453981b1d6993a6ad869 SHA1: 32aef33353f1446df808167246ed497f8106b9fa MD5sum: e1112ae5f33a3442fdee5a5e9a8dec4f 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: amd64 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_amd64.deb Size: 5776 SHA256: 18521393491b40d51d43185294fb7ac97591df5f6dd90145b91ece8a3060aeec SHA1: 74059a151be72955aabe3fb824cfe723045c0338 MD5sum: 67e31e4b1e2fc45d479fe4e3577f40f9 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 44 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 12138 SHA256: 1d18d8f10840ba8c501e2632de0470f58ef9b9f2fb6e680f8d8ed14433d89f3d SHA1: 19d5d6e9053faa0c46e86625df7e381823aa7224 MD5sum: 8b7a41532289725b9dbfe576ec3998fa 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: amd64 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_amd64.deb Size: 13000 SHA256: 6deb319e230920c8c7dd9e6203c11de7d6ac99753e5ea755bfac18c79ae10968 SHA1: 5f21d8478479cea25841137ef65fba048b12d66e MD5sum: 5fd2c524fe8362febde22fa72f78bb2e 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 20862 SHA256: c3702be905ecd9693845f41ed05ce3388d47f9b00d4fc73336db53f28633d97c SHA1: bec48f3700e4a3823d597f250afd62a76ed79870 MD5sum: b2b802a50cee300a2f23dfd2ea3e74e2 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 165 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 40364 SHA256: f846c9def3db90118a3c3d1980a8c8c39e76ac4982828717db12c7e5fb16636d SHA1: c0befd8b20c779457b526f95fd9a41a9d1508821 MD5sum: dbc77f255a41671661fba51a6d37fb4a 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 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_amd64.deb Size: 16614 SHA256: 5b17cadef66a696381fcf3acc5ffcce9a3a85a9b8095d1f2adf41d17875fcc07 SHA1: 8c3326823d0767ed2d8b3af01360a2d6ba1cd50d MD5sum: 9239f3e90928280a89c3caed4e4089b2 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2777 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_amd64.deb Size: 68920 SHA256: 1ca8df0b05be097956f6c288e0585832ecd0de3c3170fd40e702e6c8bf6f10e4 SHA1: 01db4f63692fefccb1d4612e37cc3d61b7b05aa6 MD5sum: 8e2053e41f27a36d33f801ee9bff3907 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: amd64 Maintainer: Debian GIS Project Installed-Size: 2847 Depends: postgresql-9.5, postgresql-9.5-postgis-2.2, libc6 (>= 2.14), 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_amd64.deb Size: 328896 SHA256: da745542cf9e318ea478d6f018351914e7347c23360334d515719f5a3e09d0e1 SHA1: c298968145e18ea3633b2816df3b8da14641a127 MD5sum: 453c2efff51184beaea34785f48613df 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 120 Depends: postgresql-9.5, libc6 (>= 2.14), 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_amd64.deb Size: 40228 SHA256: bbde4be664ab2531b10186d34bab8eabedc9334351129c7ff0ff7d489073f26a SHA1: 7fda3cdb3622819d081c4bb953609a7d79650663 MD5sum: d3a59d7e9499c7260e2ac71d20296cde 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 128 Depends: postgresql-9.5, libc6 (>= 2.14), 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_amd64.deb Size: 55776 SHA256: 6b900fe4da349bb62ccd15f880a33060b4ef48c6539f1154cddaddb994fe9831 SHA1: 98fa2accd0ddf8cb1f8903c827ed9472047050f5 MD5sum: 599472732a06abc5b97ef07e3f7cbac6 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 229 Depends: r-base-core (>= 2.10), postgresql-9.5, libc6 (>= 2.14) 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_amd64.deb Size: 51498 SHA256: d44c1323641382880ccdcc886c98eb4edf04454139ed0a6450df04b559eb4cc1 SHA1: c60ee5851a0657735b8a38e46e03a0a69dc64d63 MD5sum: f9f5fc568758bfa1586ba9112607160c 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: amd64 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_amd64.deb Size: 12362 SHA256: 0f402d7b86cf456fbf846ec529cbd10c7d4a1ce6ab9efb33c823eb7f56d9f465 SHA1: d71c8f00919604aea19c1b0d01f5fcae3ac9d675 MD5sum: e4db9f32d90a67059d39fcc6926418cb 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-9.5, libc6 (>= 2.14), 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_amd64.deb Size: 47552 SHA256: 306ab931225cb37d78944470908e54e797a6475eaa3b0514983e9c96fe066d74 SHA1: 8ad2c6b17a82a50d1971addbfadde52740152e99 MD5sum: 5f64a93969a4d2a637650f73f4899db0 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: amd64 Maintainer: Debian GIS Project Installed-Size: 1980 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 970660 SHA256: 8417eff4b7bddcde6f2c3238c92d7e8475e9dd94c016c586eefbde21ea8f6794 SHA1: fab663465abb5fe8c72715f32f2a8f299974e75e MD5sum: b77ace6c00a80d9a8ff1b72915274a64 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: amd64 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_amd64.deb Size: 17932 SHA256: 0116a28d1e516227dfd0becbafdf48be3f28837593dd11f3730e477f1fe0a101 SHA1: fb7a815214a9f86a033c6f540786f29663342b85 MD5sum: bb2167cb6aa79747dd4015a0b14cf9f1 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 68 Depends: libc6 (>= 2.14), postgresql-9.5 Priority: extra Section: database Filename: pool/main/p/prefix/postgresql-9.5-prefix_1.2.4-1.pgdg15.10+1_amd64.deb Size: 18932 SHA256: b9edf1dfccc707829923d35599758ab896b48e807617f874c3437e0f71d87433 SHA1: 9d3cc94978408012a184ff5bcbf3bf7d2d7338ee MD5sum: 1583390635fcf6f2a68535ea4dee31d0 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 40 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_amd64.deb Size: 8882 SHA256: a841928aac6608898a5f0e7e60fb29d2b811fd22b84a9ea4eb5b2ed4dc08ae21 SHA1: 2bc95b3f7559e9fde3855c76e4ef1032efe19e28 MD5sum: 86cfa3b36406c572c1ce337903de69d3 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: amd64 Maintainer: Cyril Bouthors Installed-Size: 40 Depends: libc6 (>= 2.2.5), 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_amd64.deb Size: 6468 SHA256: d11979b59968c0c9759acaaef66099b41c001c195aae12313c4e9cd33f78d3bb SHA1: 65411f4f053358cdfc08e355d1071657ddd2118d MD5sum: 75ebdab00834cde9f4ad4e9bed33f0c3 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 87 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_amd64.deb Size: 22938 SHA256: 488b4222fa38fdc09d3b51084d153f00e3f436674a7f6dd6921d4ae7b18e7566 SHA1: 32d3c21c611240dc6ba3e3d9b71d7318e4cfd3ed MD5sum: 6f79f1996439c44fba8a2e0c36611818 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 91 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_amd64.deb Size: 24028 SHA256: 0df5bbf6cdc877532cfd7cfd153c4ce1a336124005857979ff5608216277cd7c SHA1: 182fc399bdc02c7407f27b26189fe34a5a361e12 MD5sum: cb17f6eaf51126acf46aa104e8192f16 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 161 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_amd64.deb Size: 65498 SHA256: 313606acc99ec3af9d3b291c01018c697f5ccabca7208dbfa31212452e629808 SHA1: 5ef2fbee0a3a5b6b946f774936cf751632c315d2 MD5sum: 610b5546e994e62b58bf51639798700f 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: amd64 Maintainer: Marco Nenciarini Installed-Size: 402 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_amd64.deb Size: 83546 SHA256: 9178edea2fbe4843a4118c90c28895e5f804ddf7ef22eb4dcd0bb4b6343549b1 SHA1: d8f3da65d2ddc112a439dc27c58710785b839f18 MD5sum: c734655b44b6e312b62615433d7c1cd8 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: amd64 Maintainer: Marco Nenciarini Installed-Size: 257 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_amd64.deb Size: 213390 SHA256: dc32b33375b864b8b84a0464d7ddddc25ad61a24e9ae23ed3c1c79a204cf60b4 SHA1: 33929893ec4ffe621a5d5569e367a471524b45b5 MD5sum: 767dc3c63c3f9a72956161c8f2250b42 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-9.5, libc6 (>= 2.14) 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_amd64.deb Size: 22524 SHA256: f378c7e69044e09916ff82f8c67a1113deeda8077f708d03679437673d94f3d7 SHA1: 4f497b1eb6b940eac86566f4b717f33b21f441d9 MD5sum: f3eef4da3f372542fb3e08e565423ff6 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 315 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 88748 SHA256: 27d58580fd78a363d6033f953739f791b094ae148f6450addbef2406aa8c4d03 SHA1: c2eb67671d79a4eb43f79df0861e11c81b1ef75c MD5sum: e3a854919b55e9ca072cd480f12aae48 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 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_amd64.deb Size: 16600 SHA256: 0c06bc5c53a9f87294d461f9a857d0c4eeb0ca48a5161945f05f35f7ba199b75 SHA1: e00e26338cadc5a2c14f3e4f72a99295385165cd MD5sum: 7a99fac95cdf818a6f8f95bdf5d680af 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: amd64 Maintainer: Debian GIS Project Installed-Size: 2844 Depends: postgresql-9.6, postgresql-9.6-postgis-2.2, libc6 (>= 2.14), 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_amd64.deb Size: 328784 SHA256: 8651cd22425bde35df239343f80ee88467f82570021bd0824369b0ca6b1da7fb SHA1: 0960d0a642b3531e6db5a9948a1c0ca344c573f2 MD5sum: ebc6d6978e6fb7767323adde4420f3bb 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 130 Depends: postgresql-9.6, libc6 (>= 2.14), 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_amd64.deb Size: 47608 SHA256: fa40ff2f13fa0c27a1358b4cd1dc303f39e32eac8173bd2f682f55bf6c8df19d SHA1: 0a66f03adcccf2f471ba6c75b391a5812ae21e6b MD5sum: 6dcd2cc82f97d5b482e315e3159534fc 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 161 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_amd64.deb Size: 65556 SHA256: 28f3302100c0334785d7d902c16be7b6c115a04cea80f8914f44a998e84b7de4 SHA1: 49430f367bc1dfb7880b0c60d2c56eafbfb13ba5 MD5sum: 85694123453d942bb79d347e9c3b9615 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: amd64 Maintainer: Marco Nenciarini Installed-Size: 402 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_amd64.deb Size: 82180 SHA256: 740ded84b7479148cdc22168fef6823c778a9b9c46fc0c3c020b68c41da8ca50 SHA1: aa4a40d49c473fce7eaa4bda2de660b0191807a1 MD5sum: 962d182ead8589590c6b146af9ab9b16 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: amd64 Maintainer: Marco Nenciarini Installed-Size: 255 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_amd64.deb Size: 211332 SHA256: bc8e1c7a2aaf79bdc18e9fa613c364a7e58a895b2a5a20d23613190dc8d661f4 SHA1: 71e6633929337b11ebb80f9ebf7235264b3db6a9 MD5sum: 3a9bc7bf5b76e2570ceff930d9cd18f1 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-9.6, libc6 (>= 2.14) 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_amd64.deb Size: 22582 SHA256: 390944864da69ffad40ba2b4cc5c255f9c3984f7ea5a9150f20131494260952d SHA1: 578a8a9914788cc6fce88f4ada3c9aaa2c0a068f MD5sum: 66219bc2c000a389b731d1228e80118d 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4148 Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libpq5 (>= 9.0~), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), 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_amd64.deb Size: 1004868 SHA256: 75dec7d1027ccfe31aa8813233c07050a7fd4d772b7788e11d36460ebb87d358 SHA1: 323f92d0c30290e4065cf0bff0564ff68e3ab40a MD5sum: 2bc36068e67dd1ca3c16c7640921be27 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4098 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libpq5 (>= 9.2.18), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), 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_amd64.deb Size: 993892 SHA256: 1c5a192dd08dbea4074468f20e841913aec81c7f9f0b4dc6177d343065b692b9 SHA1: 16341b188c0a5f753f376b732395f5de9ba71f73 MD5sum: 8f95fba7f1067ffdf0882bfb8234dc3b 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4236 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libpq5 (>= 9.3.14), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), 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_amd64.deb Size: 1047470 SHA256: aa93e7d0929a9a7733806cea690a696f3a8aeced79e2de7f8ab21f9831f70d72 SHA1: 61b49d0856cdd7fd6fdc66c12c6ef6ffdae19d9b MD5sum: 7efe54765e87c2703e9e77c833773240 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4411 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libpq5 (>= 9.4.9), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), 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_amd64.deb Size: 1077382 SHA256: e37abcdcb4b023e8428d943b971f93d8ea5e9a3d5c0a0a0ebcba50d9f4dd83ec SHA1: 2d733fab6f6a144a023c8c642a2c1819a957e9d2 MD5sum: ecd37468de64fdec2dc0059c9d3f79b8 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4876 Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libpq5 (>= 9.5.4), zlib1g (>= 1:1.1.4), 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_amd64.deb Size: 1180450 SHA256: cdd3f0088d5f9b5a3acffd8f765ce3164ff6074718445e0fc53d3406c559fd97 SHA1: 8ef52b1058dacac48756b176b3fbe56883de04a6 MD5sum: 377e0c0d5efae9dc99b7bcc51d30dc3f 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1693 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_amd64.deb Size: 365452 SHA256: bc32c0f468483f6083bae0c330423afa9097213699f605f0393928f4efaed3c2 SHA1: e95838230b1489cd05f02a6045256e76bd31b08e MD5sum: 7ff69c7a88e23fd8869d86df33cf1375 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1774 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_amd64.deb Size: 389108 SHA256: 41cd7415287d60a392b8913a7d33d4b7fbf8d85b6e0df4e3abc5f8ba7ba6a9dc SHA1: 679eb9ddb13b788bfa8c0f5890cdeb4560cccf12 MD5sum: 24f2a6cfbd8c64c662ed2648c96d0f5b 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1860 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_amd64.deb Size: 415866 SHA256: 3c2e4c7e0f2b48dc531ab59e661cbf3a00a06a8851937ecc8cf9c3dc2a764418 SHA1: e5b65cb8bb6c850e14301b03c88dd5f19dbda519 MD5sum: 553aafe36917b5ea9d671590e34d3131 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2018 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_amd64.deb Size: 449302 SHA256: 035ff14be2188d2ae9f2ea0e817400eec190f4b375e9d1066d03cfa87bf23a6f SHA1: 150d5de014dcae72d52c718825a0ae3b80674a0b MD5sum: 828a02ca33cbe1065a5124b47f254b13 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2027 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_amd64.deb Size: 455468 SHA256: c44ce55847aa83b56ba1a8a5819642f9a14c70507e28f4e7b9ec6cf0f44fe19e SHA1: 091b57654720ccbcda8954b702f26cc22c7e3ae9 MD5sum: b115e50b3e3e68fc4c76659000d26214 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 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_amd64.deb Size: 23974 SHA256: cfa1951f97769c5e83489720eb07a1d64b449dde07c0c5ca78f9033e6d0c82cd SHA1: 00e6f26023092e4012905e9875b5eeed6a26940d MD5sum: 916ba257a21842630d7c90c9f39ddb05 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 253 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_amd64.deb Size: 76860 SHA256: 125268fe4be480c082a5d9e6a014594e21f4e347bad7f7b76c9fc8ebd3cb22e1 SHA1: 451bc922c552256aab9bac640d35f40f7ad4a951 MD5sum: 972a26edb3129765a761581e41763e50 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 242 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_amd64.deb Size: 63108 SHA256: 66ed612052947e7c82db68d6ae24242f07e42bbe5e76b5e7934c40c6c0376b6b SHA1: 2caf00c33e1f221e0636d2ac34c4de421db91e1b MD5sum: 1eb074cd0aebed1a67f4e50b3d1a2441 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 234 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_amd64.deb Size: 60950 SHA256: 59aba06591f5c61899aa00609debd0874d884b0b852b16aa66c4b2e31bbde381 SHA1: 2b234e6cc009089928d5c76c7b230b70a546a269 MD5sum: 80e2e07f5ee05e274fc7628ab655c573 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 236 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_amd64.deb Size: 57452 SHA256: 6b01db1306b99bd974b8d4a60f6a1c0ba5f151519130774be627da3f364c97d3 SHA1: 2bcb3b73addfc63ba51b047b02e473e2494a8d24 MD5sum: a39a8eace4156c8482fc7f958e918c62 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 261 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_amd64.deb Size: 60184 SHA256: 9cdcd1df165e4fc834b69823f5fabfc3eb8023698988d9dd52c2c534547d001c SHA1: e29567dae175d54c0612b0a47c923bb26d0b15e6 MD5sum: a9cb654c206f965261d0a07af972ef90 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 161 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 60662 SHA256: 2da72b16e5671c6eab878ed2bbbf8b07f311539628951261cc34e6be8721d03f SHA1: 3576867c9283249b0eaa677570ba0b86cb7ae19a MD5sum: 82707e52416224e557669895648d4404 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 158 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 50430 SHA256: c1f18cbd32f7cf5cb9570d4a53a19627e143d1e3ff2bc165e1ff25aeca4c2c4a SHA1: 6c9cde04c2f96f52b3b169891206d0df77106b1d MD5sum: 4babb6846596142b0cb5ca559a00799f 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 158 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 50250 SHA256: 93aef24adad70c2b5d71fbe229258a6c9af647233ebf4edc6672fb37afe3a264 SHA1: db9e28002bd883cb9a3c894b90fd6c4414e693d4 MD5sum: 0f186adf004a8e00b99789ff357797ef 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 149 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 45180 SHA256: 953ea025d3b78232b9c76cfc99b546cceea79b65ca6ba92cc4d9d72ff62a89fc SHA1: 87880fcd2b5c81dc7cbd02c2a16faa8b4db63083 MD5sum: 2803848bb56f89c420428a02588cf1d8 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 175 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 47258 SHA256: 76714d7f1210d69d2acb0327b1d9129001ec7ea27cc09b7a343ac1d3b7fab024 SHA1: 4877d0ca1df88e591f05eab0e6a87d802ecaef36 MD5sum: 5025e4d08cd01a6010b0150aa20bfeba 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 158 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 60340 SHA256: f1f803f1affc1eaae050e30f119baa277dde8ead72da36eb227b00aca1c5d05c SHA1: 320f049b3cc89b486af5b17d5572a91b70bf05f9 MD5sum: 34337ce0a37a6b16e18184e46be726a0 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 156 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 50112 SHA256: c1eca3492f8da9436419ee155447136e0b30c3546085c27165a831763e00daf2 SHA1: ad1447dd5bac043b039beaca70226ee07b721d23 MD5sum: 4d1437c1fb2b609cd2911865fbf7d2c7 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 156 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 50070 SHA256: 6c1a31a7cc654779ddae013d4afd4f3581141a6bec6c03b3577e8b1c929773c1 SHA1: edf093a46c654fa838fd38d64c758fb65cfa2aa8 MD5sum: 9c29b711a47a0d1b27b7c4e5e4470cb9 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 147 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 45166 SHA256: d165b7df36ecd855714363c3ae8e53e227ee24ed2696571cb309e01d06cf0e50 SHA1: 0266361753283f6ad97bf3fe95d81d19eeec9082 MD5sum: 03c60aae5554f3791d34799a200ac3f7 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 161 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 45684 SHA256: 4e076af44dfb7fc8c94dedecbc8f7f245a93308f0d3c0831190ba91ab64939ea SHA1: 35bf0a710be68af64563a4b0b97bb6ed8cda89fb MD5sum: 8ac1c979acf8378447c0f5cb3d0b00c1 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: amd64 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_amd64.deb Size: 50426 SHA256: af8581b7e25e52bebecac8eec667ff031ca87fc42729aad70b93656b2b57dfd3 SHA1: a2ce659729ebecd4325f8b4131c1b022afa6c084 MD5sum: 810da1dc0cd4af44882040d138339048 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: amd64 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_amd64.deb Size: 36244 SHA256: 21f04f6fe53ac4f46430fbb64c57f3dc004a2ec642c598ae02a9ceacef1099a7 SHA1: cd5be320393ddf06c8b61ed7a82808efc2a724bd MD5sum: 5fabb3417d3e4364963e287965640f51 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 148 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_amd64.deb Size: 35950 SHA256: f27a409268e581bacaae33e3fa74d058f7b8b066b222c6b410a45e11734814e5 SHA1: 8132cf85673a6a3cb05d05f37be313ea7ad99776 MD5sum: 361fe695928cf6e3ff7bc529a75b6920 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: amd64 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_amd64.deb Size: 30980 SHA256: 956f19efafafdf85b6f667901eedb45575d37d1caf50bb496b4aa8216b22e10c SHA1: 79b8b935b77fb547f0754cbc100ab5baafa80227 MD5sum: ce5427b57e052c7a17bb794e3e40a2d7 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: amd64 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_amd64.deb Size: 31386 SHA256: ea9c6176155583d577ff3922455d270e4f9c551013035e08262e098554125460 SHA1: 736bfb1fecdc3c414b5e302d5658a96dddbe2087 MD5sum: a51f00fe517ce6e9628d8491c2a58d95 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3047 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 559094 SHA256: c07c64d019437334748d806d276c4790a67658e74c5310831ccd0f6b9df00adf SHA1: 019036deaa447d5b078c084f97d41f98962c5669 MD5sum: 1bfa2bf8326c4cc12c7732ba700ac3aa 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3248 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 582788 SHA256: 373ebdd974169004637a5cefccc7d9be235d9332d35401180b8ece3d582e925e SHA1: fc92c48a181b58fc1414e051297dea19a13d435e MD5sum: d4e99770932be56ffef8643cc3eb8592 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3383 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 610250 SHA256: 94143caa11f4f36542a6040e776e0318ed602b759b662ca046a4d5a1c6658e32 SHA1: 6f2ba307eb162461f32c96b9e7a25e474d4f6a42 MD5sum: 3ccf61998c89e6fb40050513f8c71fd4 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 3559 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 637064 SHA256: 53b72f996ffd7fd37eaf63983f3ae6c42ef4e856fdb4823664e3714c38e74e11 SHA1: 9d3cfb73921a23d8d75b06199f48694f833056ca MD5sum: 0c0b4d3337f73c1f2164971f12c3e6e2 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 4053 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 717326 SHA256: 77dc510c0c3efde0032f4193e59e41e2f644e340062408df1332515f8a6b146a SHA1: f217111477548cd6eb853eb61ed6cd0a4db2d3a2 MD5sum: 0a87b0630998bde486c54af194512abf 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 175 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_amd64.deb Size: 38438 SHA256: 8ad3c8212569d9a9fdb530789db24c953ac1728500b89c3ec45e4da2df5e01e7 SHA1: d884ab71ea1cb88428e5a7f42c22c7a7a7abedf0 MD5sum: 01f9c44efbcd055c7044c1b2b335aaf1 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: amd64 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_amd64.deb Size: 37874 SHA256: 8d14c95e902a64d9329cd1d67dfd732736047960838e9e3ea8339173108f041b SHA1: 7d24f9b9c312e96bf7b9e63a5cfd1aa8ff792d92 MD5sum: 2a1c671a6b64c0e6e15e3942dce142cf 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 397 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_amd64.deb Size: 81504 SHA256: bccdd1209d59aae04e8252845e2db36848a0ab386cf3d83b3bc79888ff7c7496 SHA1: 1925b2e0e3fb503b97cb626a0e7520c61d3cc602 MD5sum: 2be5f8145a53c5d3ac13f3524e4435ff 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 175 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_amd64.deb Size: 38562 SHA256: ea88246352173552904955adfae5914ec76346b37ad9210efd8f23a5bf633741 SHA1: c8b193f0397fab33d3cc63dbb94a74b6dce8fc24 MD5sum: 2e9a76765e372334f986e891e56bdeb5 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: amd64 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_amd64.deb Size: 144500 SHA256: e80c77b921f82115ff65fffbc064a101f6db225c853ef0485a59caff87ca31ab SHA1: c1617bfc3d5f9e0d1b144b071de7e3f7ed39504c MD5sum: c4b09606c354f75e581dda516d738a6c 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 30648 SHA256: 9e805330d75fd50aaec363511a66420c93bd569de50a392e281ea004f6934236 SHA1: 8aa89e0cf053afbb2338b7d2c82bad2b405e30db MD5sum: c825d9ed95fed05823994dac31231d29 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: amd64 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_amd64.deb Size: 41396 SHA256: f7600cad139e5ed7239ea288c364a90fbc509158eb9696f6c4b376305ef07650 SHA1: d504dd18e9768026f7f287a29b80966821c5bfc8 MD5sum: 729ab1696da09631f34b571bf3ca6171 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: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 817 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_amd64.deb Size: 212576 SHA256: 46464e0969fd83e80511c95df76717fe8be69e0b29e3f1fd3803739b1215b7fb SHA1: f109febc23c1e452c419ab38126514db5983bd80 MD5sum: 8788bd818caa4d482c8d446260891061 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: amd64 Maintainer: Andreas Seltenreich Installed-Size: 345 Depends: libboost-regex1.58.0, libc6 (>= 2.14), 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_amd64.deb Size: 95918 SHA256: ff539dfbb544d4f05d30557c1a7535873546498604df87483d6f7bca38adc9dc SHA1: 1549bb131c2cc10cbf278e04c5f68f4298dcd189 MD5sum: 8691bb29d01e7afd06a6f7a72be27a59 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.